Shades of Wisteria #D9A1EC
Tints of Wisteria #D9A1EC
RGB
CMYK
RGB Variations
Color information
#D9A1EC (or 0xD9A1EC) is known color: Wisteria. HEX triplet: D9, A1 and EC. RGB value is (217,161,236). Sum of RGB (Red+Green+Blue) = 217+161+236=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9A1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A1EC is #265E13. Grayscale: #BABABA. Windows color (decimal): -2514452 or 15507929. OLE color: 15507929.
HSL color Cylindrical-coordinate representation of color #D9A1EC: hue angle of 284.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9A1EC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 161 | 236 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.07 |
| HSL | 284.8º | 0.66% | 0.78% | - |
| HSV(B) | 284.8º | 0.32% | 0.93% | - |
| XYZ | 56.5 | 46.3 | 85.32 | - |
| YUV | 186.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 236 | 0.08 | 0.32 | 0 | 0.07 | 284.8 | 0.66 | 0.78 |
| Hex | D9 | A1 | EC | 8 | 20 | 0 | 7 | 11D | 42 | 4E |
| Octal | 331 | 241 | 354 | 10 | 40 | 0 | 7 | 435 | 102 | 116 |
| Binary | 11011001 | 10100001 | 11101100 | 1000 | 100000 | 0 | 111 | 100011101 | 1000010 | 1001110 |
Color Harmonies of #D9A1EC
Complementary color
Monochromatic Colors of #D9A1EC
Black with #D9A1EC
Text Example
Text Example
White with #D9A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1EC; }
p { color: rgb(217,161,236); }
H1.HeaderClassName
{
color: #D9A1EC;
}
.AnyTagClassName
{
color: #D9A1EC;
}
</style>
background-color css
<style>
a { background-color: #D9A1EC; }
a { background-color: rgb(217,161,236); }
div.DivClassName
{
background-color: #D9A1EC;
}
.BgClassName
{
background-color: #D9A1EC;
}
</style>
border-color css
<style>
span { border-color: #D9A1EC; }
span { border-color: rgb(217,161,236); }
td.TdClassName
{
border-color: #D9A1EC;
}
.TagClassName
{
border-color: #D9A1EC;
}
</style>