Shades of Plum #DF97D6
Tints of Plum #DF97D6
RGB
CMYK
RGB Variations
Color information
#DF97D6 (or 0xDF97D6) is known color: Plum. HEX triplet: DF, 97 and D6. RGB value is (223,151,214). Sum of RGB (Red+Green+Blue) = 223+151+214=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97D6 is #206829. Grayscale: #B3B3B3. Windows color (decimal): -2123818 or 14063583. OLE color: 14063583.
HSL color Cylindrical-coordinate representation of color #DF97D6: hue angle of 307.5º 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 #DF97D6 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 214 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.13 |
| HSL | 307.5º | 0.53% | 0.73% | - |
| HSV(B) | 307.5º | 0.32% | 0.87% | - |
| XYZ | 53.64 | 42.68 | 69.03 | - |
| YUV | 179.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 214 | 0 | 0.32 | 0.04 | 0.13 | 307.5 | 0.53 | 0.73 |
| Hex | DF | 97 | D6 | 0 | 20 | 4 | D | 134 | 35 | 49 |
| Octal | 337 | 227 | 326 | 0 | 40 | 4 | 15 | 464 | 65 | 111 |
| Binary | 11011111 | 10010111 | 11010110 | 0 | 100000 | 100 | 1101 | 100110100 | 110101 | 1001001 |
Color Harmonies of #DF97D6
Complementary color
Monochromatic Colors of #DF97D6
Black with #DF97D6
Text Example
Text Example
White with #DF97D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97D6; }
p { color: rgb(223,151,214); }
H1.HeaderClassName
{
color: #DF97D6;
}
.AnyTagClassName
{
color: #DF97D6;
}
</style>
background-color css
<style>
a { background-color: #DF97D6; }
a { background-color: rgb(223,151,214); }
div.DivClassName
{
background-color: #DF97D6;
}
.BgClassName
{
background-color: #DF97D6;
}
</style>
border-color css
<style>
span { border-color: #DF97D6; }
span { border-color: rgb(223,151,214); }
td.TdClassName
{
border-color: #DF97D6;
}
.TagClassName
{
border-color: #DF97D6;
}
</style>