Shades of Plum #DE96DC
Tints of Plum #DE96DC
RGB
CMYK
RGB Variations
Color information
#DE96DC (or 0xDE96DC) is known color: Plum. HEX triplet: DE, 96 and DC. RGB value is (222,150,220). Sum of RGB (Red+Green+Blue) = 222+150+220=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96DC is #216923. Grayscale: #B3B3B3. Windows color (decimal): -2189604 or 14456542. OLE color: 14456542.
HSL color Cylindrical-coordinate representation of color #DE96DC: hue angle of 301.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 #DE96DC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 220 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.13 |
| HSL | 301.67º | 0.52% | 0.73% | - |
| HSV(B) | 301.67º | 0.32% | 0.87% | - |
| XYZ | 53.95 | 42.51 | 73.07 | - |
| YUV | 179.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 220 | 0 | 0.32 | 0.01 | 0.13 | 301.67 | 0.52 | 0.73 |
| Hex | DE | 96 | DC | 0 | 20 | 1 | D | 12E | 34 | 49 |
| Octal | 336 | 226 | 334 | 0 | 40 | 1 | 15 | 456 | 64 | 111 |
| Binary | 11011110 | 10010110 | 11011100 | 0 | 100000 | 1 | 1101 | 100101110 | 110100 | 1001001 |
Color Harmonies of #DE96DC
Complementary color
Monochromatic Colors of #DE96DC
Black with #DE96DC
Text Example
Text Example
White with #DE96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96DC; }
p { color: rgb(222,150,220); }
H1.HeaderClassName
{
color: #DE96DC;
}
.AnyTagClassName
{
color: #DE96DC;
}
</style>
background-color css
<style>
a { background-color: #DE96DC; }
a { background-color: rgb(222,150,220); }
div.DivClassName
{
background-color: #DE96DC;
}
.BgClassName
{
background-color: #DE96DC;
}
</style>
border-color css
<style>
span { border-color: #DE96DC; }
span { border-color: rgb(222,150,220); }
td.TdClassName
{
border-color: #DE96DC;
}
.TagClassName
{
border-color: #DE96DC;
}
</style>