Shades of Plum #DE99E8
Tints of Plum #DE99E8
RGB
CMYK
RGB Variations
Color information
#DE99E8 (or 0xDE99E8) is known color: Plum. HEX triplet: DE, 99 and E8. RGB value is (222,153,232). Sum of RGB (Red+Green+Blue) = 222+153+232=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE99E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE99E8 is #216617. Grayscale: #B6B6B6. Windows color (decimal): -2188824 or 15243742. OLE color: 15243742.
HSL color Cylindrical-coordinate representation of color #DE99E8: hue angle of 292.41º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE99E8 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 153 | 232 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.09 |
| HSL | 292.41º | 0.63% | 0.75% | - |
| HSV(B) | 292.41º | 0.34% | 0.91% | - |
| XYZ | 56.08 | 44.14 | 81.91 | - |
| YUV | 182.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 232 | 0.04 | 0.34 | 0 | 0.09 | 292.41 | 0.63 | 0.75 |
| Hex | DE | 99 | E8 | 4 | 22 | 0 | 9 | 124 | 3F | 4B |
| Octal | 336 | 231 | 350 | 4 | 42 | 0 | 11 | 444 | 77 | 113 |
| Binary | 11011110 | 10011001 | 11101000 | 100 | 100010 | 0 | 1001 | 100100100 | 111111 | 1001011 |
Color Harmonies of #DE99E8
Complementary color
Monochromatic Colors of #DE99E8
Black with #DE99E8
Text Example
Text Example
White with #DE99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99E8; }
p { color: rgb(222,153,232); }
H1.HeaderClassName
{
color: #DE99E8;
}
.AnyTagClassName
{
color: #DE99E8;
}
</style>
background-color css
<style>
a { background-color: #DE99E8; }
a { background-color: rgb(222,153,232); }
div.DivClassName
{
background-color: #DE99E8;
}
.BgClassName
{
background-color: #DE99E8;
}
</style>
border-color css
<style>
span { border-color: #DE99E8; }
span { border-color: rgb(222,153,232); }
td.TdClassName
{
border-color: #DE99E8;
}
.TagClassName
{
border-color: #DE99E8;
}
</style>