Shades of Plum #DF97DC
Tints of Plum #DF97DC
RGB
CMYK
RGB Variations
Color information
#DF97DC (or 0xDF97DC) is known color: Plum. HEX triplet: DF, 97 and DC. RGB value is (223,151,220). Sum of RGB (Red+Green+Blue) = 223+151+220=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97DC is #206823. Grayscale: #B4B4B4. Windows color (decimal): -2123812 or 14456799. OLE color: 14456799.
HSL color Cylindrical-coordinate representation of color #DF97DC: hue angle of 302.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 #DF97DC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 220 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.13 |
| HSL | 302.5º | 0.53% | 0.73% | - |
| HSV(B) | 302.5º | 0.32% | 0.87% | - |
| XYZ | 54.42 | 42.99 | 73.14 | - |
| YUV | 180.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 220 | 0 | 0.32 | 0.01 | 0.13 | 302.5 | 0.53 | 0.73 |
| Hex | DF | 97 | DC | 0 | 20 | 1 | D | 12E | 35 | 49 |
| Octal | 337 | 227 | 334 | 0 | 40 | 1 | 15 | 456 | 65 | 111 |
| Binary | 11011111 | 10010111 | 11011100 | 0 | 100000 | 1 | 1101 | 100101110 | 110101 | 1001001 |
Color Harmonies of #DF97DC
Complementary color
Monochromatic Colors of #DF97DC
Black with #DF97DC
Text Example
Text Example
White with #DF97DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97DC; }
p { color: rgb(223,151,220); }
H1.HeaderClassName
{
color: #DF97DC;
}
.AnyTagClassName
{
color: #DF97DC;
}
</style>
background-color css
<style>
a { background-color: #DF97DC; }
a { background-color: rgb(223,151,220); }
div.DivClassName
{
background-color: #DF97DC;
}
.BgClassName
{
background-color: #DF97DC;
}
</style>
border-color css
<style>
span { border-color: #DF97DC; }
span { border-color: rgb(223,151,220); }
td.TdClassName
{
border-color: #DF97DC;
}
.TagClassName
{
border-color: #DF97DC;
}
</style>