Shades of Wisteria #D19CDA
Tints of Wisteria #D19CDA
RGB
CMYK
RGB Variations
Color information
#D19CDA (or 0xD19CDA) is known color: Wisteria. HEX triplet: D1, 9C and DA. RGB value is (209,156,218). Sum of RGB (Red+Green+Blue) = 209+156+218=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D19CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CDA is #2E6325. Grayscale: #B2B2B2. Windows color (decimal): -3040038 or 14326993. OLE color: 14326993.
HSL color Cylindrical-coordinate representation of color #D19CDA: hue angle of 291.29º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19CDA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 156 | 218 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.15 |
| HSL | 291.29º | 0.46% | 0.73% | - |
| HSV(B) | 291.29º | 0.28% | 0.85% | - |
| XYZ | 50.84 | 42.39 | 71.83 | - |
| YUV | 178.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 218 | 0.04 | 0.28 | 0 | 0.15 | 291.29 | 0.46 | 0.73 |
| Hex | D1 | 9C | DA | 4 | 1C | 0 | F | 123 | 2E | 49 |
| Octal | 321 | 234 | 332 | 4 | 34 | 0 | 17 | 443 | 56 | 111 |
| Binary | 11010001 | 10011100 | 11011010 | 100 | 11100 | 0 | 1111 | 100100011 | 101110 | 1001001 |
Color Harmonies of #D19CDA
Complementary color
Monochromatic Colors of #D19CDA
Black with #D19CDA
Text Example
Text Example
White with #D19CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CDA; }
p { color: rgb(209,156,218); }
H1.HeaderClassName
{
color: #D19CDA;
}
.AnyTagClassName
{
color: #D19CDA;
}
</style>
background-color css
<style>
a { background-color: #D19CDA; }
a { background-color: rgb(209,156,218); }
div.DivClassName
{
background-color: #D19CDA;
}
.BgClassName
{
background-color: #D19CDA;
}
</style>
border-color css
<style>
span { border-color: #D19CDA; }
span { border-color: rgb(209,156,218); }
td.TdClassName
{
border-color: #D19CDA;
}
.TagClassName
{
border-color: #D19CDA;
}
</style>