Shades of Plum #D9A1D0
Tints of Plum #D9A1D0
RGB
CMYK
RGB Variations
Color information
#D9A1D0 (or 0xD9A1D0) is known color: Plum. HEX triplet: D9, A1 and D0. RGB value is (217,161,208). Sum of RGB (Red+Green+Blue) = 217+161+208=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1D0 is #265E2F. Grayscale: #B6B6B6. Windows color (decimal): -2514480 or 13672921. OLE color: 13672921.
HSL color Cylindrical-coordinate representation of color #D9A1D0: hue angle of 309.64º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A1D0 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 208 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.15 |
| HSL | 309.64º | 0.42% | 0.74% | - |
| HSV(B) | 309.64º | 0.26% | 0.85% | - |
| XYZ | 52.75 | 44.8 | 65.54 | - |
| YUV | 183.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 208 | 0 | 0.26 | 0.04 | 0.15 | 309.64 | 0.42 | 0.74 |
| Hex | D9 | A1 | D0 | 0 | 1A | 4 | F | 136 | 2A | 4A |
| Octal | 331 | 241 | 320 | 0 | 32 | 4 | 17 | 466 | 52 | 112 |
| Binary | 11011001 | 10100001 | 11010000 | 0 | 11010 | 100 | 1111 | 100110110 | 101010 | 1001010 |
Color Harmonies of #D9A1D0
Complementary color
Monochromatic Colors of #D9A1D0
Black with #D9A1D0
Text Example
Text Example
White with #D9A1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1D0; }
p { color: rgb(217,161,208); }
H1.HeaderClassName
{
color: #D9A1D0;
}
.AnyTagClassName
{
color: #D9A1D0;
}
</style>
background-color css
<style>
a { background-color: #D9A1D0; }
a { background-color: rgb(217,161,208); }
div.DivClassName
{
background-color: #D9A1D0;
}
.BgClassName
{
background-color: #D9A1D0;
}
</style>
border-color css
<style>
span { border-color: #D9A1D0; }
span { border-color: rgb(217,161,208); }
td.TdClassName
{
border-color: #D9A1D0;
}
.TagClassName
{
border-color: #D9A1D0;
}
</style>