Shades of Plum #DC98D1
Tints of Plum #DC98D1
RGB
CMYK
RGB Variations
Color information
#DC98D1 (or 0xDC98D1) is known color: Plum. HEX triplet: DC, 98 and D1. RGB value is (220,152,209). Sum of RGB (Red+Green+Blue) = 220+152+209=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98D1 is #23672E. Grayscale: #B2B2B2. Windows color (decimal): -2320175 or 13736156. OLE color: 13736156.
HSL color Cylindrical-coordinate representation of color #DC98D1: hue angle of 309.71º 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 #DC98D1 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 209 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.14 |
| HSL | 309.71º | 0.49% | 0.73% | - |
| HSV(B) | 309.71º | 0.31% | 0.86% | - |
| XYZ | 52.25 | 42.28 | 65.73 | - |
| YUV | 178.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 209 | 0 | 0.31 | 0.05 | 0.14 | 309.71 | 0.49 | 0.73 |
| Hex | DC | 98 | D1 | 0 | 1F | 5 | E | 136 | 31 | 49 |
| Octal | 334 | 230 | 321 | 0 | 37 | 5 | 16 | 466 | 61 | 111 |
| Binary | 11011100 | 10011000 | 11010001 | 0 | 11111 | 101 | 1110 | 100110110 | 110001 | 1001001 |
Color Harmonies of #DC98D1
Complementary color
Monochromatic Colors of #DC98D1
Black with #DC98D1
Text Example
Text Example
White with #DC98D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98D1; }
p { color: rgb(220,152,209); }
H1.HeaderClassName
{
color: #DC98D1;
}
.AnyTagClassName
{
color: #DC98D1;
}
</style>
background-color css
<style>
a { background-color: #DC98D1; }
a { background-color: rgb(220,152,209); }
div.DivClassName
{
background-color: #DC98D1;
}
.BgClassName
{
background-color: #DC98D1;
}
</style>
border-color css
<style>
span { border-color: #DC98D1; }
span { border-color: rgb(220,152,209); }
td.TdClassName
{
border-color: #DC98D1;
}
.TagClassName
{
border-color: #DC98D1;
}
</style>