Shades of Plum #DF98DC
Tints of Plum #DF98DC
RGB
CMYK
RGB Variations
Color information
#DF98DC (or 0xDF98DC) is known color: Plum. HEX triplet: DF, 98 and DC. RGB value is (223,152,220). Sum of RGB (Red+Green+Blue) = 223+152+220=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98DC is #206723. Grayscale: #B4B4B4. Windows color (decimal): -2123556 or 14457055. OLE color: 14457055.
HSL color Cylindrical-coordinate representation of color #DF98DC: hue angle of 302.54º 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 #DF98DC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 220 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.13 |
| HSL | 302.54º | 0.53% | 0.74% | - |
| HSV(B) | 302.54º | 0.32% | 0.87% | - |
| XYZ | 54.58 | 43.31 | 73.19 | - |
| YUV | 180.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 220 | 0 | 0.32 | 0.01 | 0.13 | 302.54 | 0.53 | 0.74 |
| Hex | DF | 98 | DC | 0 | 20 | 1 | D | 12F | 35 | 4A |
| Octal | 337 | 230 | 334 | 0 | 40 | 1 | 15 | 457 | 65 | 112 |
| Binary | 11011111 | 10011000 | 11011100 | 0 | 100000 | 1 | 1101 | 100101111 | 110101 | 1001010 |
Color Harmonies of #DF98DC
Complementary color
Monochromatic Colors of #DF98DC
Black with #DF98DC
Text Example
Text Example
White with #DF98DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98DC; }
p { color: rgb(223,152,220); }
H1.HeaderClassName
{
color: #DF98DC;
}
.AnyTagClassName
{
color: #DF98DC;
}
</style>
background-color css
<style>
a { background-color: #DF98DC; }
a { background-color: rgb(223,152,220); }
div.DivClassName
{
background-color: #DF98DC;
}
.BgClassName
{
background-color: #DF98DC;
}
</style>
border-color css
<style>
span { border-color: #DF98DC; }
span { border-color: rgb(223,152,220); }
td.TdClassName
{
border-color: #DF98DC;
}
.TagClassName
{
border-color: #DF98DC;
}
</style>