Shades of Plum #DE96E8
Tints of Plum #DE96E8
RGB
CMYK
RGB Variations
Color information
#DE96E8 (or 0xDE96E8) is known color: Plum. HEX triplet: DE, 96 and E8. RGB value is (222,150,232). Sum of RGB (Red+Green+Blue) = 222+150+232=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE96E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE96E8 is #216917. Grayscale: #B4B4B4. Windows color (decimal): -2189592 or 15242974. OLE color: 15242974.
HSL color Cylindrical-coordinate representation of color #DE96E8: hue angle of 292.68º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE96E8 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 150 | 232 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.09 |
| HSL | 292.68º | 0.64% | 0.75% | - |
| HSV(B) | 292.68º | 0.35% | 0.91% | - |
| XYZ | 55.6 | 43.17 | 81.75 | - |
| YUV | 180.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 232 | 0.04 | 0.35 | 0 | 0.09 | 292.68 | 0.64 | 0.75 |
| Hex | DE | 96 | E8 | 4 | 23 | 0 | 9 | 125 | 40 | 4B |
| Octal | 336 | 226 | 350 | 4 | 43 | 0 | 11 | 445 | 100 | 113 |
| Binary | 11011110 | 10010110 | 11101000 | 100 | 100011 | 0 | 1001 | 100100101 | 1000000 | 1001011 |
Color Harmonies of #DE96E8
Complementary color
Monochromatic Colors of #DE96E8
Black with #DE96E8
Text Example
Text Example
White with #DE96E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96E8; }
p { color: rgb(222,150,232); }
H1.HeaderClassName
{
color: #DE96E8;
}
.AnyTagClassName
{
color: #DE96E8;
}
</style>
background-color css
<style>
a { background-color: #DE96E8; }
a { background-color: rgb(222,150,232); }
div.DivClassName
{
background-color: #DE96E8;
}
.BgClassName
{
background-color: #DE96E8;
}
</style>
border-color css
<style>
span { border-color: #DE96E8; }
span { border-color: rgb(222,150,232); }
td.TdClassName
{
border-color: #DE96E8;
}
.TagClassName
{
border-color: #DE96E8;
}
</style>