Shades of Plum #D9A6D5
Tints of Plum #D9A6D5
RGB
CMYK
RGB Variations
Color information
#D9A6D5 (or 0xD9A6D5) is known color: Plum. HEX triplet: D9, A6 and D5. RGB value is (217,166,213). Sum of RGB (Red+Green+Blue) = 217+166+213=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6D5 is #26592A. Grayscale: #BABABA. Windows color (decimal): -2513195 or 14001881. OLE color: 14001881.
HSL color Cylindrical-coordinate representation of color #D9A6D5: hue angle of 304.71º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A6D5 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 213 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.15 |
| HSL | 304.71º | 0.4% | 0.75% | - |
| HSV(B) | 304.71º | 0.24% | 0.85% | - |
| XYZ | 54.26 | 46.83 | 69.13 | - |
| YUV | 186.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 213 | 0 | 0.24 | 0.02 | 0.15 | 304.71 | 0.4 | 0.75 |
| Hex | D9 | A6 | D5 | 0 | 18 | 2 | F | 131 | 28 | 4B |
| Octal | 331 | 246 | 325 | 0 | 30 | 2 | 17 | 461 | 50 | 113 |
| Binary | 11011001 | 10100110 | 11010101 | 0 | 11000 | 10 | 1111 | 100110001 | 101000 | 1001011 |
Color Harmonies of #D9A6D5
Complementary color
Monochromatic Colors of #D9A6D5
Black with #D9A6D5
Text Example
Text Example
White with #D9A6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6D5; }
p { color: rgb(217,166,213); }
H1.HeaderClassName
{
color: #D9A6D5;
}
.AnyTagClassName
{
color: #D9A6D5;
}
</style>
background-color css
<style>
a { background-color: #D9A6D5; }
a { background-color: rgb(217,166,213); }
div.DivClassName
{
background-color: #D9A6D5;
}
.BgClassName
{
background-color: #D9A6D5;
}
</style>
border-color css
<style>
span { border-color: #D9A6D5; }
span { border-color: rgb(217,166,213); }
td.TdClassName
{
border-color: #D9A6D5;
}
.TagClassName
{
border-color: #D9A6D5;
}
</style>