Shades of Plum #D9ACDF
Tints of Plum #D9ACDF
RGB
CMYK
RGB Variations
Color information
#D9ACDF (or 0xD9ACDF) is known color: Plum. HEX triplet: D9, AC and DF. RGB value is (217,172,223). Sum of RGB (Red+Green+Blue) = 217+172+223=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACDF is #265320. Grayscale: #BFBFBF. Windows color (decimal): -2511649 or 14658777. OLE color: 14658777.
HSL color Cylindrical-coordinate representation of color #D9ACDF: hue angle of 292.94º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9ACDF is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 172 | 223 | - |
CMYK | 0.03 | 0.23 | 0 | 0.13 |
HSL | 292.94º | 0.44% | 0.77% | - |
HSV(B) | 292.94º | 0.23% | 0.87% | - |
XYZ | 56.69 | 49.58 | 76.4 | - |
YUV | 191.27 | 145.91 | 146.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 172 | 223 | 0.03 | 0.23 | 0 | 0.13 | 292.94 | 0.44 | 0.77 |
Hex | D9 | AC | DF | 3 | 17 | 0 | D | 125 | 2C | 4D |
Octal | 331 | 254 | 337 | 3 | 27 | 0 | 15 | 445 | 54 | 115 |
Binary | 11011001 | 10101100 | 11011111 | 11 | 10111 | 0 | 1101 | 100100101 | 101100 | 1001101 |
Color Harmonies of #D9ACDF
Complementary color
Monochromatic Colors of #D9ACDF
Black with #D9ACDF
Text Example
Text Example
White with #D9ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACDF; }
p { color: rgb(217,172,223); }
H1.HeaderClassName
{
color: #D9ACDF;
}
.AnyTagClassName
{
color: #D9ACDF;
}
</style>
background-color css
<style>
a { background-color: #D9ACDF; }
a { background-color: rgb(217,172,223); }
div.DivClassName
{
background-color: #D9ACDF;
}
.BgClassName
{
background-color: #D9ACDF;
}
</style>
border-color css
<style>
span { border-color: #D9ACDF; }
span { border-color: rgb(217,172,223); }
td.TdClassName
{
border-color: #D9ACDF;
}
.TagClassName
{
border-color: #D9ACDF;
}
</style>