#DE9CCF

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

Shades of Plum #DE9CCF

Tints of Plum #DE9CCF

Color information

#DE9CCF (or 0xDE9CCF) is unknown color: approx Plum. HEX triplet: DE, 9C and CF. RGB value is (222,156,207). Sum of RGB (Red+Green+Blue) = 222+156+207=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CCF is #216330. Grayscale: #B5B5B5. Windows color (decimal): -2188081 or 13606110. OLE color: 13606110.

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

Color convert

RGB222156207-
CMYK00.300.070.13
HSL313.64º50%74.12%-
HSV(B)313.64º29.73%87.06%-
XYZ53.2843.8164.68-
YUV181.55142.37156.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=37.95%
G=26.67%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215620700.300.070.13313.645074.12
HexDE9CCF01E7D13a324a
Octal33623431703671547262112
Binary11011110100111001100111101111011111011001110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CCF; }

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

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

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

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

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

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

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

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