Shades of Plum #DF98DA
Tints of Plum #DF98DA
RGB
CMYK
RGB Variations
Color information
#DF98DA (or 0xDF98DA) is known color: Plum. HEX triplet: DF, 98 and DA. RGB value is (223,152,218). Sum of RGB (Red+Green+Blue) = 223+152+218=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98DA is #206725. Grayscale: #B4B4B4. Windows color (decimal): -2123558 or 14325983. OLE color: 14325983.
HSL color Cylindrical-coordinate representation of color #DF98DA: hue angle of 304.23º 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 #DF98DA is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 218 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.13 |
| HSL | 304.23º | 0.53% | 0.74% | - |
| HSV(B) | 304.23º | 0.32% | 0.87% | - |
| XYZ | 54.31 | 43.21 | 71.81 | - |
| YUV | 180.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 218 | 0 | 0.32 | 0.02 | 0.13 | 304.23 | 0.53 | 0.74 |
| Hex | DF | 98 | DA | 0 | 20 | 2 | D | 130 | 35 | 4A |
| Octal | 337 | 230 | 332 | 0 | 40 | 2 | 15 | 460 | 65 | 112 |
| Binary | 11011111 | 10011000 | 11011010 | 0 | 100000 | 10 | 1101 | 100110000 | 110101 | 1001010 |
Color Harmonies of #DF98DA
Complementary color
Monochromatic Colors of #DF98DA
Black with #DF98DA
Text Example
Text Example
White with #DF98DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98DA; }
p { color: rgb(223,152,218); }
H1.HeaderClassName
{
color: #DF98DA;
}
.AnyTagClassName
{
color: #DF98DA;
}
</style>
background-color css
<style>
a { background-color: #DF98DA; }
a { background-color: rgb(223,152,218); }
div.DivClassName
{
background-color: #DF98DA;
}
.BgClassName
{
background-color: #DF98DA;
}
</style>
border-color css
<style>
span { border-color: #DF98DA; }
span { border-color: rgb(223,152,218); }
td.TdClassName
{
border-color: #DF98DA;
}
.TagClassName
{
border-color: #DF98DA;
}
</style>