#DE9DEB

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

Shades of Plum #DE9DEB

Tints of Plum #DE9DEB

Color information

#DE9DEB (or 0xDE9DEB) is unknown color: approx Plum. HEX triplet: DE, 9D and EB. RGB value is (222,157,235). Sum of RGB (Red+Green+Blue) = 222+157+235=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE9DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9DEB is #216214. Grayscale: #B9B9B9. Windows color (decimal): -2187797 or 15441374. OLE color: 15441374.

HSL color Cylindrical-coordinate representation of color #DE9DEB: hue angle of 290º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE9DEB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222157235-
CMYK0.060.3300.08
HSL290º66.1%76.86%-
HSV(B)290º33.19%92.16%-
XYZ57.1845.6484.39-
YUV185.33156.03154.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 157 (61.72% from 255) = 25.57%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=36.16%
G=25.57%
B=38.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221572350.060.3300.0829066.176.86
HexDE9DEB62108122424d
Octal336235353641010442102115
Binary1101111010011101111010111101000010100010010001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DEB; }

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

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

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

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

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

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

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

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