Shades of Plum #DE9EE7
Tints of Plum #DE9EE7
RGB
CMYK
RGB Variations
Color information
#DE9EE7 (or 0xDE9EE7) is known color: Plum. HEX triplet: DE, 9E and E7. RGB value is (222,158,231). Sum of RGB (Red+Green+Blue) = 222+158+231=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE9EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EE7 is #216118. Grayscale: #B9B9B9. Windows color (decimal): -2187545 or 15179486. OLE color: 15179486.
HSL color Cylindrical-coordinate representation of color #DE9EE7: hue angle of 292.6º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE9EE7 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 158 | 231 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.09 |
| HSL | 292.6º | 0.6% | 0.76% | - |
| HSV(B) | 292.6º | 0.32% | 0.91% | - |
| XYZ | 56.77 | 45.75 | 81.44 | - |
| YUV | 185.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 231 | 0.04 | 0.32 | 0 | 0.09 | 292.6 | 0.6 | 0.76 |
| Hex | DE | 9E | E7 | 4 | 20 | 0 | 9 | 125 | 3C | 4C |
| Octal | 336 | 236 | 347 | 4 | 40 | 0 | 11 | 445 | 74 | 114 |
| Binary | 11011110 | 10011110 | 11100111 | 100 | 100000 | 0 | 1001 | 100100101 | 111100 | 1001100 |
Color Harmonies of #DE9EE7
Complementary color
Monochromatic Colors of #DE9EE7
Black with #DE9EE7
Text Example
Text Example
White with #DE9EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EE7; }
p { color: rgb(222,158,231); }
H1.HeaderClassName
{
color: #DE9EE7;
}
.AnyTagClassName
{
color: #DE9EE7;
}
</style>
background-color css
<style>
a { background-color: #DE9EE7; }
a { background-color: rgb(222,158,231); }
div.DivClassName
{
background-color: #DE9EE7;
}
.BgClassName
{
background-color: #DE9EE7;
}
</style>
border-color css
<style>
span { border-color: #DE9EE7; }
span { border-color: rgb(222,158,231); }
td.TdClassName
{
border-color: #DE9EE7;
}
.TagClassName
{
border-color: #DE9EE7;
}
</style>