Shades of Plum #DC99D7
Tints of Plum #DC99D7
RGB
CMYK
RGB Variations
Color information
#DC99D7 (or 0xDC99D7) is known color: Plum. HEX triplet: DC, 99 and D7. RGB value is (220,153,215). Sum of RGB (Red+Green+Blue) = 220+153+215=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99D7 is #236628. Grayscale: #B3B3B3. Windows color (decimal): -2319913 or 14129628. OLE color: 14129628.
HSL color Cylindrical-coordinate representation of color #DC99D7: hue angle of 304.48º 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 #DC99D7 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 215 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.14 |
| HSL | 304.48º | 0.49% | 0.73% | - |
| HSV(B) | 304.48º | 0.3% | 0.86% | - |
| XYZ | 53.17 | 42.9 | 69.77 | - |
| YUV | 180.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 215 | 0 | 0.30 | 0.02 | 0.14 | 304.48 | 0.49 | 0.73 |
| Hex | DC | 99 | D7 | 0 | 1E | 2 | E | 130 | 31 | 49 |
| Octal | 334 | 231 | 327 | 0 | 36 | 2 | 16 | 460 | 61 | 111 |
| Binary | 11011100 | 10011001 | 11010111 | 0 | 11110 | 10 | 1110 | 100110000 | 110001 | 1001001 |
Color Harmonies of #DC99D7
Complementary color
Monochromatic Colors of #DC99D7
Black with #DC99D7
Text Example
Text Example
White with #DC99D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99D7; }
p { color: rgb(220,153,215); }
H1.HeaderClassName
{
color: #DC99D7;
}
.AnyTagClassName
{
color: #DC99D7;
}
</style>
background-color css
<style>
a { background-color: #DC99D7; }
a { background-color: rgb(220,153,215); }
div.DivClassName
{
background-color: #DC99D7;
}
.BgClassName
{
background-color: #DC99D7;
}
</style>
border-color css
<style>
span { border-color: #DC99D7; }
span { border-color: rgb(220,153,215); }
td.TdClassName
{
border-color: #DC99D7;
}
.TagClassName
{
border-color: #DC99D7;
}
</style>