Shades of Plum #DE98E8
Tints of Plum #DE98E8
RGB
CMYK
RGB Variations
Color information
#DE98E8 (or 0xDE98E8) is known color: Plum. HEX triplet: DE, 98 and E8. RGB value is (222,152,232). Sum of RGB (Red+Green+Blue) = 222+152+232=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE98E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE98E8 is #216717. Grayscale: #B5B5B5. Windows color (decimal): -2189080 or 15243486. OLE color: 15243486.
HSL color Cylindrical-coordinate representation of color #DE98E8: hue angle of 292.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE98E8 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 152 | 232 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.09 |
| HSL | 292.5º | 0.63% | 0.75% | - |
| HSV(B) | 292.5º | 0.34% | 0.91% | - |
| XYZ | 55.92 | 43.81 | 81.85 | - |
| YUV | 182.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 232 | 0.04 | 0.34 | 0 | 0.09 | 292.5 | 0.63 | 0.75 |
| Hex | DE | 98 | E8 | 4 | 22 | 0 | 9 | 124 | 3F | 4B |
| Octal | 336 | 230 | 350 | 4 | 42 | 0 | 11 | 444 | 77 | 113 |
| Binary | 11011110 | 10011000 | 11101000 | 100 | 100010 | 0 | 1001 | 100100100 | 111111 | 1001011 |
Color Harmonies of #DE98E8
Complementary color
Monochromatic Colors of #DE98E8
Black with #DE98E8
Text Example
Text Example
White with #DE98E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE98E8; }
p { color: rgb(222,152,232); }
H1.HeaderClassName
{
color: #DE98E8;
}
.AnyTagClassName
{
color: #DE98E8;
}
</style>
background-color css
<style>
a { background-color: #DE98E8; }
a { background-color: rgb(222,152,232); }
div.DivClassName
{
background-color: #DE98E8;
}
.BgClassName
{
background-color: #DE98E8;
}
</style>
border-color css
<style>
span { border-color: #DE98E8; }
span { border-color: rgb(222,152,232); }
td.TdClassName
{
border-color: #DE98E8;
}
.TagClassName
{
border-color: #DE98E8;
}
</style>