Shades of Wisteria #D9A2EC
Tints of Wisteria #D9A2EC
RGB
CMYK
RGB Variations
Color information
#D9A2EC (or 0xD9A2EC) is known color: Wisteria. HEX triplet: D9, A2 and EC. RGB value is (217,162,236). Sum of RGB (Red+Green+Blue) = 217+162+236=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 162 (63.67% from 255 or 26.34% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9A2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A2EC is #265D13. Grayscale: #BABABA. Windows color (decimal): -2514196 or 15508185. OLE color: 15508185.
HSL color Cylindrical-coordinate representation of color #D9A2EC: hue angle of 284.59º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9A2EC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 162 | 236 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.07 |
| HSL | 284.59º | 0.66% | 0.78% | - |
| HSV(B) | 284.59º | 0.31% | 0.93% | - |
| XYZ | 56.68 | 46.65 | 85.37 | - |
| YUV | 186.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 236 | 0.08 | 0.31 | 0 | 0.07 | 284.59 | 0.66 | 0.78 |
| Hex | D9 | A2 | EC | 8 | 1F | 0 | 7 | 11D | 42 | 4E |
| Octal | 331 | 242 | 354 | 10 | 37 | 0 | 7 | 435 | 102 | 116 |
| Binary | 11011001 | 10100010 | 11101100 | 1000 | 11111 | 0 | 111 | 100011101 | 1000010 | 1001110 |
Color Harmonies of #D9A2EC
Complementary color
Monochromatic Colors of #D9A2EC
Black with #D9A2EC
Text Example
Text Example
White with #D9A2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A2EC; }
p { color: rgb(217,162,236); }
H1.HeaderClassName
{
color: #D9A2EC;
}
.AnyTagClassName
{
color: #D9A2EC;
}
</style>
background-color css
<style>
a { background-color: #D9A2EC; }
a { background-color: rgb(217,162,236); }
div.DivClassName
{
background-color: #D9A2EC;
}
.BgClassName
{
background-color: #D9A2EC;
}
</style>
border-color css
<style>
span { border-color: #D9A2EC; }
span { border-color: rgb(217,162,236); }
td.TdClassName
{
border-color: #D9A2EC;
}
.TagClassName
{
border-color: #D9A2EC;
}
</style>