Shades of Wisteria #D59EEC
Tints of Wisteria #D59EEC
RGB
CMYK
RGB Variations
Color information
#D59EEC (or 0xD59EEC) is known color: Wisteria. HEX triplet: D5, 9E and EC. RGB value is (213,158,236). Sum of RGB (Red+Green+Blue) = 213+158+236=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #D59EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EEC is #2A6113. Grayscale: #B7B7B7. Windows color (decimal): -2777364 or 15507157. OLE color: 15507157.
HSL color Cylindrical-coordinate representation of color #D59EEC: hue angle of 282.31º degrees, saturation: 0.67, 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 #D59EEC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 158 | 236 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.07 |
| HSL | 282.31º | 0.67% | 0.77% | - |
| HSV(B) | 282.31º | 0.33% | 0.93% | - |
| XYZ | 54.81 | 44.66 | 85.09 | - |
| YUV | 183.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 236 | 0.10 | 0.33 | 0 | 0.07 | 282.31 | 0.67 | 0.77 |
| Hex | D5 | 9E | EC | A | 21 | 0 | 7 | 11A | 43 | 4D |
| Octal | 325 | 236 | 354 | 12 | 41 | 0 | 7 | 432 | 103 | 115 |
| Binary | 11010101 | 10011110 | 11101100 | 1010 | 100001 | 0 | 111 | 100011010 | 1000011 | 1001101 |
Color Harmonies of #D59EEC
Complementary color
Monochromatic Colors of #D59EEC
Black with #D59EEC
Text Example
Text Example
White with #D59EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EEC; }
p { color: rgb(213,158,236); }
H1.HeaderClassName
{
color: #D59EEC;
}
.AnyTagClassName
{
color: #D59EEC;
}
</style>
background-color css
<style>
a { background-color: #D59EEC; }
a { background-color: rgb(213,158,236); }
div.DivClassName
{
background-color: #D59EEC;
}
.BgClassName
{
background-color: #D59EEC;
}
</style>
border-color css
<style>
span { border-color: #D59EEC; }
span { border-color: rgb(213,158,236); }
td.TdClassName
{
border-color: #D59EEC;
}
.TagClassName
{
border-color: #D59EEC;
}
</style>