Shades of Plum #DE99E7
Tints of Plum #DE99E7
RGB
CMYK
RGB Variations
Color information
#DE99E7 (or 0xDE99E7) is known color: Plum. HEX triplet: DE, 99 and E7. RGB value is (222,153,231). Sum of RGB (Red+Green+Blue) = 222+153+231=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE99E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE99E7 is #216618. Grayscale: #B6B6B6. Windows color (decimal): -2188825 or 15178206. OLE color: 15178206.
HSL color Cylindrical-coordinate representation of color #DE99E7: hue angle of 293.08º degrees, saturation: 0.62, 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 #DE99E7 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 153 | 231 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.09 |
| HSL | 293.08º | 0.62% | 0.75% | - |
| HSV(B) | 293.08º | 0.34% | 0.91% | - |
| XYZ | 55.94 | 44.08 | 81.16 | - |
| YUV | 182.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 231 | 0.04 | 0.34 | 0 | 0.09 | 293.08 | 0.62 | 0.75 |
| Hex | DE | 99 | E7 | 4 | 22 | 0 | 9 | 125 | 3E | 4B |
| Octal | 336 | 231 | 347 | 4 | 42 | 0 | 11 | 445 | 76 | 113 |
| Binary | 11011110 | 10011001 | 11100111 | 100 | 100010 | 0 | 1001 | 100100101 | 111110 | 1001011 |
Color Harmonies of #DE99E7
Complementary color
Monochromatic Colors of #DE99E7
Black with #DE99E7
Text Example
Text Example
White with #DE99E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99E7; }
p { color: rgb(222,153,231); }
H1.HeaderClassName
{
color: #DE99E7;
}
.AnyTagClassName
{
color: #DE99E7;
}
</style>
background-color css
<style>
a { background-color: #DE99E7; }
a { background-color: rgb(222,153,231); }
div.DivClassName
{
background-color: #DE99E7;
}
.BgClassName
{
background-color: #DE99E7;
}
</style>
border-color css
<style>
span { border-color: #DE99E7; }
span { border-color: rgb(222,153,231); }
td.TdClassName
{
border-color: #DE99E7;
}
.TagClassName
{
border-color: #DE99E7;
}
</style>