Shades of Wisteria #D192EB
Tints of Wisteria #D192EB
RGB
CMYK
RGB Variations
Color information
#D192EB (or 0xD192EB) is known color: Wisteria. HEX triplet: D1, 92 and EB. RGB value is (209,146,235). Sum of RGB (Red+Green+Blue) = 209+146+235=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #D192EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192EB is #2E6D14. Grayscale: #AEAEAE. Windows color (decimal): -3042581 or 15438545. OLE color: 15438545.
HSL color Cylindrical-coordinate representation of color #D192EB: hue angle of 282.47º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D192EB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 146 | 235 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.08 |
| HSL | 282.47º | 0.69% | 0.75% | - |
| HSV(B) | 282.47º | 0.38% | 0.92% | - |
| XYZ | 51.57 | 40.11 | 83.62 | - |
| YUV | 174.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 235 | 0.11 | 0.38 | 0 | 0.08 | 282.47 | 0.69 | 0.75 |
| Hex | D1 | 92 | EB | B | 26 | 0 | 8 | 11A | 45 | 4B |
| Octal | 321 | 222 | 353 | 13 | 46 | 0 | 10 | 432 | 105 | 113 |
| Binary | 11010001 | 10010010 | 11101011 | 1011 | 100110 | 0 | 1000 | 100011010 | 1000101 | 1001011 |
Color Harmonies of #D192EB
Complementary color
Monochromatic Colors of #D192EB
Black with #D192EB
Text Example
Text Example
White with #D192EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192EB; }
p { color: rgb(209,146,235); }
H1.HeaderClassName
{
color: #D192EB;
}
.AnyTagClassName
{
color: #D192EB;
}
</style>
background-color css
<style>
a { background-color: #D192EB; }
a { background-color: rgb(209,146,235); }
div.DivClassName
{
background-color: #D192EB;
}
.BgClassName
{
background-color: #D192EB;
}
</style>
border-color css
<style>
span { border-color: #D192EB; }
span { border-color: rgb(209,146,235); }
td.TdClassName
{
border-color: #D192EB;
}
.TagClassName
{
border-color: #D192EB;
}
</style>