Shades of Plum #DE97D0
Tints of Plum #DE97D0
RGB
CMYK
RGB Variations
Color information
#DE97D0 (or 0xDE97D0) is known color: Plum. HEX triplet: DE, 97 and D0. RGB value is (222,151,208). Sum of RGB (Red+Green+Blue) = 222+151+208=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97D0 is #21682F. Grayscale: #B2B2B2. Windows color (decimal): -2189360 or 13670366. OLE color: 13670366.
HSL color Cylindrical-coordinate representation of color #DE97D0: hue angle of 311.83º 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 #DE97D0 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 151 | 208 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.13 |
| HSL | 311.83º | 0.52% | 0.73% | - |
| HSV(B) | 311.83º | 0.32% | 0.87% | - |
| XYZ | 52.58 | 42.22 | 65.05 | - |
| YUV | 178.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 151 | 208 | 0 | 0.32 | 0.06 | 0.13 | 311.83 | 0.52 | 0.73 |
| Hex | DE | 97 | D0 | 0 | 20 | 6 | D | 138 | 34 | 49 |
| Octal | 336 | 227 | 320 | 0 | 40 | 6 | 15 | 470 | 64 | 111 |
| Binary | 11011110 | 10010111 | 11010000 | 0 | 100000 | 110 | 1101 | 100111000 | 110100 | 1001001 |
Color Harmonies of #DE97D0
Complementary color
Monochromatic Colors of #DE97D0
Black with #DE97D0
Text Example
Text Example
White with #DE97D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE97D0; }
p { color: rgb(222,151,208); }
H1.HeaderClassName
{
color: #DE97D0;
}
.AnyTagClassName
{
color: #DE97D0;
}
</style>
background-color css
<style>
a { background-color: #DE97D0; }
a { background-color: rgb(222,151,208); }
div.DivClassName
{
background-color: #DE97D0;
}
.BgClassName
{
background-color: #DE97D0;
}
</style>
border-color css
<style>
span { border-color: #DE97D0; }
span { border-color: rgb(222,151,208); }
td.TdClassName
{
border-color: #DE97D0;
}
.TagClassName
{
border-color: #DE97D0;
}
</style>