Shades of Plum #DC9AD5
Tints of Plum #DC9AD5
RGB
CMYK
RGB Variations
Color information
#DC9AD5 (or 0xDC9AD5) is known color: Plum. HEX triplet: DC, 9A and D5. RGB value is (220,154,213). Sum of RGB (Red+Green+Blue) = 220+154+213=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9AD5 is #23652A. Grayscale: #B4B4B4. Windows color (decimal): -2319659 or 13998812. OLE color: 13998812.
HSL color Cylindrical-coordinate representation of color #DC9AD5: hue angle of 306.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9AD5 is Cyan = 0, Magento = 0.3, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 213 | - |
| CMYK | 0 | 0.3 | 0.03 | 0.14 |
| HSL | 306.36º | 0.49% | 0.73% | - |
| HSV(B) | 306.36º | 0.3% | 0.86% | - |
| XYZ | 53.08 | 43.13 | 68.48 | - |
| YUV | 180.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 213 | 0 | 0.3 | 0.03 | 0.14 | 306.36 | 0.49 | 0.73 |
| Hex | DC | 9A | D5 | 0 | 1E | 3 | E | 132 | 31 | 49 |
| Octal | 334 | 232 | 325 | 0 | 36 | 3 | 16 | 462 | 61 | 111 |
| Binary | 11011100 | 10011010 | 11010101 | 0 | 11110 | 11 | 1110 | 100110010 | 110001 | 1001001 |
Color Harmonies of #DC9AD5
Complementary color
Monochromatic Colors of #DC9AD5
Black with #DC9AD5
Text Example
Text Example
White with #DC9AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AD5; }
p { color: rgb(220,154,213); }
H1.HeaderClassName
{
color: #DC9AD5;
}
.AnyTagClassName
{
color: #DC9AD5;
}
</style>
background-color css
<style>
a { background-color: #DC9AD5; }
a { background-color: rgb(220,154,213); }
div.DivClassName
{
background-color: #DC9AD5;
}
.BgClassName
{
background-color: #DC9AD5;
}
</style>
border-color css
<style>
span { border-color: #DC9AD5; }
span { border-color: rgb(220,154,213); }
td.TdClassName
{
border-color: #DC9AD5;
}
.TagClassName
{
border-color: #DC9AD5;
}
</style>