Shades of Plum #DF98D1
Tints of Plum #DF98D1
RGB
CMYK
RGB Variations
Color information
#DF98D1 (or 0xDF98D1) is known color: Plum. HEX triplet: DF, 98 and D1. RGB value is (223,152,209). Sum of RGB (Red+Green+Blue) = 223+152+209=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98D1 is #20672E. Grayscale: #B3B3B3. Windows color (decimal): -2123567 or 13736159. OLE color: 13736159.
HSL color Cylindrical-coordinate representation of color #DF98D1: hue angle of 311.83º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF98D1 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 209 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.13 |
| HSL | 311.83º | 0.53% | 0.74% | - |
| HSV(B) | 311.83º | 0.32% | 0.87% | - |
| XYZ | 53.17 | 42.75 | 65.77 | - |
| YUV | 179.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 209 | 0 | 0.32 | 0.06 | 0.13 | 311.83 | 0.53 | 0.74 |
| Hex | DF | 98 | D1 | 0 | 20 | 6 | D | 138 | 35 | 4A |
| Octal | 337 | 230 | 321 | 0 | 40 | 6 | 15 | 470 | 65 | 112 |
| Binary | 11011111 | 10011000 | 11010001 | 0 | 100000 | 110 | 1101 | 100111000 | 110101 | 1001010 |
Color Harmonies of #DF98D1
Complementary color
Monochromatic Colors of #DF98D1
Black with #DF98D1
Text Example
Text Example
White with #DF98D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98D1; }
p { color: rgb(223,152,209); }
H1.HeaderClassName
{
color: #DF98D1;
}
.AnyTagClassName
{
color: #DF98D1;
}
</style>
background-color css
<style>
a { background-color: #DF98D1; }
a { background-color: rgb(223,152,209); }
div.DivClassName
{
background-color: #DF98D1;
}
.BgClassName
{
background-color: #DF98D1;
}
</style>
border-color css
<style>
span { border-color: #DF98D1; }
span { border-color: rgb(223,152,209); }
td.TdClassName
{
border-color: #DF98D1;
}
.TagClassName
{
border-color: #DF98D1;
}
</style>