Shades of Plum #DE9EE9
Tints of Plum #DE9EE9
RGB
CMYK
RGB Variations
Color information
#DE9EE9 (or 0xDE9EE9) is known color: Plum. HEX triplet: DE, 9E and E9. RGB value is (222,158,233). Sum of RGB (Red+Green+Blue) = 222+158+233=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE9EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EE9 is #216116. Grayscale: #B9B9B9. Windows color (decimal): -2187543 or 15310558. OLE color: 15310558.
HSL color Cylindrical-coordinate representation of color #DE9EE9: hue angle of 291.2º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE9EE9 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 158 | 233 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.09 |
| HSL | 291.2º | 0.63% | 0.77% | - |
| HSV(B) | 291.2º | 0.32% | 0.91% | - |
| XYZ | 57.06 | 45.87 | 82.94 | - |
| YUV | 185.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 233 | 0.05 | 0.32 | 0 | 0.09 | 291.2 | 0.63 | 0.77 |
| Hex | DE | 9E | E9 | 5 | 20 | 0 | 9 | 123 | 3F | 4D |
| Octal | 336 | 236 | 351 | 5 | 40 | 0 | 11 | 443 | 77 | 115 |
| Binary | 11011110 | 10011110 | 11101001 | 101 | 100000 | 0 | 1001 | 100100011 | 111111 | 1001101 |
Color Harmonies of #DE9EE9
Complementary color
Monochromatic Colors of #DE9EE9
Black with #DE9EE9
Text Example
Text Example
White with #DE9EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EE9; }
p { color: rgb(222,158,233); }
H1.HeaderClassName
{
color: #DE9EE9;
}
.AnyTagClassName
{
color: #DE9EE9;
}
</style>
background-color css
<style>
a { background-color: #DE9EE9; }
a { background-color: rgb(222,158,233); }
div.DivClassName
{
background-color: #DE9EE9;
}
.BgClassName
{
background-color: #DE9EE9;
}
</style>
border-color css
<style>
span { border-color: #DE9EE9; }
span { border-color: rgb(222,158,233); }
td.TdClassName
{
border-color: #DE9EE9;
}
.TagClassName
{
border-color: #DE9EE9;
}
</style>