#DE9ECE

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

Shades of Plum #DE9ECE

Tints of Plum #DE9ECE

Color information

#DE9ECE (or 0xDE9ECE) is unknown color: approx Plum. HEX triplet: DE, 9E and CE. RGB value is (222,158,206). Sum of RGB (Red+Green+Blue) = 222+158+206=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ECE is #216131. Grayscale: #B6B6B6. Windows color (decimal): -2187570 or 13541086. OLE color: 13541086.

HSL color Cylindrical-coordinate representation of color #DE9ECE: hue angle of 315º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9ECE is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222158206-
CMYK00.290.070.13
HSL315º49.23%74.51%-
HSV(B)315º28.83%87.06%-
XYZ53.4944.4464.15-
YUV182.61141.2156.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=37.88%
G=26.96%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215820600.290.070.1331549.2374.51
HexDE9ECE01D7D13b314b
Octal33623631603571547361113
Binary11011110100111101100111001110111111011001110111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9ECE; }

 p { color: rgb(222,158,206); }

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

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

 a { background-color: rgb(222,158,206); }

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

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

 span { border-color: rgb(222,158,206); }

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