Shades of Wisteria #D59DED
Tints of Wisteria #D59DED
RGB
CMYK
RGB Variations
Color information
#D59DED (or 0xD59DED) is known color: Wisteria. HEX triplet: D5, 9D and ED. RGB value is (213,157,237). Sum of RGB (Red+Green+Blue) = 213+157+237=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #D59DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DED is #2A6212. Grayscale: #B6B6B6. Windows color (decimal): -2777619 or 15572437. OLE color: 15572437.
HSL color Cylindrical-coordinate representation of color #D59DED: hue angle of 282º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D59DED is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 157 | 237 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.07 |
| HSL | 282º | 0.69% | 0.77% | - |
| HSV(B) | 282º | 0.34% | 0.93% | - |
| XYZ | 54.78 | 44.37 | 85.8 | - |
| YUV | 182.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 237 | 0.10 | 0.34 | 0 | 0.07 | 282 | 0.69 | 0.77 |
| Hex | D5 | 9D | ED | A | 22 | 0 | 7 | 11A | 45 | 4D |
| Octal | 325 | 235 | 355 | 12 | 42 | 0 | 7 | 432 | 105 | 115 |
| Binary | 11010101 | 10011101 | 11101101 | 1010 | 100010 | 0 | 111 | 100011010 | 1000101 | 1001101 |
Color Harmonies of #D59DED
Complementary color
Monochromatic Colors of #D59DED
Black with #D59DED
Text Example
Text Example
White with #D59DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DED; }
p { color: rgb(213,157,237); }
H1.HeaderClassName
{
color: #D59DED;
}
.AnyTagClassName
{
color: #D59DED;
}
</style>
background-color css
<style>
a { background-color: #D59DED; }
a { background-color: rgb(213,157,237); }
div.DivClassName
{
background-color: #D59DED;
}
.BgClassName
{
background-color: #D59DED;
}
</style>
border-color css
<style>
span { border-color: #D59DED; }
span { border-color: rgb(213,157,237); }
td.TdClassName
{
border-color: #D59DED;
}
.TagClassName
{
border-color: #D59DED;
}
</style>