Shades of Plum #D9A1D8
Tints of Plum #D9A1D8
RGB
CMYK
RGB Variations
Color information
#D9A1D8 (or 0xD9A1D8) is known color: Plum. HEX triplet: D9, A1 and D8. RGB value is (217,161,216). Sum of RGB (Red+Green+Blue) = 217+161+216=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1D8 is #265E27. Grayscale: #B7B7B7. Windows color (decimal): -2514472 or 14197209. OLE color: 14197209.
HSL color Cylindrical-coordinate representation of color #D9A1D8: hue angle of 301.07º 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 #D9A1D8 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 216 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.15 |
| HSL | 301.07º | 0.42% | 0.74% | - |
| HSV(B) | 301.07º | 0.26% | 0.85% | - |
| XYZ | 53.75 | 45.2 | 70.86 | - |
| YUV | 184.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 216 | 0 | 0.26 | 0.00 | 0.15 | 301.07 | 0.42 | 0.74 |
| Hex | D9 | A1 | D8 | 0 | 1A | 0 | F | 12D | 2A | 4A |
| Octal | 331 | 241 | 330 | 0 | 32 | 0 | 17 | 455 | 52 | 112 |
| Binary | 11011001 | 10100001 | 11011000 | 0 | 11010 | 0 | 1111 | 100101101 | 101010 | 1001010 |
Color Harmonies of #D9A1D8
Complementary color
Monochromatic Colors of #D9A1D8
Black with #D9A1D8
Text Example
Text Example
White with #D9A1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1D8; }
p { color: rgb(217,161,216); }
H1.HeaderClassName
{
color: #D9A1D8;
}
.AnyTagClassName
{
color: #D9A1D8;
}
</style>
background-color css
<style>
a { background-color: #D9A1D8; }
a { background-color: rgb(217,161,216); }
div.DivClassName
{
background-color: #D9A1D8;
}
.BgClassName
{
background-color: #D9A1D8;
}
</style>
border-color css
<style>
span { border-color: #D9A1D8; }
span { border-color: rgb(217,161,216); }
td.TdClassName
{
border-color: #D9A1D8;
}
.TagClassName
{
border-color: #D9A1D8;
}
</style>