Shades of Plum #D9A1D5
Tints of Plum #D9A1D5
RGB
CMYK
RGB Variations
Color information
#D9A1D5 (or 0xD9A1D5) is known color: Plum. HEX triplet: D9, A1 and D5. RGB value is (217,161,213). Sum of RGB (Red+Green+Blue) = 217+161+213=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1D5 is #265E2A. Grayscale: #B7B7B7. Windows color (decimal): -2514475 or 14000601. OLE color: 14000601.
HSL color Cylindrical-coordinate representation of color #D9A1D5: hue angle of 304.29º 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 #D9A1D5 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 213 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.15 |
| HSL | 304.29º | 0.42% | 0.74% | - |
| HSV(B) | 304.29º | 0.26% | 0.85% | - |
| XYZ | 53.37 | 45.05 | 68.83 | - |
| YUV | 183.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 213 | 0 | 0.26 | 0.02 | 0.15 | 304.29 | 0.42 | 0.74 |
| Hex | D9 | A1 | D5 | 0 | 1A | 2 | F | 130 | 2A | 4A |
| Octal | 331 | 241 | 325 | 0 | 32 | 2 | 17 | 460 | 52 | 112 |
| Binary | 11011001 | 10100001 | 11010101 | 0 | 11010 | 10 | 1111 | 100110000 | 101010 | 1001010 |
Color Harmonies of #D9A1D5
Complementary color
Monochromatic Colors of #D9A1D5
Black with #D9A1D5
Text Example
Text Example
White with #D9A1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1D5; }
p { color: rgb(217,161,213); }
H1.HeaderClassName
{
color: #D9A1D5;
}
.AnyTagClassName
{
color: #D9A1D5;
}
</style>
background-color css
<style>
a { background-color: #D9A1D5; }
a { background-color: rgb(217,161,213); }
div.DivClassName
{
background-color: #D9A1D5;
}
.BgClassName
{
background-color: #D9A1D5;
}
</style>
border-color css
<style>
span { border-color: #D9A1D5; }
span { border-color: rgb(217,161,213); }
td.TdClassName
{
border-color: #D9A1D5;
}
.TagClassName
{
border-color: #D9A1D5;
}
</style>