Shades of Plum #DE97D2
Tints of Plum #DE97D2
RGB
CMYK
RGB Variations
Color information
#DE97D2 (or 0xDE97D2) is known color: Plum. HEX triplet: DE, 97 and D2. RGB value is (222,151,210). Sum of RGB (Red+Green+Blue) = 222+151+210=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97D2 is #21682D. Grayscale: #B2B2B2. Windows color (decimal): -2189358 or 13801438. OLE color: 13801438.
HSL color Cylindrical-coordinate representation of color #DE97D2: hue angle of 310.14º 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 #DE97D2 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 151 | 210 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.13 |
| HSL | 310.14º | 0.52% | 0.73% | - |
| HSV(B) | 310.14º | 0.32% | 0.87% | - |
| XYZ | 52.82 | 42.32 | 66.36 | - |
| YUV | 178.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 151 | 210 | 0 | 0.32 | 0.05 | 0.13 | 310.14 | 0.52 | 0.73 |
| Hex | DE | 97 | D2 | 0 | 20 | 5 | D | 136 | 34 | 49 |
| Octal | 336 | 227 | 322 | 0 | 40 | 5 | 15 | 466 | 64 | 111 |
| Binary | 11011110 | 10010111 | 11010010 | 0 | 100000 | 101 | 1101 | 100110110 | 110100 | 1001001 |
Color Harmonies of #DE97D2
Complementary color
Monochromatic Colors of #DE97D2
Black with #DE97D2
Text Example
Text Example
White with #DE97D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE97D2; }
p { color: rgb(222,151,210); }
H1.HeaderClassName
{
color: #DE97D2;
}
.AnyTagClassName
{
color: #DE97D2;
}
</style>
background-color css
<style>
a { background-color: #DE97D2; }
a { background-color: rgb(222,151,210); }
div.DivClassName
{
background-color: #DE97D2;
}
.BgClassName
{
background-color: #DE97D2;
}
</style>
border-color css
<style>
span { border-color: #DE97D2; }
span { border-color: rgb(222,151,210); }
td.TdClassName
{
border-color: #DE97D2;
}
.TagClassName
{
border-color: #DE97D2;
}
</style>