#DE9AD2

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

Shades of Plum #DE9AD2

Tints of Plum #DE9AD2

Color information

#DE9AD2 (or 0xDE9AD2) is unknown color: approx Plum. HEX triplet: DE, 9A and D2. RGB value is (222,154,210). Sum of RGB (Red+Green+Blue) = 222+154+210=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AD2 is #21652D. Grayscale: #B4B4B4. Windows color (decimal): -2188590 or 13802206. OLE color: 13802206.

HSL color Cylindrical-coordinate representation of color #DE9AD2: hue angle of 310.59º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9AD2 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222154210-
CMYK00.310.050.13
HSL310.59º50.75%73.73%-
HSV(B)310.59º30.63%87.06%-
XYZ53.3143.2966.52-
YUV180.72144.53157.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 210 (82.42% from 255) = 35.84%
R=37.88%
G=26.28%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215421000.310.050.13310.5950.7573.73
HexDE9AD201F5D137334a
Octal33623232203751546763112
Binary11011110100110101101001001111110111011001101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9AD2; }

 p { color: rgb(222,154,210); }

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

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

 a { background-color: rgb(222,154,210); }

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

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

 span { border-color: rgb(222,154,210); }

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