Shades of Plum #DC8CDA
Tints of Plum #DC8CDA
RGB
CMYK
RGB Variations
Color information
#DC8CDA (or 0xDC8CDA) is known color: Plum. HEX triplet: DC, 8C and DA. RGB value is (220,140,218). Sum of RGB (Red+Green+Blue) = 220+140+218=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CDA is #237325. Grayscale: #ACACAC. Windows color (decimal): -2323238 or 14322908. OLE color: 14322908.
HSL color Cylindrical-coordinate representation of color #DC8CDA: hue angle of 301.5º 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 #DC8CDA is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 218 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.14 |
| HSL | 301.5º | 0.53% | 0.71% | - |
| HSV(B) | 301.5º | 0.36% | 0.86% | - |
| XYZ | 51.55 | 39.03 | 71.15 | - |
| YUV | 172.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 218 | 0 | 0.36 | 0.01 | 0.14 | 301.5 | 0.53 | 0.71 |
| Hex | DC | 8C | DA | 0 | 24 | 1 | E | 12E | 35 | 47 |
| Octal | 334 | 214 | 332 | 0 | 44 | 1 | 16 | 456 | 65 | 107 |
| Binary | 11011100 | 10001100 | 11011010 | 0 | 100100 | 1 | 1110 | 100101110 | 110101 | 1000111 |
Color Harmonies of #DC8CDA
Complementary color
Monochromatic Colors of #DC8CDA
Black with #DC8CDA
Text Example
Text Example
White with #DC8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CDA; }
p { color: rgb(220,140,218); }
H1.HeaderClassName
{
color: #DC8CDA;
}
.AnyTagClassName
{
color: #DC8CDA;
}
</style>
background-color css
<style>
a { background-color: #DC8CDA; }
a { background-color: rgb(220,140,218); }
div.DivClassName
{
background-color: #DC8CDA;
}
.BgClassName
{
background-color: #DC8CDA;
}
</style>
border-color css
<style>
span { border-color: #DC8CDA; }
span { border-color: rgb(220,140,218); }
td.TdClassName
{
border-color: #DC8CDA;
}
.TagClassName
{
border-color: #DC8CDA;
}
</style>