Shades of Wisteria #D192E9
Tints of Wisteria #D192E9
RGB
CMYK
RGB Variations
Color information
#D192E9 (or 0xD192E9) is known color: Wisteria. HEX triplet: D1, 92 and E9. RGB value is (209,146,233). Sum of RGB (Red+Green+Blue) = 209+146+233=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #D192E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192E9 is #2E6D16. Grayscale: #AEAEAE. Windows color (decimal): -3042583 or 15307473. OLE color: 15307473.
HSL color Cylindrical-coordinate representation of color #D192E9: hue angle of 283.45º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D192E9 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 146 | 233 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.09 |
| HSL | 283.45º | 0.66% | 0.74% | - |
| HSV(B) | 283.45º | 0.37% | 0.91% | - |
| XYZ | 51.28 | 40 | 82.11 | - |
| YUV | 174.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 233 | 0.10 | 0.37 | 0 | 0.09 | 283.45 | 0.66 | 0.74 |
| Hex | D1 | 92 | E9 | A | 25 | 0 | 9 | 11B | 42 | 4A |
| Octal | 321 | 222 | 351 | 12 | 45 | 0 | 11 | 433 | 102 | 112 |
| Binary | 11010001 | 10010010 | 11101001 | 1010 | 100101 | 0 | 1001 | 100011011 | 1000010 | 1001010 |
Color Harmonies of #D192E9
Complementary color
Monochromatic Colors of #D192E9
Black with #D192E9
Text Example
Text Example
White with #D192E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192E9; }
p { color: rgb(209,146,233); }
H1.HeaderClassName
{
color: #D192E9;
}
.AnyTagClassName
{
color: #D192E9;
}
</style>
background-color css
<style>
a { background-color: #D192E9; }
a { background-color: rgb(209,146,233); }
div.DivClassName
{
background-color: #D192E9;
}
.BgClassName
{
background-color: #D192E9;
}
</style>
border-color css
<style>
span { border-color: #D192E9; }
span { border-color: rgb(209,146,233); }
td.TdClassName
{
border-color: #D192E9;
}
.TagClassName
{
border-color: #D192E9;
}
</style>