Shades of Plum #D9A7DF
Tints of Plum #D9A7DF
RGB
CMYK
RGB Variations
Color information
#D9A7DF (or 0xD9A7DF) is known color: Plum. HEX triplet: D9, A7 and DF. RGB value is (217,167,223). Sum of RGB (Red+Green+Blue) = 217+167+223=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9A7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A7DF is #265820. Grayscale: #BCBCBC. Windows color (decimal): -2512929 or 14657497. OLE color: 14657497.
HSL color Cylindrical-coordinate representation of color #D9A7DF: hue angle of 293.57º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A7DF is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 167 | 223 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.13 |
| HSL | 293.57º | 0.47% | 0.76% | - |
| HSV(B) | 293.57º | 0.25% | 0.87% | - |
| XYZ | 55.75 | 47.72 | 76.08 | - |
| YUV | 188.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 223 | 0.03 | 0.25 | 0 | 0.13 | 293.57 | 0.47 | 0.76 |
| Hex | D9 | A7 | DF | 3 | 19 | 0 | D | 126 | 2F | 4C |
| Octal | 331 | 247 | 337 | 3 | 31 | 0 | 15 | 446 | 57 | 114 |
| Binary | 11011001 | 10100111 | 11011111 | 11 | 11001 | 0 | 1101 | 100100110 | 101111 | 1001100 |
Color Harmonies of #D9A7DF
Complementary color
Monochromatic Colors of #D9A7DF
Black with #D9A7DF
Text Example
Text Example
White with #D9A7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A7DF; }
p { color: rgb(217,167,223); }
H1.HeaderClassName
{
color: #D9A7DF;
}
.AnyTagClassName
{
color: #D9A7DF;
}
</style>
background-color css
<style>
a { background-color: #D9A7DF; }
a { background-color: rgb(217,167,223); }
div.DivClassName
{
background-color: #D9A7DF;
}
.BgClassName
{
background-color: #D9A7DF;
}
</style>
border-color css
<style>
span { border-color: #D9A7DF; }
span { border-color: rgb(217,167,223); }
td.TdClassName
{
border-color: #D9A7DF;
}
.TagClassName
{
border-color: #D9A7DF;
}
</style>