Shades of Plum #DF97CE
Tints of Plum #DF97CE
RGB
CMYK
RGB Variations
Color information
#DF97CE (or 0xDF97CE) is known color: Plum. HEX triplet: DF, 97 and CE. RGB value is (223,151,206). Sum of RGB (Red+Green+Blue) = 223+151+206=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97CE is #206831. Grayscale: #B2B2B2. Windows color (decimal): -2123826 or 13539295. OLE color: 13539295.
HSL color Cylindrical-coordinate representation of color #DF97CE: hue angle of 314.17º degrees, saturation: 0.53, 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 #DF97CE is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 206 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.13 |
| HSL | 314.17º | 0.53% | 0.73% | - |
| HSV(B) | 314.17º | 0.32% | 0.87% | - |
| XYZ | 52.64 | 42.28 | 63.78 | - |
| YUV | 178.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 206 | 0 | 0.32 | 0.08 | 0.13 | 314.17 | 0.53 | 0.73 |
| Hex | DF | 97 | CE | 0 | 20 | 8 | D | 13A | 35 | 49 |
| Octal | 337 | 227 | 316 | 0 | 40 | 10 | 15 | 472 | 65 | 111 |
| Binary | 11011111 | 10010111 | 11001110 | 0 | 100000 | 1000 | 1101 | 100111010 | 110101 | 1001001 |
Color Harmonies of #DF97CE
Complementary color
Monochromatic Colors of #DF97CE
Black with #DF97CE
Text Example
Text Example
White with #DF97CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97CE; }
p { color: rgb(223,151,206); }
H1.HeaderClassName
{
color: #DF97CE;
}
.AnyTagClassName
{
color: #DF97CE;
}
</style>
background-color css
<style>
a { background-color: #DF97CE; }
a { background-color: rgb(223,151,206); }
div.DivClassName
{
background-color: #DF97CE;
}
.BgClassName
{
background-color: #DF97CE;
}
</style>
border-color css
<style>
span { border-color: #DF97CE; }
span { border-color: rgb(223,151,206); }
td.TdClassName
{
border-color: #DF97CE;
}
.TagClassName
{
border-color: #DF97CE;
}
</style>