Shades of Plum #DC99D8
Tints of Plum #DC99D8
RGB
CMYK
RGB Variations
Color information
#DC99D8 (or 0xDC99D8) is known color: Plum. HEX triplet: DC, 99 and D8. RGB value is (220,153,216). Sum of RGB (Red+Green+Blue) = 220+153+216=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99D8 is #236627. Grayscale: #B4B4B4. Windows color (decimal): -2319912 or 14195164. OLE color: 14195164.
HSL color Cylindrical-coordinate representation of color #DC99D8: hue angle of 303.58º 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 #DC99D8 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 216 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.14 |
| HSL | 303.58º | 0.49% | 0.73% | - |
| HSV(B) | 303.58º | 0.3% | 0.86% | - |
| XYZ | 53.3 | 42.96 | 70.45 | - |
| YUV | 180.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 216 | 0 | 0.30 | 0.02 | 0.14 | 303.58 | 0.49 | 0.73 |
| Hex | DC | 99 | D8 | 0 | 1E | 2 | E | 130 | 31 | 49 |
| Octal | 334 | 231 | 330 | 0 | 36 | 2 | 16 | 460 | 61 | 111 |
| Binary | 11011100 | 10011001 | 11011000 | 0 | 11110 | 10 | 1110 | 100110000 | 110001 | 1001001 |
Color Harmonies of #DC99D8
Complementary color
Monochromatic Colors of #DC99D8
Black with #DC99D8
Text Example
Text Example
White with #DC99D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99D8; }
p { color: rgb(220,153,216); }
H1.HeaderClassName
{
color: #DC99D8;
}
.AnyTagClassName
{
color: #DC99D8;
}
</style>
background-color css
<style>
a { background-color: #DC99D8; }
a { background-color: rgb(220,153,216); }
div.DivClassName
{
background-color: #DC99D8;
}
.BgClassName
{
background-color: #DC99D8;
}
</style>
border-color css
<style>
span { border-color: #DC99D8; }
span { border-color: rgb(220,153,216); }
td.TdClassName
{
border-color: #DC99D8;
}
.TagClassName
{
border-color: #DC99D8;
}
</style>