Shades of Plum #DE98E7
Tints of Plum #DE98E7
RGB
CMYK
RGB Variations
Color information
#DE98E7 (or 0xDE98E7) is known color: Plum. HEX triplet: DE, 98 and E7. RGB value is (222,152,231). Sum of RGB (Red+Green+Blue) = 222+152+231=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE98E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE98E7 is #216718. Grayscale: #B5B5B5. Windows color (decimal): -2189081 or 15177950. OLE color: 15177950.
HSL color Cylindrical-coordinate representation of color #DE98E7: hue angle of 293.16º degrees, saturation: 0.62, 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 #DE98E7 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 152 | 231 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.09 |
| HSL | 293.16º | 0.62% | 0.75% | - |
| HSV(B) | 293.16º | 0.34% | 0.91% | - |
| XYZ | 55.78 | 43.76 | 81.11 | - |
| YUV | 181.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 231 | 0.04 | 0.34 | 0 | 0.09 | 293.16 | 0.62 | 0.75 |
| Hex | DE | 98 | E7 | 4 | 22 | 0 | 9 | 125 | 3E | 4B |
| Octal | 336 | 230 | 347 | 4 | 42 | 0 | 11 | 445 | 76 | 113 |
| Binary | 11011110 | 10011000 | 11100111 | 100 | 100010 | 0 | 1001 | 100100101 | 111110 | 1001011 |
Color Harmonies of #DE98E7
Complementary color
Monochromatic Colors of #DE98E7
Black with #DE98E7
Text Example
Text Example
White with #DE98E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE98E7; }
p { color: rgb(222,152,231); }
H1.HeaderClassName
{
color: #DE98E7;
}
.AnyTagClassName
{
color: #DE98E7;
}
</style>
background-color css
<style>
a { background-color: #DE98E7; }
a { background-color: rgb(222,152,231); }
div.DivClassName
{
background-color: #DE98E7;
}
.BgClassName
{
background-color: #DE98E7;
}
</style>
border-color css
<style>
span { border-color: #DE98E7; }
span { border-color: rgb(222,152,231); }
td.TdClassName
{
border-color: #DE98E7;
}
.TagClassName
{
border-color: #DE98E7;
}
</style>