Shades of Wisteria #D59DEC
Tints of Wisteria #D59DEC
RGB
CMYK
RGB Variations
Color information
#D59DEC (or 0xD59DEC) is known color: Wisteria. HEX triplet: D5, 9D and EC. RGB value is (213,157,236). Sum of RGB (Red+Green+Blue) = 213+157+236=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #D59DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DEC is #2A6213. Grayscale: #B6B6B6. Windows color (decimal): -2777620 or 15506901. OLE color: 15506901.
HSL color Cylindrical-coordinate representation of color #D59DEC: hue angle of 282.53º degrees, saturation: 0.68, 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 #D59DEC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 157 | 236 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.07 |
| HSL | 282.53º | 0.68% | 0.77% | - |
| HSV(B) | 282.53º | 0.33% | 0.93% | - |
| XYZ | 54.64 | 44.32 | 85.03 | - |
| YUV | 182.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 236 | 0.10 | 0.33 | 0 | 0.07 | 282.53 | 0.68 | 0.77 |
| Hex | D5 | 9D | EC | A | 21 | 0 | 7 | 11B | 44 | 4D |
| Octal | 325 | 235 | 354 | 12 | 41 | 0 | 7 | 433 | 104 | 115 |
| Binary | 11010101 | 10011101 | 11101100 | 1010 | 100001 | 0 | 111 | 100011011 | 1000100 | 1001101 |
Color Harmonies of #D59DEC
Complementary color
Monochromatic Colors of #D59DEC
Black with #D59DEC
Text Example
Text Example
White with #D59DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DEC; }
p { color: rgb(213,157,236); }
H1.HeaderClassName
{
color: #D59DEC;
}
.AnyTagClassName
{
color: #D59DEC;
}
</style>
background-color css
<style>
a { background-color: #D59DEC; }
a { background-color: rgb(213,157,236); }
div.DivClassName
{
background-color: #D59DEC;
}
.BgClassName
{
background-color: #D59DEC;
}
</style>
border-color css
<style>
span { border-color: #D59DEC; }
span { border-color: rgb(213,157,236); }
td.TdClassName
{
border-color: #D59DEC;
}
.TagClassName
{
border-color: #D59DEC;
}
</style>