Shades of Wisteria #D590E6
Tints of Wisteria #D590E6
RGB
CMYK
RGB Variations
Color information
#D590E6 (or 0xD590E6) is known color: Wisteria. HEX triplet: D5, 90 and E6. RGB value is (213,144,230). Sum of RGB (Red+Green+Blue) = 213+144+230=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #D590E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D590E6 is #2A6F19. Grayscale: #AEAEAE. Windows color (decimal): -2780954 or 15110357. OLE color: 15110357.
HSL color Cylindrical-coordinate representation of color #D590E6: hue angle of 288.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D590E6 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 144 | 230 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.10 |
| HSL | 288.14º | 0.63% | 0.73% | - |
| HSV(B) | 288.14º | 0.37% | 0.9% | - |
| XYZ | 51.7 | 39.81 | 79.82 | - |
| YUV | 174.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 230 | 0.07 | 0.37 | 0 | 0.10 | 288.14 | 0.63 | 0.73 |
| Hex | D5 | 90 | E6 | 7 | 25 | 0 | A | 120 | 3F | 49 |
| Octal | 325 | 220 | 346 | 7 | 45 | 0 | 12 | 440 | 77 | 111 |
| Binary | 11010101 | 10010000 | 11100110 | 111 | 100101 | 0 | 1010 | 100100000 | 111111 | 1001001 |
Color Harmonies of #D590E6
Complementary color
Monochromatic Colors of #D590E6
Black with #D590E6
Text Example
Text Example
White with #D590E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D590E6; }
p { color: rgb(213,144,230); }
H1.HeaderClassName
{
color: #D590E6;
}
.AnyTagClassName
{
color: #D590E6;
}
</style>
background-color css
<style>
a { background-color: #D590E6; }
a { background-color: rgb(213,144,230); }
div.DivClassName
{
background-color: #D590E6;
}
.BgClassName
{
background-color: #D590E6;
}
</style>
border-color css
<style>
span { border-color: #D590E6; }
span { border-color: rgb(213,144,230); }
td.TdClassName
{
border-color: #D590E6;
}
.TagClassName
{
border-color: #D590E6;
}
</style>