#DE9ED8

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

Shades of Plum #DE9ED8

Tints of Plum #DE9ED8

Color information

#DE9ED8 (or 0xDE9ED8) is unknown color: approx Plum. HEX triplet: DE, 9E and D8. RGB value is (222,158,216). Sum of RGB (Red+Green+Blue) = 222+158+216=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ED8 is #216127. Grayscale: #B7B7B7. Windows color (decimal): -2187560 or 14196446. OLE color: 14196446.

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

Color convert

RGB222158216-
CMYK00.290.030.13
HSL305.62º49.23%74.51%-
HSV(B)305.62º28.83%87.06%-
XYZ54.7544.9470.75-
YUV183.75146.2155.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 216 (84.77% from 255) = 36.24%
R=37.25%
G=26.51%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215821600.290.030.13305.6249.2374.51
HexDE9ED801D3D132314b
Octal33623633003531546261113
Binary1101111010011110110110000111011111011001100101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9ED8; }

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

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

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

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

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

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

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

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