Shades of Wisteria #D19DED
Tints of Wisteria #D19DED
RGB
CMYK
RGB Variations
Color information
#D19DED (or 0xD19DED) is known color: Wisteria. HEX triplet: D1, 9D and ED. RGB value is (209,157,237). Sum of RGB (Red+Green+Blue) = 209+157+237=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #D19DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19DED is #2E6212. Grayscale: #B5B5B5. Windows color (decimal): -3039763 or 15572433. OLE color: 15572433.
HSL color Cylindrical-coordinate representation of color #D19DED: hue angle of 279º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D19DED is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 157 | 237 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.07 |
| HSL | 279º | 0.69% | 0.77% | - |
| HSV(B) | 279º | 0.34% | 0.93% | - |
| XYZ | 53.64 | 43.78 | 85.74 | - |
| YUV | 181.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 237 | 0.12 | 0.34 | 0 | 0.07 | 279 | 0.69 | 0.77 |
| Hex | D1 | 9D | ED | C | 22 | 0 | 7 | 117 | 45 | 4D |
| Octal | 321 | 235 | 355 | 14 | 42 | 0 | 7 | 427 | 105 | 115 |
| Binary | 11010001 | 10011101 | 11101101 | 1100 | 100010 | 0 | 111 | 100010111 | 1000101 | 1001101 |
Color Harmonies of #D19DED
Complementary color
Monochromatic Colors of #D19DED
Black with #D19DED
Text Example
Text Example
White with #D19DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DED; }
p { color: rgb(209,157,237); }
H1.HeaderClassName
{
color: #D19DED;
}
.AnyTagClassName
{
color: #D19DED;
}
</style>
background-color css
<style>
a { background-color: #D19DED; }
a { background-color: rgb(209,157,237); }
div.DivClassName
{
background-color: #D19DED;
}
.BgClassName
{
background-color: #D19DED;
}
</style>
border-color css
<style>
span { border-color: #D19DED; }
span { border-color: rgb(209,157,237); }
td.TdClassName
{
border-color: #D19DED;
}
.TagClassName
{
border-color: #D19DED;
}
</style>