Shades of Plum #DF98D5
Tints of Plum #DF98D5
RGB
CMYK
RGB Variations
Color information
#DF98D5 (or 0xDF98D5) is known color: Plum. HEX triplet: DF, 98 and D5. RGB value is (223,152,213). Sum of RGB (Red+Green+Blue) = 223+152+213=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98D5 is #20672A. Grayscale: #B4B4B4. Windows color (decimal): -2123563 or 13998303. OLE color: 13998303.
HSL color Cylindrical-coordinate representation of color #DF98D5: hue angle of 308.45º 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 #DF98D5 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 213 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.13 |
| HSL | 308.45º | 0.53% | 0.74% | - |
| HSV(B) | 308.45º | 0.32% | 0.87% | - |
| XYZ | 53.67 | 42.95 | 68.41 | - |
| YUV | 180.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 213 | 0 | 0.32 | 0.04 | 0.13 | 308.45 | 0.53 | 0.74 |
| Hex | DF | 98 | D5 | 0 | 20 | 4 | D | 134 | 35 | 4A |
| Octal | 337 | 230 | 325 | 0 | 40 | 4 | 15 | 464 | 65 | 112 |
| Binary | 11011111 | 10011000 | 11010101 | 0 | 100000 | 100 | 1101 | 100110100 | 110101 | 1001010 |
Color Harmonies of #DF98D5
Complementary color
Monochromatic Colors of #DF98D5
Black with #DF98D5
Text Example
Text Example
White with #DF98D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98D5; }
p { color: rgb(223,152,213); }
H1.HeaderClassName
{
color: #DF98D5;
}
.AnyTagClassName
{
color: #DF98D5;
}
</style>
background-color css
<style>
a { background-color: #DF98D5; }
a { background-color: rgb(223,152,213); }
div.DivClassName
{
background-color: #DF98D5;
}
.BgClassName
{
background-color: #DF98D5;
}
</style>
border-color css
<style>
span { border-color: #DF98D5; }
span { border-color: rgb(223,152,213); }
td.TdClassName
{
border-color: #DF98D5;
}
.TagClassName
{
border-color: #DF98D5;
}
</style>