Shades of Wisteria #D19EDA
Tints of Wisteria #D19EDA
RGB
CMYK
RGB Variations
Color information
#D19EDA (or 0xD19EDA) is known color: Wisteria. HEX triplet: D1, 9E and DA. RGB value is (209,158,218). Sum of RGB (Red+Green+Blue) = 209+158+218=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D19EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19EDA is #2E6125. Grayscale: #B3B3B3. Windows color (decimal): -3039526 or 14327505. OLE color: 14327505.
HSL color Cylindrical-coordinate representation of color #D19EDA: hue angle of 291º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19EDA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 158 | 218 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.15 |
| HSL | 291º | 0.45% | 0.74% | - |
| HSV(B) | 291º | 0.28% | 0.85% | - |
| XYZ | 51.18 | 43.07 | 71.95 | - |
| YUV | 180.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 218 | 0.04 | 0.28 | 0 | 0.15 | 291 | 0.45 | 0.74 |
| Hex | D1 | 9E | DA | 4 | 1C | 0 | F | 123 | 2D | 4A |
| Octal | 321 | 236 | 332 | 4 | 34 | 0 | 17 | 443 | 55 | 112 |
| Binary | 11010001 | 10011110 | 11011010 | 100 | 11100 | 0 | 1111 | 100100011 | 101101 | 1001010 |
Color Harmonies of #D19EDA
Complementary color
Monochromatic Colors of #D19EDA
Black with #D19EDA
Text Example
Text Example
White with #D19EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19EDA; }
p { color: rgb(209,158,218); }
H1.HeaderClassName
{
color: #D19EDA;
}
.AnyTagClassName
{
color: #D19EDA;
}
</style>
background-color css
<style>
a { background-color: #D19EDA; }
a { background-color: rgb(209,158,218); }
div.DivClassName
{
background-color: #D19EDA;
}
.BgClassName
{
background-color: #D19EDA;
}
</style>
border-color css
<style>
span { border-color: #D19EDA; }
span { border-color: rgb(209,158,218); }
td.TdClassName
{
border-color: #D19EDA;
}
.TagClassName
{
border-color: #D19EDA;
}
</style>