Shades of Wisteria #D59DEA
Tints of Wisteria #D59DEA
RGB
CMYK
RGB Variations
Color information
#D59DEA (or 0xD59DEA) is known color: Wisteria. HEX triplet: D5, 9D and EA. RGB value is (213,157,234). Sum of RGB (Red+Green+Blue) = 213+157+234=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #D59DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DEA is #2A6215. Grayscale: #B6B6B6. Windows color (decimal): -2777622 or 15375829. OLE color: 15375829.
HSL color Cylindrical-coordinate representation of color #D59DEA: hue angle of 283.64º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D59DEA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 157 | 234 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.08 |
| HSL | 283.64º | 0.65% | 0.77% | - |
| HSV(B) | 283.64º | 0.33% | 0.92% | - |
| XYZ | 54.35 | 44.2 | 83.51 | - |
| YUV | 182.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 234 | 0.09 | 0.33 | 0 | 0.08 | 283.64 | 0.65 | 0.77 |
| Hex | D5 | 9D | EA | 9 | 21 | 0 | 8 | 11C | 41 | 4D |
| Octal | 325 | 235 | 352 | 11 | 41 | 0 | 10 | 434 | 101 | 115 |
| Binary | 11010101 | 10011101 | 11101010 | 1001 | 100001 | 0 | 1000 | 100011100 | 1000001 | 1001101 |
Color Harmonies of #D59DEA
Complementary color
Monochromatic Colors of #D59DEA
Black with #D59DEA
Text Example
Text Example
White with #D59DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DEA; }
p { color: rgb(213,157,234); }
H1.HeaderClassName
{
color: #D59DEA;
}
.AnyTagClassName
{
color: #D59DEA;
}
</style>
background-color css
<style>
a { background-color: #D59DEA; }
a { background-color: rgb(213,157,234); }
div.DivClassName
{
background-color: #D59DEA;
}
.BgClassName
{
background-color: #D59DEA;
}
</style>
border-color css
<style>
span { border-color: #D59DEA; }
span { border-color: rgb(213,157,234); }
td.TdClassName
{
border-color: #D59DEA;
}
.TagClassName
{
border-color: #D59DEA;
}
</style>