Shades of Plum #DF98D4
Tints of Plum #DF98D4
RGB
CMYK
RGB Variations
Color information
#DF98D4 (or 0xDF98D4) is known color: Plum. HEX triplet: DF, 98 and D4. RGB value is (223,152,212). Sum of RGB (Red+Green+Blue) = 223+152+212=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98D4 is #20672B. Grayscale: #B3B3B3. Windows color (decimal): -2123564 or 13932767. OLE color: 13932767.
HSL color Cylindrical-coordinate representation of color #DF98D4: hue angle of 309.3º 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 #DF98D4 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 212 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.13 |
| HSL | 309.3º | 0.53% | 0.74% | - |
| HSV(B) | 309.3º | 0.32% | 0.87% | - |
| XYZ | 53.54 | 42.9 | 67.75 | - |
| YUV | 180.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 212 | 0 | 0.32 | 0.05 | 0.13 | 309.3 | 0.53 | 0.74 |
| Hex | DF | 98 | D4 | 0 | 20 | 5 | D | 135 | 35 | 4A |
| Octal | 337 | 230 | 324 | 0 | 40 | 5 | 15 | 465 | 65 | 112 |
| Binary | 11011111 | 10011000 | 11010100 | 0 | 100000 | 101 | 1101 | 100110101 | 110101 | 1001010 |
Color Harmonies of #DF98D4
Complementary color
Monochromatic Colors of #DF98D4
Black with #DF98D4
Text Example
Text Example
White with #DF98D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98D4; }
p { color: rgb(223,152,212); }
H1.HeaderClassName
{
color: #DF98D4;
}
.AnyTagClassName
{
color: #DF98D4;
}
</style>
background-color css
<style>
a { background-color: #DF98D4; }
a { background-color: rgb(223,152,212); }
div.DivClassName
{
background-color: #DF98D4;
}
.BgClassName
{
background-color: #DF98D4;
}
</style>
border-color css
<style>
span { border-color: #DF98D4; }
span { border-color: rgb(223,152,212); }
td.TdClassName
{
border-color: #DF98D4;
}
.TagClassName
{
border-color: #DF98D4;
}
</style>