Shades of Plum #DC9ACE
Tints of Plum #DC9ACE
RGB
CMYK
RGB Variations
Color information
#DC9ACE (or 0xDC9ACE) is known color: Plum. HEX triplet: DC, 9A and CE. RGB value is (220,154,206). Sum of RGB (Red+Green+Blue) = 220+154+206=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ACE is #236531. Grayscale: #B3B3B3. Windows color (decimal): -2319666 or 13540060. OLE color: 13540060.
HSL color Cylindrical-coordinate representation of color #DC9ACE: hue angle of 312.73º 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 #DC9ACE is Cyan = 0, Magento = 0.3, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 206 | - |
| CMYK | 0 | 0.3 | 0.06 | 0.14 |
| HSL | 312.73º | 0.49% | 0.73% | - |
| HSV(B) | 312.73º | 0.3% | 0.86% | - |
| XYZ | 52.21 | 42.78 | 63.9 | - |
| YUV | 179.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 206 | 0 | 0.3 | 0.06 | 0.14 | 312.73 | 0.49 | 0.73 |
| Hex | DC | 9A | CE | 0 | 1E | 6 | E | 139 | 31 | 49 |
| Octal | 334 | 232 | 316 | 0 | 36 | 6 | 16 | 471 | 61 | 111 |
| Binary | 11011100 | 10011010 | 11001110 | 0 | 11110 | 110 | 1110 | 100111001 | 110001 | 1001001 |
Color Harmonies of #DC9ACE
Complementary color
Monochromatic Colors of #DC9ACE
Black with #DC9ACE
Text Example
Text Example
White with #DC9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9ACE; }
p { color: rgb(220,154,206); }
H1.HeaderClassName
{
color: #DC9ACE;
}
.AnyTagClassName
{
color: #DC9ACE;
}
</style>
background-color css
<style>
a { background-color: #DC9ACE; }
a { background-color: rgb(220,154,206); }
div.DivClassName
{
background-color: #DC9ACE;
}
.BgClassName
{
background-color: #DC9ACE;
}
</style>
border-color css
<style>
span { border-color: #DC9ACE; }
span { border-color: rgb(220,154,206); }
td.TdClassName
{
border-color: #DC9ACE;
}
.TagClassName
{
border-color: #DC9ACE;
}
</style>