Shades of Plum #D9A6E7
Tints of Plum #D9A6E7
RGB
CMYK
RGB Variations
Color information
#D9A6E7 (or 0xD9A6E7) is known color: Plum. HEX triplet: D9, A6 and E7. RGB value is (217,166,231). Sum of RGB (Red+Green+Blue) = 217+166+231=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9A6E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A6E7 is #265918. Grayscale: #BCBCBC. Windows color (decimal): -2513177 or 15181529. OLE color: 15181529.
HSL color Cylindrical-coordinate representation of color #D9A6E7: hue angle of 287.08º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9A6E7 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 166 | 231 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.09 |
| HSL | 287.08º | 0.58% | 0.78% | - |
| HSV(B) | 287.08º | 0.28% | 0.91% | - |
| XYZ | 56.68 | 47.79 | 81.84 | - |
| YUV | 188.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 231 | 0.06 | 0.28 | 0 | 0.09 | 287.08 | 0.58 | 0.78 |
| Hex | D9 | A6 | E7 | 6 | 1C | 0 | 9 | 11F | 3A | 4E |
| Octal | 331 | 246 | 347 | 6 | 34 | 0 | 11 | 437 | 72 | 116 |
| Binary | 11011001 | 10100110 | 11100111 | 110 | 11100 | 0 | 1001 | 100011111 | 111010 | 1001110 |
Color Harmonies of #D9A6E7
Complementary color
Monochromatic Colors of #D9A6E7
Black with #D9A6E7
Text Example
Text Example
White with #D9A6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6E7; }
p { color: rgb(217,166,231); }
H1.HeaderClassName
{
color: #D9A6E7;
}
.AnyTagClassName
{
color: #D9A6E7;
}
</style>
background-color css
<style>
a { background-color: #D9A6E7; }
a { background-color: rgb(217,166,231); }
div.DivClassName
{
background-color: #D9A6E7;
}
.BgClassName
{
background-color: #D9A6E7;
}
</style>
border-color css
<style>
span { border-color: #D9A6E7; }
span { border-color: rgb(217,166,231); }
td.TdClassName
{
border-color: #D9A6E7;
}
.TagClassName
{
border-color: #D9A6E7;
}
</style>