Shades of Plum #DC9AD6
Tints of Plum #DC9AD6
RGB
CMYK
RGB Variations
Color information
#DC9AD6 (or 0xDC9AD6) is known color: Plum. HEX triplet: DC, 9A and D6. RGB value is (220,154,214). Sum of RGB (Red+Green+Blue) = 220+154+214=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9AD6 is #236529. Grayscale: #B4B4B4. Windows color (decimal): -2319658 or 14064348. OLE color: 14064348.
HSL color Cylindrical-coordinate representation of color #DC9AD6: hue angle of 305.45º 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 #DC9AD6 is Cyan = 0, Magento = 0.3, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 214 | - |
| CMYK | 0 | 0.3 | 0.03 | 0.14 |
| HSL | 305.45º | 0.49% | 0.73% | - |
| HSV(B) | 305.45º | 0.3% | 0.86% | - |
| XYZ | 53.21 | 43.18 | 69.15 | - |
| YUV | 180.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 214 | 0 | 0.3 | 0.03 | 0.14 | 305.45 | 0.49 | 0.73 |
| Hex | DC | 9A | D6 | 0 | 1E | 3 | E | 131 | 31 | 49 |
| Octal | 334 | 232 | 326 | 0 | 36 | 3 | 16 | 461 | 61 | 111 |
| Binary | 11011100 | 10011010 | 11010110 | 0 | 11110 | 11 | 1110 | 100110001 | 110001 | 1001001 |
Color Harmonies of #DC9AD6
Complementary color
Monochromatic Colors of #DC9AD6
Black with #DC9AD6
Text Example
Text Example
White with #DC9AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AD6; }
p { color: rgb(220,154,214); }
H1.HeaderClassName
{
color: #DC9AD6;
}
.AnyTagClassName
{
color: #DC9AD6;
}
</style>
background-color css
<style>
a { background-color: #DC9AD6; }
a { background-color: rgb(220,154,214); }
div.DivClassName
{
background-color: #DC9AD6;
}
.BgClassName
{
background-color: #DC9AD6;
}
</style>
border-color css
<style>
span { border-color: #DC9AD6; }
span { border-color: rgb(220,154,214); }
td.TdClassName
{
border-color: #DC9AD6;
}
.TagClassName
{
border-color: #DC9AD6;
}
</style>