Shades of Plum #D9ACDD
Tints of Plum #D9ACDD
RGB
CMYK
RGB Variations
Color information
#D9ACDD (or 0xD9ACDD) is known color: Plum. HEX triplet: D9, AC and DD. RGB value is (217,172,221). Sum of RGB (Red+Green+Blue) = 217+172+221=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACDD is #265322. Grayscale: #BEBEBE. Windows color (decimal): -2511651 or 14527705. OLE color: 14527705.
HSL color Cylindrical-coordinate representation of color #D9ACDD: hue angle of 295.1º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9ACDD is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 172 | 221 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.13 |
| HSL | 295.1º | 0.42% | 0.77% | - |
| HSV(B) | 295.1º | 0.22% | 0.87% | - |
| XYZ | 56.42 | 49.48 | 74.98 | - |
| YUV | 191.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 221 | 0.02 | 0.22 | 0 | 0.13 | 295.1 | 0.42 | 0.77 |
| Hex | D9 | AC | DD | 2 | 16 | 0 | D | 127 | 2A | 4D |
| Octal | 331 | 254 | 335 | 2 | 26 | 0 | 15 | 447 | 52 | 115 |
| Binary | 11011001 | 10101100 | 11011101 | 10 | 10110 | 0 | 1101 | 100100111 | 101010 | 1001101 |
Color Harmonies of #D9ACDD
Complementary color
Monochromatic Colors of #D9ACDD
Black with #D9ACDD
Text Example
Text Example
White with #D9ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACDD; }
p { color: rgb(217,172,221); }
H1.HeaderClassName
{
color: #D9ACDD;
}
.AnyTagClassName
{
color: #D9ACDD;
}
</style>
background-color css
<style>
a { background-color: #D9ACDD; }
a { background-color: rgb(217,172,221); }
div.DivClassName
{
background-color: #D9ACDD;
}
.BgClassName
{
background-color: #D9ACDD;
}
</style>
border-color css
<style>
span { border-color: #D9ACDD; }
span { border-color: rgb(217,172,221); }
td.TdClassName
{
border-color: #D9ACDD;
}
.TagClassName
{
border-color: #D9ACDD;
}
</style>