Shades of Plum #DC99CE
Tints of Plum #DC99CE
RGB
CMYK
RGB Variations
Color information
#DC99CE (or 0xDC99CE) is known color: Plum. HEX triplet: DC, 99 and CE. RGB value is (220,153,206). Sum of RGB (Red+Green+Blue) = 220+153+206=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99CE is #236631. Grayscale: #B2B2B2. Windows color (decimal): -2319922 or 13539804. OLE color: 13539804.
HSL color Cylindrical-coordinate representation of color #DC99CE: hue angle of 312.54º 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 #DC99CE is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 206 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.14 |
| HSL | 312.54º | 0.49% | 0.73% | - |
| HSV(B) | 312.54º | 0.3% | 0.86% | - |
| XYZ | 52.05 | 42.45 | 63.84 | - |
| YUV | 179.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 206 | 0 | 0.30 | 0.06 | 0.14 | 312.54 | 0.49 | 0.73 |
| Hex | DC | 99 | CE | 0 | 1E | 6 | E | 139 | 31 | 49 |
| Octal | 334 | 231 | 316 | 0 | 36 | 6 | 16 | 471 | 61 | 111 |
| Binary | 11011100 | 10011001 | 11001110 | 0 | 11110 | 110 | 1110 | 100111001 | 110001 | 1001001 |
Color Harmonies of #DC99CE
Complementary color
Monochromatic Colors of #DC99CE
Black with #DC99CE
Text Example
Text Example
White with #DC99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99CE; }
p { color: rgb(220,153,206); }
H1.HeaderClassName
{
color: #DC99CE;
}
.AnyTagClassName
{
color: #DC99CE;
}
</style>
background-color css
<style>
a { background-color: #DC99CE; }
a { background-color: rgb(220,153,206); }
div.DivClassName
{
background-color: #DC99CE;
}
.BgClassName
{
background-color: #DC99CE;
}
</style>
border-color css
<style>
span { border-color: #DC99CE; }
span { border-color: rgb(220,153,206); }
td.TdClassName
{
border-color: #DC99CE;
}
.TagClassName
{
border-color: #DC99CE;
}
</style>