Shades of Plum #DC99D2
Tints of Plum #DC99D2
RGB
CMYK
RGB Variations
Color information
#DC99D2 (or 0xDC99D2) is known color: Plum. HEX triplet: DC, 99 and D2. RGB value is (220,153,210). Sum of RGB (Red+Green+Blue) = 220+153+210=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99D2 is #23662D. Grayscale: #B3B3B3. Windows color (decimal): -2319918 or 13801948. OLE color: 13801948.
HSL color Cylindrical-coordinate representation of color #DC99D2: hue angle of 308.96º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC99D2 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 210 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.14 |
| HSL | 308.96º | 0.49% | 0.73% | - |
| HSV(B) | 308.96º | 0.3% | 0.86% | - |
| XYZ | 52.54 | 42.65 | 66.44 | - |
| YUV | 179.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 210 | 0 | 0.30 | 0.05 | 0.14 | 308.96 | 0.49 | 0.73 |
| Hex | DC | 99 | D2 | 0 | 1E | 5 | E | 135 | 31 | 49 |
| Octal | 334 | 231 | 322 | 0 | 36 | 5 | 16 | 465 | 61 | 111 |
| Binary | 11011100 | 10011001 | 11010010 | 0 | 11110 | 101 | 1110 | 100110101 | 110001 | 1001001 |
Color Harmonies of #DC99D2
Complementary color
Monochromatic Colors of #DC99D2
Black with #DC99D2
Text Example
Text Example
White with #DC99D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99D2; }
p { color: rgb(220,153,210); }
H1.HeaderClassName
{
color: #DC99D2;
}
.AnyTagClassName
{
color: #DC99D2;
}
</style>
background-color css
<style>
a { background-color: #DC99D2; }
a { background-color: rgb(220,153,210); }
div.DivClassName
{
background-color: #DC99D2;
}
.BgClassName
{
background-color: #DC99D2;
}
</style>
border-color css
<style>
span { border-color: #DC99D2; }
span { border-color: rgb(220,153,210); }
td.TdClassName
{
border-color: #DC99D2;
}
.TagClassName
{
border-color: #DC99D2;
}
</style>