Shades of Wisteria #D19EDE
Tints of Wisteria #D19EDE
RGB
CMYK
RGB Variations
Color information
#D19EDE (or 0xD19EDE) is known color: Wisteria. HEX triplet: D1, 9E and DE. RGB value is (209,158,222). Sum of RGB (Red+Green+Blue) = 209+158+222=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #D19EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19EDE is #2E6121. Grayscale: #B4B4B4. Windows color (decimal): -3039522 or 14589649. OLE color: 14589649.
HSL color Cylindrical-coordinate representation of color #D19EDE: hue angle of 287.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19EDE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 158 | 222 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.13 |
| HSL | 287.81º | 0.49% | 0.75% | - |
| HSV(B) | 287.81º | 0.29% | 0.87% | - |
| XYZ | 51.71 | 43.28 | 74.74 | - |
| YUV | 180.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 222 | 0.06 | 0.29 | 0 | 0.13 | 287.81 | 0.49 | 0.75 |
| Hex | D1 | 9E | DE | 6 | 1D | 0 | D | 120 | 31 | 4B |
| Octal | 321 | 236 | 336 | 6 | 35 | 0 | 15 | 440 | 61 | 113 |
| Binary | 11010001 | 10011110 | 11011110 | 110 | 11101 | 0 | 1101 | 100100000 | 110001 | 1001011 |
Color Harmonies of #D19EDE
Complementary color
Monochromatic Colors of #D19EDE
Black with #D19EDE
Text Example
Text Example
White with #D19EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19EDE; }
p { color: rgb(209,158,222); }
H1.HeaderClassName
{
color: #D19EDE;
}
.AnyTagClassName
{
color: #D19EDE;
}
</style>
background-color css
<style>
a { background-color: #D19EDE; }
a { background-color: rgb(209,158,222); }
div.DivClassName
{
background-color: #D19EDE;
}
.BgClassName
{
background-color: #D19EDE;
}
</style>
border-color css
<style>
span { border-color: #D19EDE; }
span { border-color: rgb(209,158,222); }
td.TdClassName
{
border-color: #D19EDE;
}
.TagClassName
{
border-color: #D19EDE;
}
</style>