Shades of Plum #DE98DD
Tints of Plum #DE98DD
RGB
CMYK
RGB Variations
Color information
#DE98DD (or 0xDE98DD) is known color: Plum. HEX triplet: DE, 98 and DD. RGB value is (222,152,221). Sum of RGB (Red+Green+Blue) = 222+152+221=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DE98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE98DD is #216722. Grayscale: #B4B4B4. Windows color (decimal): -2189091 or 14522590. OLE color: 14522590.
HSL color Cylindrical-coordinate representation of color #DE98DD: hue angle of 300.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE98DD is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 221 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.13 |
| HSL | 300.86º | 0.51% | 0.73% | - |
| HSV(B) | 300.86º | 0.32% | 0.87% | - |
| XYZ | 54.4 | 43.21 | 73.88 | - |
| YUV | 180.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 221 | 0 | 0.32 | 0.00 | 0.13 | 300.86 | 0.51 | 0.73 |
| Hex | DE | 98 | DD | 0 | 20 | 0 | D | 12D | 33 | 49 |
| Octal | 336 | 230 | 335 | 0 | 40 | 0 | 15 | 455 | 63 | 111 |
| Binary | 11011110 | 10011000 | 11011101 | 0 | 100000 | 0 | 1101 | 100101101 | 110011 | 1001001 |
Color Harmonies of #DE98DD
Complementary color
Monochromatic Colors of #DE98DD
Black with #DE98DD
Text Example
Text Example
White with #DE98DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE98DD; }
p { color: rgb(222,152,221); }
H1.HeaderClassName
{
color: #DE98DD;
}
.AnyTagClassName
{
color: #DE98DD;
}
</style>
background-color css
<style>
a { background-color: #DE98DD; }
a { background-color: rgb(222,152,221); }
div.DivClassName
{
background-color: #DE98DD;
}
.BgClassName
{
background-color: #DE98DD;
}
</style>
border-color css
<style>
span { border-color: #DE98DD; }
span { border-color: rgb(222,152,221); }
td.TdClassName
{
border-color: #DE98DD;
}
.TagClassName
{
border-color: #DE98DD;
}
</style>