Shades of Wisteria #D19CDB
Tints of Wisteria #D19CDB
RGB
CMYK
RGB Variations
Color information
#D19CDB (or 0xD19CDB) is known color: Wisteria. HEX triplet: D1, 9C and DB. RGB value is (209,156,219). Sum of RGB (Red+Green+Blue) = 209+156+219=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D19CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CDB is #2E6324. Grayscale: #B2B2B2. Windows color (decimal): -3040037 or 14392529. OLE color: 14392529.
HSL color Cylindrical-coordinate representation of color #D19CDB: hue angle of 290.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19CDB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 156 | 219 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.14 |
| HSL | 290.48º | 0.47% | 0.74% | - |
| HSV(B) | 290.48º | 0.29% | 0.86% | - |
| XYZ | 50.97 | 42.45 | 72.52 | - |
| YUV | 179.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 219 | 0.05 | 0.29 | 0 | 0.14 | 290.48 | 0.47 | 0.74 |
| Hex | D1 | 9C | DB | 5 | 1D | 0 | E | 122 | 2F | 4A |
| Octal | 321 | 234 | 333 | 5 | 35 | 0 | 16 | 442 | 57 | 112 |
| Binary | 11010001 | 10011100 | 11011011 | 101 | 11101 | 0 | 1110 | 100100010 | 101111 | 1001010 |
Color Harmonies of #D19CDB
Complementary color
Monochromatic Colors of #D19CDB
Black with #D19CDB
Text Example
Text Example
White with #D19CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CDB; }
p { color: rgb(209,156,219); }
H1.HeaderClassName
{
color: #D19CDB;
}
.AnyTagClassName
{
color: #D19CDB;
}
</style>
background-color css
<style>
a { background-color: #D19CDB; }
a { background-color: rgb(209,156,219); }
div.DivClassName
{
background-color: #D19CDB;
}
.BgClassName
{
background-color: #D19CDB;
}
</style>
border-color css
<style>
span { border-color: #D19CDB; }
span { border-color: rgb(209,156,219); }
td.TdClassName
{
border-color: #D19CDB;
}
.TagClassName
{
border-color: #D19CDB;
}
</style>