Shades of Plum #DE96EA
Tints of Plum #DE96EA
RGB
CMYK
RGB Variations
Color information
#DE96EA (or 0xDE96EA) is known color: Plum. HEX triplet: DE, 96 and EA. RGB value is (222,150,234). Sum of RGB (Red+Green+Blue) = 222+150+234=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE96EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE96EA is #216915. Grayscale: #B4B4B4. Windows color (decimal): -2189590 or 15374046. OLE color: 15374046.
HSL color Cylindrical-coordinate representation of color #DE96EA: hue angle of 291.43º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE96EA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 150 | 234 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.08 |
| HSL | 291.43º | 0.67% | 0.75% | - |
| HSV(B) | 291.43º | 0.36% | 0.92% | - |
| XYZ | 55.88 | 43.28 | 83.25 | - |
| YUV | 181.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 234 | 0.05 | 0.36 | 0 | 0.08 | 291.43 | 0.67 | 0.75 |
| Hex | DE | 96 | EA | 5 | 24 | 0 | 8 | 123 | 43 | 4B |
| Octal | 336 | 226 | 352 | 5 | 44 | 0 | 10 | 443 | 103 | 113 |
| Binary | 11011110 | 10010110 | 11101010 | 101 | 100100 | 0 | 1000 | 100100011 | 1000011 | 1001011 |
Color Harmonies of #DE96EA
Complementary color
Monochromatic Colors of #DE96EA
Black with #DE96EA
Text Example
Text Example
White with #DE96EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96EA; }
p { color: rgb(222,150,234); }
H1.HeaderClassName
{
color: #DE96EA;
}
.AnyTagClassName
{
color: #DE96EA;
}
</style>
background-color css
<style>
a { background-color: #DE96EA; }
a { background-color: rgb(222,150,234); }
div.DivClassName
{
background-color: #DE96EA;
}
.BgClassName
{
background-color: #DE96EA;
}
</style>
border-color css
<style>
span { border-color: #DE96EA; }
span { border-color: rgb(222,150,234); }
td.TdClassName
{
border-color: #DE96EA;
}
.TagClassName
{
border-color: #DE96EA;
}
</style>