Shades of Plum #DE99E5
Tints of Plum #DE99E5
RGB
CMYK
RGB Variations
Color information
#DE99E5 (or 0xDE99E5) is known color: Plum. HEX triplet: DE, 99 and E5. RGB value is (222,153,229). Sum of RGB (Red+Green+Blue) = 222+153+229=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE99E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99E5 is #21661A. Grayscale: #B6B6B6. Windows color (decimal): -2188827 or 15047134. OLE color: 15047134.
HSL color Cylindrical-coordinate representation of color #DE99E5: hue angle of 294.47º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE99E5 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 153 | 229 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.10 |
| HSL | 294.47º | 0.59% | 0.75% | - |
| HSV(B) | 294.47º | 0.33% | 0.9% | - |
| XYZ | 55.66 | 43.97 | 79.68 | - |
| YUV | 182.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 229 | 0.03 | 0.33 | 0 | 0.10 | 294.47 | 0.59 | 0.75 |
| Hex | DE | 99 | E5 | 3 | 21 | 0 | A | 126 | 3B | 4B |
| Octal | 336 | 231 | 345 | 3 | 41 | 0 | 12 | 446 | 73 | 113 |
| Binary | 11011110 | 10011001 | 11100101 | 11 | 100001 | 0 | 1010 | 100100110 | 111011 | 1001011 |
Color Harmonies of #DE99E5
Complementary color
Monochromatic Colors of #DE99E5
Black with #DE99E5
Text Example
Text Example
White with #DE99E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99E5; }
p { color: rgb(222,153,229); }
H1.HeaderClassName
{
color: #DE99E5;
}
.AnyTagClassName
{
color: #DE99E5;
}
</style>
background-color css
<style>
a { background-color: #DE99E5; }
a { background-color: rgb(222,153,229); }
div.DivClassName
{
background-color: #DE99E5;
}
.BgClassName
{
background-color: #DE99E5;
}
</style>
border-color css
<style>
span { border-color: #DE99E5; }
span { border-color: rgb(222,153,229); }
td.TdClassName
{
border-color: #DE99E5;
}
.TagClassName
{
border-color: #DE99E5;
}
</style>