Shades of Plum #DF97D4
Tints of Plum #DF97D4
RGB
CMYK
RGB Variations
Color information
#DF97D4 (or 0xDF97D4) is known color: Plum. HEX triplet: DF, 97 and D4. RGB value is (223,151,212). Sum of RGB (Red+Green+Blue) = 223+151+212=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97D4 is #20682B. Grayscale: #B3B3B3. Windows color (decimal): -2123820 or 13932511. OLE color: 13932511.
HSL color Cylindrical-coordinate representation of color #DF97D4: hue angle of 309.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 #DF97D4 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 212 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.13 |
| HSL | 309.17º | 0.53% | 0.73% | - |
| HSV(B) | 309.17º | 0.32% | 0.87% | - |
| XYZ | 53.38 | 42.57 | 67.69 | - |
| YUV | 179.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 212 | 0 | 0.32 | 0.05 | 0.13 | 309.17 | 0.53 | 0.73 |
| Hex | DF | 97 | D4 | 0 | 20 | 5 | D | 135 | 35 | 49 |
| Octal | 337 | 227 | 324 | 0 | 40 | 5 | 15 | 465 | 65 | 111 |
| Binary | 11011111 | 10010111 | 11010100 | 0 | 100000 | 101 | 1101 | 100110101 | 110101 | 1001001 |
Color Harmonies of #DF97D4
Complementary color
Monochromatic Colors of #DF97D4
Black with #DF97D4
Text Example
Text Example
White with #DF97D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97D4; }
p { color: rgb(223,151,212); }
H1.HeaderClassName
{
color: #DF97D4;
}
.AnyTagClassName
{
color: #DF97D4;
}
</style>
background-color css
<style>
a { background-color: #DF97D4; }
a { background-color: rgb(223,151,212); }
div.DivClassName
{
background-color: #DF97D4;
}
.BgClassName
{
background-color: #DF97D4;
}
</style>
border-color css
<style>
span { border-color: #DF97D4; }
span { border-color: rgb(223,151,212); }
td.TdClassName
{
border-color: #DF97D4;
}
.TagClassName
{
border-color: #DF97D4;
}
</style>