Shades of Plum #DC8CCC
Tints of Plum #DC8CCC
RGB
CMYK
RGB Variations
Color information
#DC8CCC (or 0xDC8CCC) is known color: Plum. HEX triplet: DC, 8C and CC. RGB value is (220,140,204). Sum of RGB (Red+Green+Blue) = 220+140+204=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CCC is #237333. Grayscale: #ABABAB. Windows color (decimal): -2323252 or 13405404. OLE color: 13405404.
HSL color Cylindrical-coordinate representation of color #DC8CCC: hue angle of 312º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8CCC is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 204 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.14 |
| HSL | 312º | 0.53% | 0.71% | - |
| HSV(B) | 312º | 0.36% | 0.86% | - |
| XYZ | 49.79 | 38.33 | 61.9 | - |
| YUV | 171.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 204 | 0 | 0.36 | 0.07 | 0.14 | 312 | 0.53 | 0.71 |
| Hex | DC | 8C | CC | 0 | 24 | 7 | E | 138 | 35 | 47 |
| Octal | 334 | 214 | 314 | 0 | 44 | 7 | 16 | 470 | 65 | 107 |
| Binary | 11011100 | 10001100 | 11001100 | 0 | 100100 | 111 | 1110 | 100111000 | 110101 | 1000111 |
Color Harmonies of #DC8CCC
Complementary color
Monochromatic Colors of #DC8CCC
Black with #DC8CCC
Text Example
Text Example
White with #DC8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CCC; }
p { color: rgb(220,140,204); }
H1.HeaderClassName
{
color: #DC8CCC;
}
.AnyTagClassName
{
color: #DC8CCC;
}
</style>
background-color css
<style>
a { background-color: #DC8CCC; }
a { background-color: rgb(220,140,204); }
div.DivClassName
{
background-color: #DC8CCC;
}
.BgClassName
{
background-color: #DC8CCC;
}
</style>
border-color css
<style>
span { border-color: #DC8CCC; }
span { border-color: rgb(220,140,204); }
td.TdClassName
{
border-color: #DC8CCC;
}
.TagClassName
{
border-color: #DC8CCC;
}
</style>