Shades of Wisteria #D590ED
Tints of Wisteria #D590ED
RGB
CMYK
RGB Variations
Color information
#D590ED (or 0xD590ED) is known color: Wisteria. HEX triplet: D5, 90 and ED. RGB value is (213,144,237). Sum of RGB (Red+Green+Blue) = 213+144+237=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #D590ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D590ED is #2A6F12. Grayscale: #AEAEAE. Windows color (decimal): -2780947 or 15569109. OLE color: 15569109.
HSL color Cylindrical-coordinate representation of color #D590ED: hue angle of 284.52º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D590ED is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 144 | 237 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.07 |
| HSL | 284.52º | 0.72% | 0.75% | - |
| HSV(B) | 284.52º | 0.39% | 0.93% | - |
| XYZ | 52.7 | 40.21 | 85.1 | - |
| YUV | 175.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 237 | 0.10 | 0.39 | 0 | 0.07 | 284.52 | 0.72 | 0.75 |
| Hex | D5 | 90 | ED | A | 27 | 0 | 7 | 11D | 48 | 4B |
| Octal | 325 | 220 | 355 | 12 | 47 | 0 | 7 | 435 | 110 | 113 |
| Binary | 11010101 | 10010000 | 11101101 | 1010 | 100111 | 0 | 111 | 100011101 | 1001000 | 1001011 |
Color Harmonies of #D590ED
Complementary color
Monochromatic Colors of #D590ED
Black with #D590ED
Text Example
Text Example
White with #D590ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D590ED; }
p { color: rgb(213,144,237); }
H1.HeaderClassName
{
color: #D590ED;
}
.AnyTagClassName
{
color: #D590ED;
}
</style>
background-color css
<style>
a { background-color: #D590ED; }
a { background-color: rgb(213,144,237); }
div.DivClassName
{
background-color: #D590ED;
}
.BgClassName
{
background-color: #D590ED;
}
</style>
border-color css
<style>
span { border-color: #D590ED; }
span { border-color: rgb(213,144,237); }
td.TdClassName
{
border-color: #D590ED;
}
.TagClassName
{
border-color: #D590ED;
}
</style>