Shades of Plum #DF97CF
Tints of Plum #DF97CF
RGB
CMYK
RGB Variations
Color information
#DF97CF (or 0xDF97CF) is known color: Plum. HEX triplet: DF, 97 and CF. RGB value is (223,151,207). Sum of RGB (Red+Green+Blue) = 223+151+207=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97CF is #206830. Grayscale: #B2B2B2. Windows color (decimal): -2123825 or 13604831. OLE color: 13604831.
HSL color Cylindrical-coordinate representation of color #DF97CF: hue angle of 313.33º 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 #DF97CF is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 207 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.13 |
| HSL | 313.33º | 0.53% | 0.73% | - |
| HSV(B) | 313.33º | 0.32% | 0.87% | - |
| XYZ | 52.76 | 42.33 | 64.42 | - |
| YUV | 178.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 207 | 0 | 0.32 | 0.07 | 0.13 | 313.33 | 0.53 | 0.73 |
| Hex | DF | 97 | CF | 0 | 20 | 7 | D | 139 | 35 | 49 |
| Octal | 337 | 227 | 317 | 0 | 40 | 7 | 15 | 471 | 65 | 111 |
| Binary | 11011111 | 10010111 | 11001111 | 0 | 100000 | 111 | 1101 | 100111001 | 110101 | 1001001 |
Color Harmonies of #DF97CF
Complementary color
Monochromatic Colors of #DF97CF
Black with #DF97CF
Text Example
Text Example
White with #DF97CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97CF; }
p { color: rgb(223,151,207); }
H1.HeaderClassName
{
color: #DF97CF;
}
.AnyTagClassName
{
color: #DF97CF;
}
</style>
background-color css
<style>
a { background-color: #DF97CF; }
a { background-color: rgb(223,151,207); }
div.DivClassName
{
background-color: #DF97CF;
}
.BgClassName
{
background-color: #DF97CF;
}
</style>
border-color css
<style>
span { border-color: #DF97CF; }
span { border-color: rgb(223,151,207); }
td.TdClassName
{
border-color: #DF97CF;
}
.TagClassName
{
border-color: #DF97CF;
}
</style>