Shades of Plum #DC98D9
Tints of Plum #DC98D9
RGB
CMYK
RGB Variations
Color information
#DC98D9 (or 0xDC98D9) is known color: Plum. HEX triplet: DC, 98 and D9. RGB value is (220,152,217). Sum of RGB (Red+Green+Blue) = 220+152+217=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98D9 is #236726. Grayscale: #B3B3B3. Windows color (decimal): -2320167 or 14260444. OLE color: 14260444.
HSL color Cylindrical-coordinate representation of color #DC98D9: hue angle of 302.65º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC98D9 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 217 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.14 |
| HSL | 302.65º | 0.49% | 0.73% | - |
| HSV(B) | 302.65º | 0.31% | 0.86% | - |
| XYZ | 53.27 | 42.68 | 71.08 | - |
| YUV | 179.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 217 | 0 | 0.31 | 0.01 | 0.14 | 302.65 | 0.49 | 0.73 |
| Hex | DC | 98 | D9 | 0 | 1F | 1 | E | 12F | 31 | 49 |
| Octal | 334 | 230 | 331 | 0 | 37 | 1 | 16 | 457 | 61 | 111 |
| Binary | 11011100 | 10011000 | 11011001 | 0 | 11111 | 1 | 1110 | 100101111 | 110001 | 1001001 |
Color Harmonies of #DC98D9
Complementary color
Monochromatic Colors of #DC98D9
Black with #DC98D9
Text Example
Text Example
White with #DC98D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98D9; }
p { color: rgb(220,152,217); }
H1.HeaderClassName
{
color: #DC98D9;
}
.AnyTagClassName
{
color: #DC98D9;
}
</style>
background-color css
<style>
a { background-color: #DC98D9; }
a { background-color: rgb(220,152,217); }
div.DivClassName
{
background-color: #DC98D9;
}
.BgClassName
{
background-color: #DC98D9;
}
</style>
border-color css
<style>
span { border-color: #DC98D9; }
span { border-color: rgb(220,152,217); }
td.TdClassName
{
border-color: #DC98D9;
}
.TagClassName
{
border-color: #DC98D9;
}
</style>