#DE9DEE

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

Shades of Plum #DE9DEE

Tints of Plum #DE9DEE

Color information

#DE9DEE (or 0xDE9DEE) is unknown color: approx Plum. HEX triplet: DE, 9D and EE. RGB value is (222,157,238). Sum of RGB (Red+Green+Blue) = 222+157+238=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE9DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9DEE is #216211. Grayscale: #B9B9B9. Windows color (decimal): -2187794 or 15637982. OLE color: 15637982.

HSL color Cylindrical-coordinate representation of color #DE9DEE: hue angle of 288.15º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9DEE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222157238-
CMYK0.070.3400.07
HSL288.15º70.43%77.45%-
HSV(B)288.15º34.03%93.33%-
XYZ57.6145.8286.7-
YUV185.67157.53153.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 157 (61.72% from 255) = 25.45%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=35.98%
G=25.45%
B=38.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221572380.070.3400.07288.1570.4377.45
HexDE9DEE72207120464d
Octal33623535674207440106115
Binary110111101001110111101110111100010011110010000010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DEE; }

 p { color: rgb(222,157,238); }

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

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

 a { background-color: rgb(222,157,238); }

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

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

 span { border-color: rgb(222,157,238); }

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