Shades of Wisteria #D594E9
Tints of Wisteria #D594E9
RGB
CMYK
RGB Variations
Color information
#D594E9 (or 0xD594E9) is known color: Wisteria. HEX triplet: D5, 94 and E9. RGB value is (213,148,233). Sum of RGB (Red+Green+Blue) = 213+148+233=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #D594E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594E9 is #2A6B16. Grayscale: #B0B0B0. Windows color (decimal): -2779927 or 15307989. OLE color: 15307989.
HSL color Cylindrical-coordinate representation of color #D594E9: hue angle of 285.88º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D594E9 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 148 | 233 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.09 |
| HSL | 285.88º | 0.66% | 0.75% | - |
| HSV(B) | 285.88º | 0.36% | 0.91% | - |
| XYZ | 52.74 | 41.21 | 82.27 | - |
| YUV | 177.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 233 | 0.09 | 0.36 | 0 | 0.09 | 285.88 | 0.66 | 0.75 |
| Hex | D5 | 94 | E9 | 9 | 24 | 0 | 9 | 11E | 42 | 4B |
| Octal | 325 | 224 | 351 | 11 | 44 | 0 | 11 | 436 | 102 | 113 |
| Binary | 11010101 | 10010100 | 11101001 | 1001 | 100100 | 0 | 1001 | 100011110 | 1000010 | 1001011 |
Color Harmonies of #D594E9
Complementary color
Monochromatic Colors of #D594E9
Black with #D594E9
Text Example
Text Example
White with #D594E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594E9; }
p { color: rgb(213,148,233); }
H1.HeaderClassName
{
color: #D594E9;
}
.AnyTagClassName
{
color: #D594E9;
}
</style>
background-color css
<style>
a { background-color: #D594E9; }
a { background-color: rgb(213,148,233); }
div.DivClassName
{
background-color: #D594E9;
}
.BgClassName
{
background-color: #D594E9;
}
</style>
border-color css
<style>
span { border-color: #D594E9; }
span { border-color: rgb(213,148,233); }
td.TdClassName
{
border-color: #D594E9;
}
.TagClassName
{
border-color: #D594E9;
}
</style>