Shades of Plum #DE97DD
Tints of Plum #DE97DD
RGB
CMYK
RGB Variations
Color information
#DE97DD (or 0xDE97DD) is known color: Plum. HEX triplet: DE, 97 and DD. RGB value is (222,151,221). Sum of RGB (Red+Green+Blue) = 222+151+221=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97DD is #216822. Grayscale: #B4B4B4. Windows color (decimal): -2189347 or 14522334. OLE color: 14522334.
HSL color Cylindrical-coordinate representation of color #DE97DD: hue angle of 300.85º degrees, saturation: 0.52, 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 #DE97DD is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 151 | 221 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.13 |
| HSL | 300.85º | 0.52% | 0.73% | - |
| HSV(B) | 300.85º | 0.32% | 0.87% | - |
| XYZ | 54.24 | 42.88 | 73.83 | - |
| YUV | 180.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 151 | 221 | 0 | 0.32 | 0.00 | 0.13 | 300.85 | 0.52 | 0.73 |
| Hex | DE | 97 | DD | 0 | 20 | 0 | D | 12D | 34 | 49 |
| Octal | 336 | 227 | 335 | 0 | 40 | 0 | 15 | 455 | 64 | 111 |
| Binary | 11011110 | 10010111 | 11011101 | 0 | 100000 | 0 | 1101 | 100101101 | 110100 | 1001001 |
Color Harmonies of #DE97DD
Complementary color
Monochromatic Colors of #DE97DD
Black with #DE97DD
Text Example
Text Example
White with #DE97DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE97DD; }
p { color: rgb(222,151,221); }
H1.HeaderClassName
{
color: #DE97DD;
}
.AnyTagClassName
{
color: #DE97DD;
}
</style>
background-color css
<style>
a { background-color: #DE97DD; }
a { background-color: rgb(222,151,221); }
div.DivClassName
{
background-color: #DE97DD;
}
.BgClassName
{
background-color: #DE97DD;
}
</style>
border-color css
<style>
span { border-color: #DE97DD; }
span { border-color: rgb(222,151,221); }
td.TdClassName
{
border-color: #DE97DD;
}
.TagClassName
{
border-color: #DE97DD;
}
</style>