Shades of Wisteria #D59DEE
Tints of Wisteria #D59DEE
RGB
CMYK
RGB Variations
Color information
#D59DEE (or 0xD59DEE) is known color: Wisteria. HEX triplet: D5, 9D and EE. RGB value is (213,157,238). Sum of RGB (Red+Green+Blue) = 213+157+238=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #D59DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DEE is #2A6211. Grayscale: #B6B6B6. Windows color (decimal): -2777618 or 15637973. OLE color: 15637973.
HSL color Cylindrical-coordinate representation of color #D59DEE: hue angle of 281.48º degrees, saturation: 0.7, 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 #D59DEE is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 157 | 238 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.07 |
| HSL | 281.48º | 0.7% | 0.77% | - |
| HSV(B) | 281.48º | 0.34% | 0.93% | - |
| XYZ | 54.93 | 44.43 | 86.57 | - |
| YUV | 182.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 238 | 0.11 | 0.34 | 0 | 0.07 | 281.48 | 0.7 | 0.77 |
| Hex | D5 | 9D | EE | B | 22 | 0 | 7 | 119 | 46 | 4D |
| Octal | 325 | 235 | 356 | 13 | 42 | 0 | 7 | 431 | 106 | 115 |
| Binary | 11010101 | 10011101 | 11101110 | 1011 | 100010 | 0 | 111 | 100011001 | 1000110 | 1001101 |
Color Harmonies of #D59DEE
Complementary color
Monochromatic Colors of #D59DEE
Black with #D59DEE
Text Example
Text Example
White with #D59DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DEE; }
p { color: rgb(213,157,238); }
H1.HeaderClassName
{
color: #D59DEE;
}
.AnyTagClassName
{
color: #D59DEE;
}
</style>
background-color css
<style>
a { background-color: #D59DEE; }
a { background-color: rgb(213,157,238); }
div.DivClassName
{
background-color: #D59DEE;
}
.BgClassName
{
background-color: #D59DEE;
}
</style>
border-color css
<style>
span { border-color: #D59DEE; }
span { border-color: rgb(213,157,238); }
td.TdClassName
{
border-color: #D59DEE;
}
.TagClassName
{
border-color: #D59DEE;
}
</style>