Shades of Plum #D8ACDD
Tints of Plum #D8ACDD
RGB
CMYK
RGB Variations
Color information
#D8ACDD (or 0xD8ACDD) is known color: Plum. HEX triplet: D8, AC and DD. RGB value is (216,172,221). Sum of RGB (Red+Green+Blue) = 216+172+221=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACDD is #275322. Grayscale: #BEBEBE. Windows color (decimal): -2577187 or 14527704. OLE color: 14527704.
HSL color Cylindrical-coordinate representation of color #D8ACDD: hue angle of 293.88º 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 #D8ACDD is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 172 | 221 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.13 |
| HSL | 293.88º | 0.42% | 0.77% | - |
| HSV(B) | 293.88º | 0.22% | 0.87% | - |
| XYZ | 56.12 | 49.32 | 74.97 | - |
| YUV | 190.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 221 | 0.02 | 0.22 | 0 | 0.13 | 293.88 | 0.42 | 0.77 |
| Hex | D8 | AC | DD | 2 | 16 | 0 | D | 126 | 2A | 4D |
| Octal | 330 | 254 | 335 | 2 | 26 | 0 | 15 | 446 | 52 | 115 |
| Binary | 11011000 | 10101100 | 11011101 | 10 | 10110 | 0 | 1101 | 100100110 | 101010 | 1001101 |
Color Harmonies of #D8ACDD
Complementary color
Monochromatic Colors of #D8ACDD
Black with #D8ACDD
Text Example
Text Example
White with #D8ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACDD; }
p { color: rgb(216,172,221); }
H1.HeaderClassName
{
color: #D8ACDD;
}
.AnyTagClassName
{
color: #D8ACDD;
}
</style>
background-color css
<style>
a { background-color: #D8ACDD; }
a { background-color: rgb(216,172,221); }
div.DivClassName
{
background-color: #D8ACDD;
}
.BgClassName
{
background-color: #D8ACDD;
}
</style>
border-color css
<style>
span { border-color: #D8ACDD; }
span { border-color: rgb(216,172,221); }
td.TdClassName
{
border-color: #D8ACDD;
}
.TagClassName
{
border-color: #D8ACDD;
}
</style>