Shades of Plum #DC9ADA
Tints of Plum #DC9ADA
RGB
CMYK
RGB Variations
Color information
#DC9ADA (or 0xDC9ADA) is known color: Plum. HEX triplet: DC, 9A and DA. RGB value is (220,154,218). Sum of RGB (Red+Green+Blue) = 220+154+218=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ADA is #236525. Grayscale: #B4B4B4. Windows color (decimal): -2319654 or 14326492. OLE color: 14326492.
HSL color Cylindrical-coordinate representation of color #DC9ADA: hue angle of 301.82º 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 #DC9ADA is Cyan = 0, Magento = 0.3, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 218 | - |
| CMYK | 0 | 0.3 | 0.01 | 0.14 |
| HSL | 301.82º | 0.49% | 0.73% | - |
| HSV(B) | 301.82º | 0.3% | 0.86% | - |
| XYZ | 53.73 | 43.39 | 71.87 | - |
| YUV | 181.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 218 | 0 | 0.3 | 0.01 | 0.14 | 301.82 | 0.49 | 0.73 |
| Hex | DC | 9A | DA | 0 | 1E | 1 | E | 12E | 31 | 49 |
| Octal | 334 | 232 | 332 | 0 | 36 | 1 | 16 | 456 | 61 | 111 |
| Binary | 11011100 | 10011010 | 11011010 | 0 | 11110 | 1 | 1110 | 100101110 | 110001 | 1001001 |
Color Harmonies of #DC9ADA
Complementary color
Monochromatic Colors of #DC9ADA
Black with #DC9ADA
Text Example
Text Example
White with #DC9ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9ADA; }
p { color: rgb(220,154,218); }
H1.HeaderClassName
{
color: #DC9ADA;
}
.AnyTagClassName
{
color: #DC9ADA;
}
</style>
background-color css
<style>
a { background-color: #DC9ADA; }
a { background-color: rgb(220,154,218); }
div.DivClassName
{
background-color: #DC9ADA;
}
.BgClassName
{
background-color: #DC9ADA;
}
</style>
border-color css
<style>
span { border-color: #DC9ADA; }
span { border-color: rgb(220,154,218); }
td.TdClassName
{
border-color: #DC9ADA;
}
.TagClassName
{
border-color: #DC9ADA;
}
</style>