Shades of Wisteria #D59EED
Tints of Wisteria #D59EED
RGB
CMYK
RGB Variations
Color information
#D59EED (or 0xD59EED) is known color: Wisteria. HEX triplet: D5, 9E and ED. RGB value is (213,158,237). Sum of RGB (Red+Green+Blue) = 213+158+237=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #D59EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EED is #2A6112. Grayscale: #B7B7B7. Windows color (decimal): -2777363 or 15572693. OLE color: 15572693.
HSL color Cylindrical-coordinate representation of color #D59EED: hue angle of 281.77º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D59EED is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 158 | 237 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.07 |
| HSL | 281.77º | 0.69% | 0.77% | - |
| HSV(B) | 281.77º | 0.33% | 0.93% | - |
| XYZ | 54.95 | 44.71 | 85.86 | - |
| YUV | 183.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 237 | 0.10 | 0.33 | 0 | 0.07 | 281.77 | 0.69 | 0.77 |
| Hex | D5 | 9E | ED | A | 21 | 0 | 7 | 11A | 45 | 4D |
| Octal | 325 | 236 | 355 | 12 | 41 | 0 | 7 | 432 | 105 | 115 |
| Binary | 11010101 | 10011110 | 11101101 | 1010 | 100001 | 0 | 111 | 100011010 | 1000101 | 1001101 |
Color Harmonies of #D59EED
Complementary color
Monochromatic Colors of #D59EED
Black with #D59EED
Text Example
Text Example
White with #D59EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EED; }
p { color: rgb(213,158,237); }
H1.HeaderClassName
{
color: #D59EED;
}
.AnyTagClassName
{
color: #D59EED;
}
</style>
background-color css
<style>
a { background-color: #D59EED; }
a { background-color: rgb(213,158,237); }
div.DivClassName
{
background-color: #D59EED;
}
.BgClassName
{
background-color: #D59EED;
}
</style>
border-color css
<style>
span { border-color: #D59EED; }
span { border-color: rgb(213,158,237); }
td.TdClassName
{
border-color: #D59EED;
}
.TagClassName
{
border-color: #D59EED;
}
</style>