Shades of Wisteria #D59EE1
Tints of Wisteria #D59EE1
RGB
CMYK
RGB Variations
Color information
#D59EE1 (or 0xD59EE1) is known color: Wisteria. HEX triplet: D5, 9E and E1. RGB value is (213,158,225). Sum of RGB (Red+Green+Blue) = 213+158+225=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #D59EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EE1 is #2A611E. Grayscale: #B5B5B5. Windows color (decimal): -2777375 or 14786261. OLE color: 14786261.
HSL color Cylindrical-coordinate representation of color #D59EE1: hue angle of 289.25º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59EE1 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 158 | 225 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.12 |
| HSL | 289.25º | 0.53% | 0.75% | - |
| HSV(B) | 289.25º | 0.3% | 0.88% | - |
| XYZ | 53.26 | 44.04 | 76.93 | - |
| YUV | 182.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 225 | 0.05 | 0.30 | 0 | 0.12 | 289.25 | 0.53 | 0.75 |
| Hex | D5 | 9E | E1 | 5 | 1E | 0 | C | 121 | 35 | 4B |
| Octal | 325 | 236 | 341 | 5 | 36 | 0 | 14 | 441 | 65 | 113 |
| Binary | 11010101 | 10011110 | 11100001 | 101 | 11110 | 0 | 1100 | 100100001 | 110101 | 1001011 |
Color Harmonies of #D59EE1
Complementary color
Monochromatic Colors of #D59EE1
Black with #D59EE1
Text Example
Text Example
White with #D59EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EE1; }
p { color: rgb(213,158,225); }
H1.HeaderClassName
{
color: #D59EE1;
}
.AnyTagClassName
{
color: #D59EE1;
}
</style>
background-color css
<style>
a { background-color: #D59EE1; }
a { background-color: rgb(213,158,225); }
div.DivClassName
{
background-color: #D59EE1;
}
.BgClassName
{
background-color: #D59EE1;
}
</style>
border-color css
<style>
span { border-color: #D59EE1; }
span { border-color: rgb(213,158,225); }
td.TdClassName
{
border-color: #D59EE1;
}
.TagClassName
{
border-color: #D59EE1;
}
</style>