Shades of Plum #D9ACE1
Tints of Plum #D9ACE1
RGB
CMYK
RGB Variations
Color information
#D9ACE1 (or 0xD9ACE1) is known color: Plum. HEX triplet: D9, AC and E1. RGB value is (217,172,225). Sum of RGB (Red+Green+Blue) = 217+172+225=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACE1 is #26531E. Grayscale: #BFBFBF. Windows color (decimal): -2511647 or 14789849. OLE color: 14789849.
HSL color Cylindrical-coordinate representation of color #D9ACE1: hue angle of 290.94º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9ACE1 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 172 | 225 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.12 |
| HSL | 290.94º | 0.47% | 0.78% | - |
| HSV(B) | 290.94º | 0.24% | 0.88% | - |
| XYZ | 56.96 | 49.69 | 77.82 | - |
| YUV | 191.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 225 | 0.04 | 0.24 | 0 | 0.12 | 290.94 | 0.47 | 0.78 |
| Hex | D9 | AC | E1 | 4 | 18 | 0 | C | 123 | 2F | 4E |
| Octal | 331 | 254 | 341 | 4 | 30 | 0 | 14 | 443 | 57 | 116 |
| Binary | 11011001 | 10101100 | 11100001 | 100 | 11000 | 0 | 1100 | 100100011 | 101111 | 1001110 |
Color Harmonies of #D9ACE1
Complementary color
Monochromatic Colors of #D9ACE1
Black with #D9ACE1
Text Example
Text Example
White with #D9ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACE1; }
p { color: rgb(217,172,225); }
H1.HeaderClassName
{
color: #D9ACE1;
}
.AnyTagClassName
{
color: #D9ACE1;
}
</style>
background-color css
<style>
a { background-color: #D9ACE1; }
a { background-color: rgb(217,172,225); }
div.DivClassName
{
background-color: #D9ACE1;
}
.BgClassName
{
background-color: #D9ACE1;
}
</style>
border-color css
<style>
span { border-color: #D9ACE1; }
span { border-color: rgb(217,172,225); }
td.TdClassName
{
border-color: #D9ACE1;
}
.TagClassName
{
border-color: #D9ACE1;
}
</style>