#DE9CD4

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

Shades of Plum #DE9CD4

Tints of Plum #DE9CD4

Color information

#DE9CD4 (or 0xDE9CD4) is unknown color: approx Plum. HEX triplet: DE, 9C and D4. RGB value is (222,156,212). Sum of RGB (Red+Green+Blue) = 222+156+212=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CD4 is #21632B. Grayscale: #B5B5B5. Windows color (decimal): -2188076 or 13933790. OLE color: 13933790.

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

Color convert

RGB222156212-
CMYK00.300.050.13
HSL309.09º50%74.12%-
HSV(B)309.09º29.73%87.06%-
XYZ53.944.0667.95-
YUV182.12144.87156.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 156 (61.33% from 255) = 26.44%
BLUE value IS 212 (83.20% from 255) = 35.93%
R=37.63%
G=26.44%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215621200.300.050.13309.095074.12
HexDE9CD401E5D135324a
Octal33623432403651546562112
Binary11011110100111001101010001111010111011001101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CD4; }

 p { color: rgb(222,156,212); }

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

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

 a { background-color: rgb(222,156,212); }

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

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

 span { border-color: rgb(222,156,212); }

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