Shades of Wisteria #D190E5
Tints of Wisteria #D190E5
RGB
CMYK
RGB Variations
Color information
#D190E5 (or 0xD190E5) is known color: Wisteria. HEX triplet: D1, 90 and E5. RGB value is (209,144,229). Sum of RGB (Red+Green+Blue) = 209+144+229=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #D190E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190E5 is #2E6F1A. Grayscale: #ACACAC. Windows color (decimal): -3043099 or 15044817. OLE color: 15044817.
HSL color Cylindrical-coordinate representation of color #D190E5: hue angle of 285.88º degrees, saturation: 0.62, 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 #D190E5 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 144 | 229 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.10 |
| HSL | 285.88º | 0.62% | 0.73% | - |
| HSV(B) | 285.88º | 0.37% | 0.9% | - |
| XYZ | 50.41 | 39.16 | 79.03 | - |
| YUV | 173.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 229 | 0.09 | 0.37 | 0 | 0.10 | 285.88 | 0.62 | 0.73 |
| Hex | D1 | 90 | E5 | 9 | 25 | 0 | A | 11E | 3E | 49 |
| Octal | 321 | 220 | 345 | 11 | 45 | 0 | 12 | 436 | 76 | 111 |
| Binary | 11010001 | 10010000 | 11100101 | 1001 | 100101 | 0 | 1010 | 100011110 | 111110 | 1001001 |
Color Harmonies of #D190E5
Complementary color
Monochromatic Colors of #D190E5
Black with #D190E5
Text Example
Text Example
White with #D190E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190E5; }
p { color: rgb(209,144,229); }
H1.HeaderClassName
{
color: #D190E5;
}
.AnyTagClassName
{
color: #D190E5;
}
</style>
background-color css
<style>
a { background-color: #D190E5; }
a { background-color: rgb(209,144,229); }
div.DivClassName
{
background-color: #D190E5;
}
.BgClassName
{
background-color: #D190E5;
}
</style>
border-color css
<style>
span { border-color: #D190E5; }
span { border-color: rgb(209,144,229); }
td.TdClassName
{
border-color: #D190E5;
}
.TagClassName
{
border-color: #D190E5;
}
</style>