Shades of Plum #DE96D0
Tints of Plum #DE96D0
RGB
CMYK
RGB Variations
Color information
#DE96D0 (or 0xDE96D0) is known color: Plum. HEX triplet: DE, 96 and D0. RGB value is (222,150,208). Sum of RGB (Red+Green+Blue) = 222+150+208=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96D0 is #21692F. Grayscale: #B1B1B1. Windows color (decimal): -2189616 or 13670110. OLE color: 13670110.
HSL color Cylindrical-coordinate representation of color #DE96D0: hue angle of 311.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE96D0 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 208 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.13 |
| HSL | 311.67º | 0.52% | 0.73% | - |
| HSV(B) | 311.67º | 0.32% | 0.87% | - |
| XYZ | 52.42 | 41.9 | 65 | - |
| YUV | 178.14 | 144.85 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 208 | 0 | 0.32 | 0.06 | 0.13 | 311.67 | 0.52 | 0.73 |
| Hex | DE | 96 | D0 | 0 | 20 | 6 | D | 138 | 34 | 49 |
| Octal | 336 | 226 | 320 | 0 | 40 | 6 | 15 | 470 | 64 | 111 |
| Binary | 11011110 | 10010110 | 11010000 | 0 | 100000 | 110 | 1101 | 100111000 | 110100 | 1001001 |
Color Harmonies of #DE96D0
Complementary color
Monochromatic Colors of #DE96D0
Black with #DE96D0
Text Example
Text Example
White with #DE96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96D0; }
p { color: rgb(222,150,208); }
H1.HeaderClassName
{
color: #DE96D0;
}
.AnyTagClassName
{
color: #DE96D0;
}
</style>
background-color css
<style>
a { background-color: #DE96D0; }
a { background-color: rgb(222,150,208); }
div.DivClassName
{
background-color: #DE96D0;
}
.BgClassName
{
background-color: #DE96D0;
}
</style>
border-color css
<style>
span { border-color: #DE96D0; }
span { border-color: rgb(222,150,208); }
td.TdClassName
{
border-color: #DE96D0;
}
.TagClassName
{
border-color: #DE96D0;
}
</style>