Shades of Plum #D9A1E4
Tints of Plum #D9A1E4
RGB
CMYK
RGB Variations
Color information
#D9A1E4 (or 0xD9A1E4) is known color: Plum. HEX triplet: D9, A1 and E4. RGB value is (217,161,228). Sum of RGB (Red+Green+Blue) = 217+161+228=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9A1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1E4 is #265E1B. Grayscale: #B9B9B9. Windows color (decimal): -2514460 or 14983641. OLE color: 14983641.
HSL color Cylindrical-coordinate representation of color #D9A1E4: hue angle of 290.15º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9A1E4 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 161 | 228 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.11 |
| HSL | 290.15º | 0.55% | 0.76% | - |
| HSV(B) | 290.15º | 0.29% | 0.89% | - |
| XYZ | 55.36 | 45.84 | 79.33 | - |
| YUV | 185.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 228 | 0.05 | 0.29 | 0 | 0.11 | 290.15 | 0.55 | 0.76 |
| Hex | D9 | A1 | E4 | 5 | 1D | 0 | B | 122 | 37 | 4C |
| Octal | 331 | 241 | 344 | 5 | 35 | 0 | 13 | 442 | 67 | 114 |
| Binary | 11011001 | 10100001 | 11100100 | 101 | 11101 | 0 | 1011 | 100100010 | 110111 | 1001100 |
Color Harmonies of #D9A1E4
Complementary color
Monochromatic Colors of #D9A1E4
Black with #D9A1E4
Text Example
Text Example
White with #D9A1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1E4; }
p { color: rgb(217,161,228); }
H1.HeaderClassName
{
color: #D9A1E4;
}
.AnyTagClassName
{
color: #D9A1E4;
}
</style>
background-color css
<style>
a { background-color: #D9A1E4; }
a { background-color: rgb(217,161,228); }
div.DivClassName
{
background-color: #D9A1E4;
}
.BgClassName
{
background-color: #D9A1E4;
}
</style>
border-color css
<style>
span { border-color: #D9A1E4; }
span { border-color: rgb(217,161,228); }
td.TdClassName
{
border-color: #D9A1E4;
}
.TagClassName
{
border-color: #D9A1E4;
}
</style>