Shades of Plum #D9A8DF
Tints of Plum #D9A8DF
RGB
CMYK
RGB Variations
Color information
#D9A8DF (or 0xD9A8DF) is known color: Plum. HEX triplet: D9, A8 and DF. RGB value is (217,168,223). Sum of RGB (Red+Green+Blue) = 217+168+223=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8DF is #265720. Grayscale: #BCBCBC. Windows color (decimal): -2512673 or 14657753. OLE color: 14657753.
HSL color Cylindrical-coordinate representation of color #D9A8DF: hue angle of 293.45º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A8DF is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 168 | 223 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.13 |
| HSL | 293.45º | 0.46% | 0.77% | - |
| HSV(B) | 293.45º | 0.25% | 0.87% | - |
| XYZ | 55.94 | 48.08 | 76.15 | - |
| YUV | 188.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 223 | 0.03 | 0.25 | 0 | 0.13 | 293.45 | 0.46 | 0.77 |
| Hex | D9 | A8 | DF | 3 | 19 | 0 | D | 125 | 2E | 4D |
| Octal | 331 | 250 | 337 | 3 | 31 | 0 | 15 | 445 | 56 | 115 |
| Binary | 11011001 | 10101000 | 11011111 | 11 | 11001 | 0 | 1101 | 100100101 | 101110 | 1001101 |
Color Harmonies of #D9A8DF
Complementary color
Monochromatic Colors of #D9A8DF
Black with #D9A8DF
Text Example
Text Example
White with #D9A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A8DF; }
p { color: rgb(217,168,223); }
H1.HeaderClassName
{
color: #D9A8DF;
}
.AnyTagClassName
{
color: #D9A8DF;
}
</style>
background-color css
<style>
a { background-color: #D9A8DF; }
a { background-color: rgb(217,168,223); }
div.DivClassName
{
background-color: #D9A8DF;
}
.BgClassName
{
background-color: #D9A8DF;
}
</style>
border-color css
<style>
span { border-color: #D9A8DF; }
span { border-color: rgb(217,168,223); }
td.TdClassName
{
border-color: #D9A8DF;
}
.TagClassName
{
border-color: #D9A8DF;
}
</style>