Shades of Plum #D9ABDF
Tints of Plum #D9ABDF
RGB
CMYK
RGB Variations
Color information
#D9ABDF (or 0xD9ABDF) is known color: Plum. HEX triplet: D9, AB and DF. RGB value is (217,171,223). Sum of RGB (Red+Green+Blue) = 217+171+223=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABDF is #265420. Grayscale: #BEBEBE. Windows color (decimal): -2511905 or 14658521. OLE color: 14658521.
HSL color Cylindrical-coordinate representation of color #D9ABDF: hue angle of 293.08º degrees, saturation: 0.45, 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 #D9ABDF is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 171 | 223 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.13 |
| HSL | 293.08º | 0.45% | 0.77% | - |
| HSV(B) | 293.08º | 0.23% | 0.87% | - |
| XYZ | 56.5 | 49.21 | 76.33 | - |
| YUV | 190.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 223 | 0.03 | 0.23 | 0 | 0.13 | 293.08 | 0.45 | 0.77 |
| Hex | D9 | AB | DF | 3 | 17 | 0 | D | 125 | 2D | 4D |
| Octal | 331 | 253 | 337 | 3 | 27 | 0 | 15 | 445 | 55 | 115 |
| Binary | 11011001 | 10101011 | 11011111 | 11 | 10111 | 0 | 1101 | 100100101 | 101101 | 1001101 |
Color Harmonies of #D9ABDF
Complementary color
Monochromatic Colors of #D9ABDF
Black with #D9ABDF
Text Example
Text Example
White with #D9ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABDF; }
p { color: rgb(217,171,223); }
H1.HeaderClassName
{
color: #D9ABDF;
}
.AnyTagClassName
{
color: #D9ABDF;
}
</style>
background-color css
<style>
a { background-color: #D9ABDF; }
a { background-color: rgb(217,171,223); }
div.DivClassName
{
background-color: #D9ABDF;
}
.BgClassName
{
background-color: #D9ABDF;
}
</style>
border-color css
<style>
span { border-color: #D9ABDF; }
span { border-color: rgb(217,171,223); }
td.TdClassName
{
border-color: #D9ABDF;
}
.TagClassName
{
border-color: #D9ABDF;
}
</style>