#DE9EDB

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

Shades of Plum #DE9EDB

Tints of Plum #DE9EDB

Color information

#DE9EDB (or 0xDE9EDB) is unknown color: approx Plum. HEX triplet: DE, 9E and DB. RGB value is (222,158,219). Sum of RGB (Red+Green+Blue) = 222+158+219=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9EDB is #216124. Grayscale: #B7B7B7. Windows color (decimal): -2187557 or 14393054. OLE color: 14393054.

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

Color convert

RGB222158219-
CMYK00.290.010.13
HSL302.81º49.23%74.51%-
HSV(B)302.81º28.83%87.06%-
XYZ55.1445.172.82-
YUV184.09147.7155.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 158 (62.11% from 255) = 26.38%
BLUE value IS 219 (85.94% from 255) = 36.56%
R=37.06%
G=26.38%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215821900.290.010.13302.8149.2374.51
HexDE9EDB01D1D12f314b
Octal33623633303511545761113
Binary110111101001111011011011011101111011001011111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9EDB; }

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

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

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

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

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

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

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

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