Shades of Plum #DC8AD9
Tints of Plum #DC8AD9
RGB
CMYK
RGB Variations
Color information
#DC8AD9 (or 0xDC8AD9) is known color: Plum. HEX triplet: DC, 8A and D9. RGB value is (220,138,217). Sum of RGB (Red+Green+Blue) = 220+138+217=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AD9 is #237526. Grayscale: #ABABAB. Windows color (decimal): -2323751 or 14256860. OLE color: 14256860.
HSL color Cylindrical-coordinate representation of color #DC8AD9: hue angle of 302.2º 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 #DC8AD9 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 217 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.14 |
| HSL | 302.2º | 0.54% | 0.7% | - |
| HSV(B) | 302.2º | 0.37% | 0.86% | - |
| XYZ | 51.13 | 38.4 | 70.36 | - |
| YUV | 171.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 217 | 0 | 0.37 | 0.01 | 0.14 | 302.2 | 0.54 | 0.7 |
| Hex | DC | 8A | D9 | 0 | 25 | 1 | E | 12E | 36 | 46 |
| Octal | 334 | 212 | 331 | 0 | 45 | 1 | 16 | 456 | 66 | 106 |
| Binary | 11011100 | 10001010 | 11011001 | 0 | 100101 | 1 | 1110 | 100101110 | 110110 | 1000110 |
Color Harmonies of #DC8AD9
Complementary color
Monochromatic Colors of #DC8AD9
Black with #DC8AD9
Text Example
Text Example
White with #DC8AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AD9; }
p { color: rgb(220,138,217); }
H1.HeaderClassName
{
color: #DC8AD9;
}
.AnyTagClassName
{
color: #DC8AD9;
}
</style>
background-color css
<style>
a { background-color: #DC8AD9; }
a { background-color: rgb(220,138,217); }
div.DivClassName
{
background-color: #DC8AD9;
}
.BgClassName
{
background-color: #DC8AD9;
}
</style>
border-color css
<style>
span { border-color: #DC8AD9; }
span { border-color: rgb(220,138,217); }
td.TdClassName
{
border-color: #DC8AD9;
}
.TagClassName
{
border-color: #DC8AD9;
}
</style>