Shades of Plum #DE98E6
Tints of Plum #DE98E6
RGB
CMYK
RGB Variations
Color information
#DE98E6 (or 0xDE98E6) is known color: Plum. HEX triplet: DE, 98 and E6. RGB value is (222,152,230). Sum of RGB (Red+Green+Blue) = 222+152+230=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE98E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE98E6 is #216719. Grayscale: #B5B5B5. Windows color (decimal): -2189082 or 15112414. OLE color: 15112414.
HSL color Cylindrical-coordinate representation of color #DE98E6: hue angle of 293.85º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE98E6 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 152 | 230 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.10 |
| HSL | 293.85º | 0.61% | 0.75% | - |
| HSV(B) | 293.85º | 0.34% | 0.9% | - |
| XYZ | 55.64 | 43.7 | 80.37 | - |
| YUV | 181.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 230 | 0.03 | 0.34 | 0 | 0.10 | 293.85 | 0.61 | 0.75 |
| Hex | DE | 98 | E6 | 3 | 22 | 0 | A | 126 | 3D | 4B |
| Octal | 336 | 230 | 346 | 3 | 42 | 0 | 12 | 446 | 75 | 113 |
| Binary | 11011110 | 10011000 | 11100110 | 11 | 100010 | 0 | 1010 | 100100110 | 111101 | 1001011 |
Color Harmonies of #DE98E6
Complementary color
Monochromatic Colors of #DE98E6
Black with #DE98E6
Text Example
Text Example
White with #DE98E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE98E6; }
p { color: rgb(222,152,230); }
H1.HeaderClassName
{
color: #DE98E6;
}
.AnyTagClassName
{
color: #DE98E6;
}
</style>
background-color css
<style>
a { background-color: #DE98E6; }
a { background-color: rgb(222,152,230); }
div.DivClassName
{
background-color: #DE98E6;
}
.BgClassName
{
background-color: #DE98E6;
}
</style>
border-color css
<style>
span { border-color: #DE98E6; }
span { border-color: rgb(222,152,230); }
td.TdClassName
{
border-color: #DE98E6;
}
.TagClassName
{
border-color: #DE98E6;
}
</style>