Shades of Plum #DC8AD6
Tints of Plum #DC8AD6
RGB
CMYK
RGB Variations
Color information
#DC8AD6 (or 0xDC8AD6) is known color: Plum. HEX triplet: DC, 8A and D6. RGB value is (220,138,214). Sum of RGB (Red+Green+Blue) = 220+138+214=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AD6 is #237529. Grayscale: #AAAAAA. Windows color (decimal): -2323754 or 14060252. OLE color: 14060252.
HSL color Cylindrical-coordinate representation of color #DC8AD6: hue angle of 304.39º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8AD6 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 214 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.14 |
| HSL | 304.39º | 0.54% | 0.7% | - |
| HSV(B) | 304.39º | 0.37% | 0.86% | - |
| XYZ | 50.74 | 38.25 | 68.33 | - |
| YUV | 171.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 214 | 0 | 0.37 | 0.03 | 0.14 | 304.39 | 0.54 | 0.7 |
| Hex | DC | 8A | D6 | 0 | 25 | 3 | E | 130 | 36 | 46 |
| Octal | 334 | 212 | 326 | 0 | 45 | 3 | 16 | 460 | 66 | 106 |
| Binary | 11011100 | 10001010 | 11010110 | 0 | 100101 | 11 | 1110 | 100110000 | 110110 | 1000110 |
Color Harmonies of #DC8AD6
Complementary color
Monochromatic Colors of #DC8AD6
Black with #DC8AD6
Text Example
Text Example
White with #DC8AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AD6; }
p { color: rgb(220,138,214); }
H1.HeaderClassName
{
color: #DC8AD6;
}
.AnyTagClassName
{
color: #DC8AD6;
}
</style>
background-color css
<style>
a { background-color: #DC8AD6; }
a { background-color: rgb(220,138,214); }
div.DivClassName
{
background-color: #DC8AD6;
}
.BgClassName
{
background-color: #DC8AD6;
}
</style>
border-color css
<style>
span { border-color: #DC8AD6; }
span { border-color: rgb(220,138,214); }
td.TdClassName
{
border-color: #DC8AD6;
}
.TagClassName
{
border-color: #DC8AD6;
}
</style>