Shades of Plum #DC9AD4
Tints of Plum #DC9AD4
RGB
CMYK
RGB Variations
Color information
#DC9AD4 (or 0xDC9AD4) is known color: Plum. HEX triplet: DC, 9A and D4. RGB value is (220,154,212). Sum of RGB (Red+Green+Blue) = 220+154+212=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9AD4 is #23652B. Grayscale: #B4B4B4. Windows color (decimal): -2319660 or 13933276. OLE color: 13933276.
HSL color Cylindrical-coordinate representation of color #DC9AD4: hue angle of 307.27º 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 #DC9AD4 is Cyan = 0, Magento = 0.3, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 212 | - |
| CMYK | 0 | 0.3 | 0.04 | 0.14 |
| HSL | 307.27º | 0.49% | 0.73% | - |
| HSV(B) | 307.27º | 0.3% | 0.86% | - |
| XYZ | 52.95 | 43.08 | 67.81 | - |
| YUV | 180.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 212 | 0 | 0.3 | 0.04 | 0.14 | 307.27 | 0.49 | 0.73 |
| Hex | DC | 9A | D4 | 0 | 1E | 4 | E | 133 | 31 | 49 |
| Octal | 334 | 232 | 324 | 0 | 36 | 4 | 16 | 463 | 61 | 111 |
| Binary | 11011100 | 10011010 | 11010100 | 0 | 11110 | 100 | 1110 | 100110011 | 110001 | 1001001 |
Color Harmonies of #DC9AD4
Complementary color
Monochromatic Colors of #DC9AD4
Black with #DC9AD4
Text Example
Text Example
White with #DC9AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AD4; }
p { color: rgb(220,154,212); }
H1.HeaderClassName
{
color: #DC9AD4;
}
.AnyTagClassName
{
color: #DC9AD4;
}
</style>
background-color css
<style>
a { background-color: #DC9AD4; }
a { background-color: rgb(220,154,212); }
div.DivClassName
{
background-color: #DC9AD4;
}
.BgClassName
{
background-color: #DC9AD4;
}
</style>
border-color css
<style>
span { border-color: #DC9AD4; }
span { border-color: rgb(220,154,212); }
td.TdClassName
{
border-color: #DC9AD4;
}
.TagClassName
{
border-color: #DC9AD4;
}
</style>