Shades of Wisteria #D191E5
Tints of Wisteria #D191E5
RGB
CMYK
RGB Variations
Color information
#D191E5 (or 0xD191E5) is known color: Wisteria. HEX triplet: D1, 91 and E5. RGB value is (209,145,229). Sum of RGB (Red+Green+Blue) = 209+145+229=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #D191E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191E5 is #2E6E1A. Grayscale: #ADADAD. Windows color (decimal): -3042843 or 15045073. OLE color: 15045073.
HSL color Cylindrical-coordinate representation of color #D191E5: hue angle of 285.71º 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 #D191E5 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 145 | 229 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.10 |
| HSL | 285.71º | 0.62% | 0.73% | - |
| HSV(B) | 285.71º | 0.37% | 0.9% | - |
| XYZ | 50.56 | 39.46 | 79.08 | - |
| YUV | 173.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 229 | 0.09 | 0.37 | 0 | 0.10 | 285.71 | 0.62 | 0.73 |
| Hex | D1 | 91 | E5 | 9 | 25 | 0 | A | 11E | 3E | 49 |
| Octal | 321 | 221 | 345 | 11 | 45 | 0 | 12 | 436 | 76 | 111 |
| Binary | 11010001 | 10010001 | 11100101 | 1001 | 100101 | 0 | 1010 | 100011110 | 111110 | 1001001 |
Color Harmonies of #D191E5
Complementary color
Monochromatic Colors of #D191E5
Black with #D191E5
Text Example
Text Example
White with #D191E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191E5; }
p { color: rgb(209,145,229); }
H1.HeaderClassName
{
color: #D191E5;
}
.AnyTagClassName
{
color: #D191E5;
}
</style>
background-color css
<style>
a { background-color: #D191E5; }
a { background-color: rgb(209,145,229); }
div.DivClassName
{
background-color: #D191E5;
}
.BgClassName
{
background-color: #D191E5;
}
</style>
border-color css
<style>
span { border-color: #D191E5; }
span { border-color: rgb(209,145,229); }
td.TdClassName
{
border-color: #D191E5;
}
.TagClassName
{
border-color: #D191E5;
}
</style>