Shades of Wisteria #D19DDE
Tints of Wisteria #D19DDE
RGB
CMYK
RGB Variations
Color information
#D19DDE (or 0xD19DDE) is known color: Wisteria. HEX triplet: D1, 9D and DE. RGB value is (209,157,222). Sum of RGB (Red+Green+Blue) = 209+157+222=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #D19DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DDE is #2E6221. Grayscale: #B3B3B3. Windows color (decimal): -3039778 or 14589393. OLE color: 14589393.
HSL color Cylindrical-coordinate representation of color #D19DDE: hue angle of 288º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19DDE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 157 | 222 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.13 |
| HSL | 288º | 0.5% | 0.74% | - |
| HSV(B) | 288º | 0.29% | 0.87% | - |
| XYZ | 51.54 | 42.94 | 74.68 | - |
| YUV | 179.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 222 | 0.06 | 0.29 | 0 | 0.13 | 288 | 0.5 | 0.74 |
| Hex | D1 | 9D | DE | 6 | 1D | 0 | D | 120 | 32 | 4A |
| Octal | 321 | 235 | 336 | 6 | 35 | 0 | 15 | 440 | 62 | 112 |
| Binary | 11010001 | 10011101 | 11011110 | 110 | 11101 | 0 | 1101 | 100100000 | 110010 | 1001010 |
Color Harmonies of #D19DDE
Complementary color
Monochromatic Colors of #D19DDE
Black with #D19DDE
Text Example
Text Example
White with #D19DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DDE; }
p { color: rgb(209,157,222); }
H1.HeaderClassName
{
color: #D19DDE;
}
.AnyTagClassName
{
color: #D19DDE;
}
</style>
background-color css
<style>
a { background-color: #D19DDE; }
a { background-color: rgb(209,157,222); }
div.DivClassName
{
background-color: #D19DDE;
}
.BgClassName
{
background-color: #D19DDE;
}
</style>
border-color css
<style>
span { border-color: #D19DDE; }
span { border-color: rgb(209,157,222); }
td.TdClassName
{
border-color: #D19DDE;
}
.TagClassName
{
border-color: #D19DDE;
}
</style>