Shades of Wisteria #D19DDA
Tints of Wisteria #D19DDA
RGB
CMYK
RGB Variations
Color information
#D19DDA (or 0xD19DDA) is known color: Wisteria. HEX triplet: D1, 9D and DA. RGB value is (209,157,218). Sum of RGB (Red+Green+Blue) = 209+157+218=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #D19DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DDA is #2E6225. Grayscale: #B3B3B3. Windows color (decimal): -3039782 or 14327249. OLE color: 14327249.
HSL color Cylindrical-coordinate representation of color #D19DDA: hue angle of 291.15º 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 #D19DDA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 157 | 218 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.15 |
| HSL | 291.15º | 0.45% | 0.74% | - |
| HSV(B) | 291.15º | 0.28% | 0.85% | - |
| XYZ | 51.01 | 42.73 | 71.89 | - |
| YUV | 179.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 218 | 0.04 | 0.28 | 0 | 0.15 | 291.15 | 0.45 | 0.74 |
| Hex | D1 | 9D | DA | 4 | 1C | 0 | F | 123 | 2D | 4A |
| Octal | 321 | 235 | 332 | 4 | 34 | 0 | 17 | 443 | 55 | 112 |
| Binary | 11010001 | 10011101 | 11011010 | 100 | 11100 | 0 | 1111 | 100100011 | 101101 | 1001010 |
Color Harmonies of #D19DDA
Complementary color
Monochromatic Colors of #D19DDA
Black with #D19DDA
Text Example
Text Example
White with #D19DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DDA; }
p { color: rgb(209,157,218); }
H1.HeaderClassName
{
color: #D19DDA;
}
.AnyTagClassName
{
color: #D19DDA;
}
</style>
background-color css
<style>
a { background-color: #D19DDA; }
a { background-color: rgb(209,157,218); }
div.DivClassName
{
background-color: #D19DDA;
}
.BgClassName
{
background-color: #D19DDA;
}
</style>
border-color css
<style>
span { border-color: #D19DDA; }
span { border-color: rgb(209,157,218); }
td.TdClassName
{
border-color: #D19DDA;
}
.TagClassName
{
border-color: #D19DDA;
}
</style>