Shades of Plum #DF98DD
Tints of Plum #DF98DD
RGB
CMYK
RGB Variations
Color information
#DF98DD (or 0xDF98DD) is known color: Plum. HEX triplet: DF, 98 and DD. RGB value is (223,152,221). Sum of RGB (Red+Green+Blue) = 223+152+221=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98DD is #206722. Grayscale: #B4B4B4. Windows color (decimal): -2123555 or 14522591. OLE color: 14522591.
HSL color Cylindrical-coordinate representation of color #DF98DD: hue angle of 301.69º 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 #DF98DD is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 221 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.13 |
| HSL | 301.69º | 0.53% | 0.74% | - |
| HSV(B) | 301.69º | 0.32% | 0.87% | - |
| XYZ | 54.71 | 43.36 | 73.89 | - |
| YUV | 181.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 221 | 0 | 0.32 | 0.01 | 0.13 | 301.69 | 0.53 | 0.74 |
| Hex | DF | 98 | DD | 0 | 20 | 1 | D | 12E | 35 | 4A |
| Octal | 337 | 230 | 335 | 0 | 40 | 1 | 15 | 456 | 65 | 112 |
| Binary | 11011111 | 10011000 | 11011101 | 0 | 100000 | 1 | 1101 | 100101110 | 110101 | 1001010 |
Color Harmonies of #DF98DD
Complementary color
Monochromatic Colors of #DF98DD
Black with #DF98DD
Text Example
Text Example
White with #DF98DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98DD; }
p { color: rgb(223,152,221); }
H1.HeaderClassName
{
color: #DF98DD;
}
.AnyTagClassName
{
color: #DF98DD;
}
</style>
background-color css
<style>
a { background-color: #DF98DD; }
a { background-color: rgb(223,152,221); }
div.DivClassName
{
background-color: #DF98DD;
}
.BgClassName
{
background-color: #DF98DD;
}
</style>
border-color css
<style>
span { border-color: #DF98DD; }
span { border-color: rgb(223,152,221); }
td.TdClassName
{
border-color: #DF98DD;
}
.TagClassName
{
border-color: #DF98DD;
}
</style>