Shades of Plum #DC99D9
Tints of Plum #DC99D9
RGB
CMYK
RGB Variations
Color information
#DC99D9 (or 0xDC99D9) is known color: Plum. HEX triplet: DC, 99 and D9. RGB value is (220,153,217). Sum of RGB (Red+Green+Blue) = 220+153+217=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99D9 is #236626. Grayscale: #B4B4B4. Windows color (decimal): -2319911 or 14260700. OLE color: 14260700.
HSL color Cylindrical-coordinate representation of color #DC99D9: hue angle of 302.69º 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 #DC99D9 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 217 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.14 |
| HSL | 302.69º | 0.49% | 0.73% | - |
| HSV(B) | 302.69º | 0.3% | 0.86% | - |
| XYZ | 53.43 | 43.01 | 71.13 | - |
| YUV | 180.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 217 | 0 | 0.30 | 0.01 | 0.14 | 302.69 | 0.49 | 0.73 |
| Hex | DC | 99 | D9 | 0 | 1E | 1 | E | 12F | 31 | 49 |
| Octal | 334 | 231 | 331 | 0 | 36 | 1 | 16 | 457 | 61 | 111 |
| Binary | 11011100 | 10011001 | 11011001 | 0 | 11110 | 1 | 1110 | 100101111 | 110001 | 1001001 |
Color Harmonies of #DC99D9
Complementary color
Monochromatic Colors of #DC99D9
Black with #DC99D9
Text Example
Text Example
White with #DC99D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99D9; }
p { color: rgb(220,153,217); }
H1.HeaderClassName
{
color: #DC99D9;
}
.AnyTagClassName
{
color: #DC99D9;
}
</style>
background-color css
<style>
a { background-color: #DC99D9; }
a { background-color: rgb(220,153,217); }
div.DivClassName
{
background-color: #DC99D9;
}
.BgClassName
{
background-color: #DC99D9;
}
</style>
border-color css
<style>
span { border-color: #DC99D9; }
span { border-color: rgb(220,153,217); }
td.TdClassName
{
border-color: #DC99D9;
}
.TagClassName
{
border-color: #DC99D9;
}
</style>