Shades of Plum #DC98D0
Tints of Plum #DC98D0
RGB
CMYK
RGB Variations
Color information
#DC98D0 (or 0xDC98D0) is known color: Plum. HEX triplet: DC, 98 and D0. RGB value is (220,152,208). Sum of RGB (Red+Green+Blue) = 220+152+208=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98D0 is #23672F. Grayscale: #B2B2B2. Windows color (decimal): -2320176 or 13670620. OLE color: 13670620.
HSL color Cylindrical-coordinate representation of color #DC98D0: hue angle of 310.59º 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 #DC98D0 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 208 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.14 |
| HSL | 310.59º | 0.49% | 0.73% | - |
| HSV(B) | 310.59º | 0.31% | 0.86% | - |
| XYZ | 52.13 | 42.23 | 65.08 | - |
| YUV | 178.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 208 | 0 | 0.31 | 0.05 | 0.14 | 310.59 | 0.49 | 0.73 |
| Hex | DC | 98 | D0 | 0 | 1F | 5 | E | 137 | 31 | 49 |
| Octal | 334 | 230 | 320 | 0 | 37 | 5 | 16 | 467 | 61 | 111 |
| Binary | 11011100 | 10011000 | 11010000 | 0 | 11111 | 101 | 1110 | 100110111 | 110001 | 1001001 |
Color Harmonies of #DC98D0
Complementary color
Monochromatic Colors of #DC98D0
Black with #DC98D0
Text Example
Text Example
White with #DC98D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98D0; }
p { color: rgb(220,152,208); }
H1.HeaderClassName
{
color: #DC98D0;
}
.AnyTagClassName
{
color: #DC98D0;
}
</style>
background-color css
<style>
a { background-color: #DC98D0; }
a { background-color: rgb(220,152,208); }
div.DivClassName
{
background-color: #DC98D0;
}
.BgClassName
{
background-color: #DC98D0;
}
</style>
border-color css
<style>
span { border-color: #DC98D0; }
span { border-color: rgb(220,152,208); }
td.TdClassName
{
border-color: #DC98D0;
}
.TagClassName
{
border-color: #DC98D0;
}
</style>