Shades of Plum #DE96CE
Tints of Plum #DE96CE
RGB
CMYK
RGB Variations
Color information
#DE96CE (or 0xDE96CE) is known color: Plum. HEX triplet: DE, 96 and CE. RGB value is (222,150,206). Sum of RGB (Red+Green+Blue) = 222+150+206=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96CE is #216931. Grayscale: #B1B1B1. Windows color (decimal): -2189618 or 13539038. OLE color: 13539038.
HSL color Cylindrical-coordinate representation of color #DE96CE: hue angle of 313.33º 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 #DE96CE is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 206 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.13 |
| HSL | 313.33º | 0.52% | 0.73% | - |
| HSV(B) | 313.33º | 0.32% | 0.87% | - |
| XYZ | 52.17 | 41.8 | 63.71 | - |
| YUV | 177.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 206 | 0 | 0.32 | 0.07 | 0.13 | 313.33 | 0.52 | 0.73 |
| Hex | DE | 96 | CE | 0 | 20 | 7 | D | 139 | 34 | 49 |
| Octal | 336 | 226 | 316 | 0 | 40 | 7 | 15 | 471 | 64 | 111 |
| Binary | 11011110 | 10010110 | 11001110 | 0 | 100000 | 111 | 1101 | 100111001 | 110100 | 1001001 |
Color Harmonies of #DE96CE
Complementary color
Monochromatic Colors of #DE96CE
Black with #DE96CE
Text Example
Text Example
White with #DE96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96CE; }
p { color: rgb(222,150,206); }
H1.HeaderClassName
{
color: #DE96CE;
}
.AnyTagClassName
{
color: #DE96CE;
}
</style>
background-color css
<style>
a { background-color: #DE96CE; }
a { background-color: rgb(222,150,206); }
div.DivClassName
{
background-color: #DE96CE;
}
.BgClassName
{
background-color: #DE96CE;
}
</style>
border-color css
<style>
span { border-color: #DE96CE; }
span { border-color: rgb(222,150,206); }
td.TdClassName
{
border-color: #DE96CE;
}
.TagClassName
{
border-color: #DE96CE;
}
</style>