Shades of Plum #DE96D1
Tints of Plum #DE96D1
RGB
CMYK
RGB Variations
Color information
#DE96D1 (or 0xDE96D1) is known color: Plum. HEX triplet: DE, 96 and D1. RGB value is (222,150,209). Sum of RGB (Red+Green+Blue) = 222+150+209=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96D1 is #21692E. Grayscale: #B2B2B2. Windows color (decimal): -2189615 or 13735646. OLE color: 13735646.
HSL color Cylindrical-coordinate representation of color #DE96D1: hue angle of 310.83º 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 #DE96D1 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 209 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.13 |
| HSL | 310.83º | 0.52% | 0.73% | - |
| HSV(B) | 310.83º | 0.32% | 0.87% | - |
| XYZ | 52.54 | 41.95 | 65.65 | - |
| YUV | 178.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 209 | 0 | 0.32 | 0.06 | 0.13 | 310.83 | 0.52 | 0.73 |
| Hex | DE | 96 | D1 | 0 | 20 | 6 | D | 137 | 34 | 49 |
| Octal | 336 | 226 | 321 | 0 | 40 | 6 | 15 | 467 | 64 | 111 |
| Binary | 11011110 | 10010110 | 11010001 | 0 | 100000 | 110 | 1101 | 100110111 | 110100 | 1001001 |
Color Harmonies of #DE96D1
Complementary color
Monochromatic Colors of #DE96D1
Black with #DE96D1
Text Example
Text Example
White with #DE96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96D1; }
p { color: rgb(222,150,209); }
H1.HeaderClassName
{
color: #DE96D1;
}
.AnyTagClassName
{
color: #DE96D1;
}
</style>
background-color css
<style>
a { background-color: #DE96D1; }
a { background-color: rgb(222,150,209); }
div.DivClassName
{
background-color: #DE96D1;
}
.BgClassName
{
background-color: #DE96D1;
}
</style>
border-color css
<style>
span { border-color: #DE96D1; }
span { border-color: rgb(222,150,209); }
td.TdClassName
{
border-color: #DE96D1;
}
.TagClassName
{
border-color: #DE96D1;
}
</style>