Shades of Wisteria #D59FEC
Tints of Wisteria #D59FEC
RGB
CMYK
RGB Variations
Color information
#D59FEC (or 0xD59FEC) is known color: Wisteria. HEX triplet: D5, 9F and EC. RGB value is (213,159,236). Sum of RGB (Red+Green+Blue) = 213+159+236=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #D59FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FEC is #2A6013. Grayscale: #B7B7B7. Windows color (decimal): -2777108 or 15507413. OLE color: 15507413.
HSL color Cylindrical-coordinate representation of color #D59FEC: hue angle of 282.08º 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 #D59FEC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 159 | 236 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.07 |
| HSL | 282.08º | 0.67% | 0.77% | - |
| HSV(B) | 282.08º | 0.33% | 0.93% | - |
| XYZ | 54.98 | 45 | 85.14 | - |
| YUV | 183.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 236 | 0.10 | 0.33 | 0 | 0.07 | 282.08 | 0.67 | 0.77 |
| Hex | D5 | 9F | EC | A | 21 | 0 | 7 | 11A | 43 | 4D |
| Octal | 325 | 237 | 354 | 12 | 41 | 0 | 7 | 432 | 103 | 115 |
| Binary | 11010101 | 10011111 | 11101100 | 1010 | 100001 | 0 | 111 | 100011010 | 1000011 | 1001101 |
Color Harmonies of #D59FEC
Complementary color
Monochromatic Colors of #D59FEC
Black with #D59FEC
Text Example
Text Example
White with #D59FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FEC; }
p { color: rgb(213,159,236); }
H1.HeaderClassName
{
color: #D59FEC;
}
.AnyTagClassName
{
color: #D59FEC;
}
</style>
background-color css
<style>
a { background-color: #D59FEC; }
a { background-color: rgb(213,159,236); }
div.DivClassName
{
background-color: #D59FEC;
}
.BgClassName
{
background-color: #D59FEC;
}
</style>
border-color css
<style>
span { border-color: #D59FEC; }
span { border-color: rgb(213,159,236); }
td.TdClassName
{
border-color: #D59FEC;
}
.TagClassName
{
border-color: #D59FEC;
}
</style>