#DE9CCD

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

Shades of Plum #DE9CCD

Tints of Plum #DE9CCD

Color information

#DE9CCD (or 0xDE9CCD) is unknown color: approx Plum. HEX triplet: DE, 9C and CD. RGB value is (222,156,205). Sum of RGB (Red+Green+Blue) = 222+156+205=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CCD is #216332. Grayscale: #B5B5B5. Windows color (decimal): -2188083 or 13475038. OLE color: 13475038.

HSL color Cylindrical-coordinate representation of color #DE9CCD: hue angle of 315.45º 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 #DE9CCD is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222156205-
CMYK00.300.080.13
HSL315.45º50%74.12%-
HSV(B)315.45º29.73%87.06%-
XYZ53.0343.7163.4-
YUV181.32141.37157.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=38.08%
G=26.76%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215620500.300.080.13315.455074.12
HexDE9CCD01E8D13b324a
Octal336234315036101547362112
Binary110111101001110011001101011110100011011001110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CCD; }

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

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

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

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

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

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

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

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