Shades of Wisteria #D9A4EC
Tints of Wisteria #D9A4EC
RGB
CMYK
RGB Variations
Color information
#D9A4EC (or 0xD9A4EC) is known color: Wisteria. HEX triplet: D9, A4 and EC. RGB value is (217,164,236). Sum of RGB (Red+Green+Blue) = 217+164+236=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9A4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A4EC is #265B13. Grayscale: #BBBBBB. Windows color (decimal): -2513684 or 15508697. OLE color: 15508697.
HSL color Cylindrical-coordinate representation of color #D9A4EC: hue angle of 284.17º degrees, saturation: 0.65, 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 #D9A4EC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 164 | 236 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.07 |
| HSL | 284.17º | 0.65% | 0.78% | - |
| HSV(B) | 284.17º | 0.31% | 0.93% | - |
| XYZ | 57.03 | 47.36 | 85.49 | - |
| YUV | 188.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 236 | 0.08 | 0.31 | 0 | 0.07 | 284.17 | 0.65 | 0.78 |
| Hex | D9 | A4 | EC | 8 | 1F | 0 | 7 | 11C | 41 | 4E |
| Octal | 331 | 244 | 354 | 10 | 37 | 0 | 7 | 434 | 101 | 116 |
| Binary | 11011001 | 10100100 | 11101100 | 1000 | 11111 | 0 | 111 | 100011100 | 1000001 | 1001110 |
Color Harmonies of #D9A4EC
Complementary color
Monochromatic Colors of #D9A4EC
Black with #D9A4EC
Text Example
Text Example
White with #D9A4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A4EC; }
p { color: rgb(217,164,236); }
H1.HeaderClassName
{
color: #D9A4EC;
}
.AnyTagClassName
{
color: #D9A4EC;
}
</style>
background-color css
<style>
a { background-color: #D9A4EC; }
a { background-color: rgb(217,164,236); }
div.DivClassName
{
background-color: #D9A4EC;
}
.BgClassName
{
background-color: #D9A4EC;
}
</style>
border-color css
<style>
span { border-color: #D9A4EC; }
span { border-color: rgb(217,164,236); }
td.TdClassName
{
border-color: #D9A4EC;
}
.TagClassName
{
border-color: #D9A4EC;
}
</style>