Shades of Plum #D9A9DF
Tints of Plum #D9A9DF
RGB
CMYK
RGB Variations
Color information
#D9A9DF (or 0xD9A9DF) is known color: Plum. HEX triplet: D9, A9 and DF. RGB value is (217,169,223). Sum of RGB (Red+Green+Blue) = 217+169+223=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9DF is #265620. Grayscale: #BDBDBD. Windows color (decimal): -2512417 or 14658009. OLE color: 14658009.
HSL color Cylindrical-coordinate representation of color #D9A9DF: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A9DF is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 169 | 223 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.13 |
| HSL | 293.33º | 0.46% | 0.77% | - |
| HSV(B) | 293.33º | 0.24% | 0.87% | - |
| XYZ | 56.12 | 48.46 | 76.21 | - |
| YUV | 189.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 223 | 0.03 | 0.24 | 0 | 0.13 | 293.33 | 0.46 | 0.77 |
| Hex | D9 | A9 | DF | 3 | 18 | 0 | D | 125 | 2E | 4D |
| Octal | 331 | 251 | 337 | 3 | 30 | 0 | 15 | 445 | 56 | 115 |
| Binary | 11011001 | 10101001 | 11011111 | 11 | 11000 | 0 | 1101 | 100100101 | 101110 | 1001101 |
Color Harmonies of #D9A9DF
Complementary color
Monochromatic Colors of #D9A9DF
Black with #D9A9DF
Text Example
Text Example
White with #D9A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A9DF; }
p { color: rgb(217,169,223); }
H1.HeaderClassName
{
color: #D9A9DF;
}
.AnyTagClassName
{
color: #D9A9DF;
}
</style>
background-color css
<style>
a { background-color: #D9A9DF; }
a { background-color: rgb(217,169,223); }
div.DivClassName
{
background-color: #D9A9DF;
}
.BgClassName
{
background-color: #D9A9DF;
}
</style>
border-color css
<style>
span { border-color: #D9A9DF; }
span { border-color: rgb(217,169,223); }
td.TdClassName
{
border-color: #D9A9DF;
}
.TagClassName
{
border-color: #D9A9DF;
}
</style>