Shades of Wisteria #D19DDB
Tints of Wisteria #D19DDB
RGB
CMYK
RGB Variations
Color information
#D19DDB (or 0xD19DDB) is known color: Wisteria. HEX triplet: D1, 9D and DB. RGB value is (209,157,219). Sum of RGB (Red+Green+Blue) = 209+157+219=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #D19DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DDB is #2E6224. Grayscale: #B3B3B3. Windows color (decimal): -3039781 or 14392785. OLE color: 14392785.
HSL color Cylindrical-coordinate representation of color #D19DDB: hue angle of 290.32º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19DDB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 157 | 219 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.14 |
| HSL | 290.32º | 0.46% | 0.74% | - |
| HSV(B) | 290.32º | 0.28% | 0.86% | - |
| XYZ | 51.14 | 42.78 | 72.58 | - |
| YUV | 179.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 219 | 0.05 | 0.28 | 0 | 0.14 | 290.32 | 0.46 | 0.74 |
| Hex | D1 | 9D | DB | 5 | 1C | 0 | E | 122 | 2E | 4A |
| Octal | 321 | 235 | 333 | 5 | 34 | 0 | 16 | 442 | 56 | 112 |
| Binary | 11010001 | 10011101 | 11011011 | 101 | 11100 | 0 | 1110 | 100100010 | 101110 | 1001010 |
Color Harmonies of #D19DDB
Complementary color
Monochromatic Colors of #D19DDB
Black with #D19DDB
Text Example
Text Example
White with #D19DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DDB; }
p { color: rgb(209,157,219); }
H1.HeaderClassName
{
color: #D19DDB;
}
.AnyTagClassName
{
color: #D19DDB;
}
</style>
background-color css
<style>
a { background-color: #D19DDB; }
a { background-color: rgb(209,157,219); }
div.DivClassName
{
background-color: #D19DDB;
}
.BgClassName
{
background-color: #D19DDB;
}
</style>
border-color css
<style>
span { border-color: #D19DDB; }
span { border-color: rgb(209,157,219); }
td.TdClassName
{
border-color: #D19DDB;
}
.TagClassName
{
border-color: #D19DDB;
}
</style>