Shades of Plum #DC9ADD
Tints of Plum #DC9ADD
RGB
CMYK
RGB Variations
Color information
#DC9ADD (or 0xDC9ADD) is known color: Plum. HEX triplet: DC, 9A and DD. RGB value is (220,154,221). Sum of RGB (Red+Green+Blue) = 220+154+221=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ADD is #236522. Grayscale: #B5B5B5. Windows color (decimal): -2319651 or 14523100. OLE color: 14523100.
HSL color Cylindrical-coordinate representation of color #DC9ADD: hue angle of 299.1º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9ADD is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 154 | 221 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.13 |
| HSL | 299.1º | 0.5% | 0.74% | - |
| HSV(B) | 299.1º | 0.3% | 0.87% | - |
| XYZ | 54.12 | 43.55 | 73.96 | - |
| YUV | 181.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 221 | 0.00 | 0.30 | 0 | 0.13 | 299.1 | 0.5 | 0.74 |
| Hex | DC | 9A | DD | 0 | 1E | 0 | D | 12B | 32 | 4A |
| Octal | 334 | 232 | 335 | 0 | 36 | 0 | 15 | 453 | 62 | 112 |
| Binary | 11011100 | 10011010 | 11011101 | 0 | 11110 | 0 | 1101 | 100101011 | 110010 | 1001010 |
Color Harmonies of #DC9ADD
Complementary color
Monochromatic Colors of #DC9ADD
Black with #DC9ADD
Text Example
Text Example
White with #DC9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9ADD; }
p { color: rgb(220,154,221); }
H1.HeaderClassName
{
color: #DC9ADD;
}
.AnyTagClassName
{
color: #DC9ADD;
}
</style>
background-color css
<style>
a { background-color: #DC9ADD; }
a { background-color: rgb(220,154,221); }
div.DivClassName
{
background-color: #DC9ADD;
}
.BgClassName
{
background-color: #DC9ADD;
}
</style>
border-color css
<style>
span { border-color: #DC9ADD; }
span { border-color: rgb(220,154,221); }
td.TdClassName
{
border-color: #DC9ADD;
}
.TagClassName
{
border-color: #DC9ADD;
}
</style>