Shades of Plum #DC8AD7
Tints of Plum #DC8AD7
RGB
CMYK
RGB Variations
Color information
#DC8AD7 (or 0xDC8AD7) is known color: Plum. HEX triplet: DC, 8A and D7. RGB value is (220,138,215). Sum of RGB (Red+Green+Blue) = 220+138+215=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AD7 is #237528. Grayscale: #ABABAB. Windows color (decimal): -2323753 or 14125788. OLE color: 14125788.
HSL color Cylindrical-coordinate representation of color #DC8AD7: hue angle of 303.66º 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 #DC8AD7 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 215 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.14 |
| HSL | 303.66º | 0.54% | 0.7% | - |
| HSV(B) | 303.66º | 0.37% | 0.86% | - |
| XYZ | 50.87 | 38.3 | 69 | - |
| YUV | 171.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 215 | 0 | 0.37 | 0.02 | 0.14 | 303.66 | 0.54 | 0.7 |
| Hex | DC | 8A | D7 | 0 | 25 | 2 | E | 130 | 36 | 46 |
| Octal | 334 | 212 | 327 | 0 | 45 | 2 | 16 | 460 | 66 | 106 |
| Binary | 11011100 | 10001010 | 11010111 | 0 | 100101 | 10 | 1110 | 100110000 | 110110 | 1000110 |
Color Harmonies of #DC8AD7
Complementary color
Monochromatic Colors of #DC8AD7
Black with #DC8AD7
Text Example
Text Example
White with #DC8AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AD7; }
p { color: rgb(220,138,215); }
H1.HeaderClassName
{
color: #DC8AD7;
}
.AnyTagClassName
{
color: #DC8AD7;
}
</style>
background-color css
<style>
a { background-color: #DC8AD7; }
a { background-color: rgb(220,138,215); }
div.DivClassName
{
background-color: #DC8AD7;
}
.BgClassName
{
background-color: #DC8AD7;
}
</style>
border-color css
<style>
span { border-color: #DC8AD7; }
span { border-color: rgb(220,138,215); }
td.TdClassName
{
border-color: #DC8AD7;
}
.TagClassName
{
border-color: #DC8AD7;
}
</style>