Shades of Plum #DE96E4
Tints of Plum #DE96E4
RGB
CMYK
RGB Variations
Color information
#DE96E4 (or 0xDE96E4) is known color: Plum. HEX triplet: DE, 96 and E4. RGB value is (222,150,228). Sum of RGB (Red+Green+Blue) = 222+150+228=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE96E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96E4 is #21691B. Grayscale: #B4B4B4. Windows color (decimal): -2189596 or 14980830. OLE color: 14980830.
HSL color Cylindrical-coordinate representation of color #DE96E4: hue angle of 295.38º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE96E4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 150 | 228 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.11 |
| HSL | 295.38º | 0.59% | 0.74% | - |
| HSV(B) | 295.38º | 0.34% | 0.89% | - |
| XYZ | 55.03 | 42.94 | 78.79 | - |
| YUV | 180.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 228 | 0.03 | 0.34 | 0 | 0.11 | 295.38 | 0.59 | 0.74 |
| Hex | DE | 96 | E4 | 3 | 22 | 0 | B | 127 | 3B | 4A |
| Octal | 336 | 226 | 344 | 3 | 42 | 0 | 13 | 447 | 73 | 112 |
| Binary | 11011110 | 10010110 | 11100100 | 11 | 100010 | 0 | 1011 | 100100111 | 111011 | 1001010 |
Color Harmonies of #DE96E4
Complementary color
Monochromatic Colors of #DE96E4
Black with #DE96E4
Text Example
Text Example
White with #DE96E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96E4; }
p { color: rgb(222,150,228); }
H1.HeaderClassName
{
color: #DE96E4;
}
.AnyTagClassName
{
color: #DE96E4;
}
</style>
background-color css
<style>
a { background-color: #DE96E4; }
a { background-color: rgb(222,150,228); }
div.DivClassName
{
background-color: #DE96E4;
}
.BgClassName
{
background-color: #DE96E4;
}
</style>
border-color css
<style>
span { border-color: #DE96E4; }
span { border-color: rgb(222,150,228); }
td.TdClassName
{
border-color: #DE96E4;
}
.TagClassName
{
border-color: #DE96E4;
}
</style>