#d698e2

Color #D698E2 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D698E2

Tints of Plum #D698E2

Color information

#D698E2 (or 0xD698E2) is unknown color: approx Plum. HEX triplet: D6, 98 and E2. RGB value is (214,152,226). Sum of RGB (Red+Green+Blue) = 214+152+226=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 226 - color contains mainly: blue. Hex color #D698E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698E2 is #29671D. Grayscale: #B2B2B2. Windows color (decimal): -2713374 or 14850262. OLE color: 14850262.

HSL color Cylindrical-coordinate representation of color #D698E2: hue angle of 290.27º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D698E2 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214152226-
CMYK0.050.3300.11
HSL290.27º56.06%74.12%-
HSV(B)290.27º32.74%88.63%-
XYZ52.6942.2477.33-
YUV178.97154.54152.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 152 (59.77% from 255) = 25.68%
BLUE value IS 226 (88.67% from 255) = 38.18%
R=36.15%
G=25.68%
B=38.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141522260.050.3300.11290.2756.0674.12
HexD698E25210B122384a
Octal32623034254101344270112
Binary110101101001100011100010101100001010111001000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d698e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d698e2; }

 p { color: rgb(214,152,226); }

 H1.HeaderClassName
 {
   color: #d698e2;
 }
 .AnyTagClassName
 {
   color: #d698e2;
 }
</style>
background-color css

<style>
 a { background-color: #d698e2; }

 a { background-color: rgb(214,152,226); }

 div.DivClassName
 {
   background-color: #d698e2;
 }
 .BgClassName
 {
   background-color: #d698e2;
 }
</style>
border-color css

<style>
 span { border-color: #d698e2; }

 span { border-color: rgb(214,152,226); }

 td.TdClassName
 {
   border-color: #d698e2;
 }
 .TagClassName
 {
   border-color: #d698e2;
 }
</style>