Shades of Wisteria #D590F5
Tints of Wisteria #D590F5
RGB
CMYK
RGB Variations
Color information
#D590F5 (or 0xD590F5) is known color: Wisteria. HEX triplet: D5, 90 and F5. RGB value is (213,144,245). Sum of RGB (Red+Green+Blue) = 213+144+245=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 245 - color contains mainly: blue. Hex color #D590F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D590F5 is #2A6F0A. Grayscale: #AFAFAF. Windows color (decimal): -2780939 or 16093397. OLE color: 16093397.
HSL color Cylindrical-coordinate representation of color #D590F5: hue angle of 280.99º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D590F5 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 144 | 245 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.04 |
| HSL | 280.99º | 0.83% | 0.76% | - |
| HSV(B) | 280.99º | 0.41% | 0.96% | - |
| XYZ | 53.9 | 40.69 | 91.4 | - |
| YUV | 176.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 245 | 0.13 | 0.41 | 0 | 0.04 | 280.99 | 0.83 | 0.76 |
| Hex | D5 | 90 | F5 | D | 29 | 0 | 4 | 119 | 53 | 4C |
| Octal | 325 | 220 | 365 | 15 | 51 | 0 | 4 | 431 | 123 | 114 |
| Binary | 11010101 | 10010000 | 11110101 | 1101 | 101001 | 0 | 100 | 100011001 | 1010011 | 1001100 |
Color Harmonies of #D590F5
Complementary color
Monochromatic Colors of #D590F5
Black with #D590F5
Text Example
Text Example
White with #D590F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D590F5; }
p { color: rgb(213,144,245); }
H1.HeaderClassName
{
color: #D590F5;
}
.AnyTagClassName
{
color: #D590F5;
}
</style>
background-color css
<style>
a { background-color: #D590F5; }
a { background-color: rgb(213,144,245); }
div.DivClassName
{
background-color: #D590F5;
}
.BgClassName
{
background-color: #D590F5;
}
</style>
border-color css
<style>
span { border-color: #D590F5; }
span { border-color: rgb(213,144,245); }
td.TdClassName
{
border-color: #D590F5;
}
.TagClassName
{
border-color: #D590F5;
}
</style>