Shades of Plum #D1A9D6
Tints of Plum #D1A9D6
RGB
CMYK
RGB Variations
Color information
#D1A9D6 (or 0xD1A9D6) is known color: Plum. HEX triplet: D1, A9 and D6. RGB value is (209,169,214). Sum of RGB (Red+Green+Blue) = 209+169+214=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1A9D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A9D6 is #2E5629. Grayscale: #B9B9B9. Windows color (decimal): -3036714 or 14068177. OLE color: 14068177.
HSL color Cylindrical-coordinate representation of color #D1A9D6: hue angle of 293.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A9D6 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 169 | 214 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.16 |
| HSL | 293.33º | 0.35% | 0.75% | - |
| HSV(B) | 293.33º | 0.21% | 0.84% | - |
| XYZ | 52.62 | 46.79 | 69.88 | - |
| YUV | 186.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 169 | 214 | 0.02 | 0.21 | 0 | 0.16 | 293.33 | 0.35 | 0.75 |
| Hex | D1 | A9 | D6 | 2 | 15 | 0 | 10 | 125 | 23 | 4B |
| Octal | 321 | 251 | 326 | 2 | 25 | 0 | 20 | 445 | 43 | 113 |
| Binary | 11010001 | 10101001 | 11010110 | 10 | 10101 | 0 | 10000 | 100100101 | 100011 | 1001011 |
Color Harmonies of #D1A9D6
Complementary color
Monochromatic Colors of #D1A9D6
Black with #D1A9D6
Text Example
Text Example
White with #D1A9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A9D6; }
p { color: rgb(209,169,214); }
H1.HeaderClassName
{
color: #D1A9D6;
}
.AnyTagClassName
{
color: #D1A9D6;
}
</style>
background-color css
<style>
a { background-color: #D1A9D6; }
a { background-color: rgb(209,169,214); }
div.DivClassName
{
background-color: #D1A9D6;
}
.BgClassName
{
background-color: #D1A9D6;
}
</style>
border-color css
<style>
span { border-color: #D1A9D6; }
span { border-color: rgb(209,169,214); }
td.TdClassName
{
border-color: #D1A9D6;
}
.TagClassName
{
border-color: #D1A9D6;
}
</style>