Shades of Wisteria #D8A5E9
Tints of Wisteria #D8A5E9
RGB
CMYK
RGB Variations
Color information
#D8A5E9 (or 0xD8A5E9) is known color: Wisteria. HEX triplet: D8, A5 and E9. RGB value is (216,165,233). Sum of RGB (Red+Green+Blue) = 216+165+233=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #D8A5E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A5E9 is #275A16. Grayscale: #BBBBBB. Windows color (decimal): -2578967 or 15312344. OLE color: 15312344.
HSL color Cylindrical-coordinate representation of color #D8A5E9: hue angle of 285º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8A5E9 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 165 | 233 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.09 |
| HSL | 285º | 0.61% | 0.78% | - |
| HSV(B) | 285º | 0.29% | 0.91% | - |
| XYZ | 56.48 | 47.39 | 83.26 | - |
| YUV | 188 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 233 | 0.07 | 0.29 | 0 | 0.09 | 285 | 0.61 | 0.78 |
| Hex | D8 | A5 | E9 | 7 | 1D | 0 | 9 | 11D | 3D | 4E |
| Octal | 330 | 245 | 351 | 7 | 35 | 0 | 11 | 435 | 75 | 116 |
| Binary | 11011000 | 10100101 | 11101001 | 111 | 11101 | 0 | 1001 | 100011101 | 111101 | 1001110 |
Color Harmonies of #D8A5E9
Complementary color
Monochromatic Colors of #D8A5E9
Black with #D8A5E9
Text Example
Text Example
White with #D8A5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A5E9; }
p { color: rgb(216,165,233); }
H1.HeaderClassName
{
color: #D8A5E9;
}
.AnyTagClassName
{
color: #D8A5E9;
}
</style>
background-color css
<style>
a { background-color: #D8A5E9; }
a { background-color: rgb(216,165,233); }
div.DivClassName
{
background-color: #D8A5E9;
}
.BgClassName
{
background-color: #D8A5E9;
}
</style>
border-color css
<style>
span { border-color: #D8A5E9; }
span { border-color: rgb(216,165,233); }
td.TdClassName
{
border-color: #D8A5E9;
}
.TagClassName
{
border-color: #D8A5E9;
}
</style>