Shades of Wisteria #D19BDA
Tints of Wisteria #D19BDA
RGB
CMYK
RGB Variations
Color information
#D19BDA (or 0xD19BDA) is known color: Wisteria. HEX triplet: D1, 9B and DA. RGB value is (209,155,218). Sum of RGB (Red+Green+Blue) = 209+155+218=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #D19BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BDA is #2E6425. Grayscale: #B2B2B2. Windows color (decimal): -3040294 or 14326737. OLE color: 14326737.
HSL color Cylindrical-coordinate representation of color #D19BDA: hue angle of 291.43º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19BDA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 155 | 218 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.15 |
| HSL | 291.43º | 0.46% | 0.73% | - |
| HSV(B) | 291.43º | 0.29% | 0.85% | - |
| XYZ | 50.67 | 42.06 | 71.78 | - |
| YUV | 178.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 218 | 0.04 | 0.29 | 0 | 0.15 | 291.43 | 0.46 | 0.73 |
| Hex | D1 | 9B | DA | 4 | 1D | 0 | F | 123 | 2E | 49 |
| Octal | 321 | 233 | 332 | 4 | 35 | 0 | 17 | 443 | 56 | 111 |
| Binary | 11010001 | 10011011 | 11011010 | 100 | 11101 | 0 | 1111 | 100100011 | 101110 | 1001001 |
Color Harmonies of #D19BDA
Complementary color
Monochromatic Colors of #D19BDA
Black with #D19BDA
Text Example
Text Example
White with #D19BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BDA; }
p { color: rgb(209,155,218); }
H1.HeaderClassName
{
color: #D19BDA;
}
.AnyTagClassName
{
color: #D19BDA;
}
</style>
background-color css
<style>
a { background-color: #D19BDA; }
a { background-color: rgb(209,155,218); }
div.DivClassName
{
background-color: #D19BDA;
}
.BgClassName
{
background-color: #D19BDA;
}
</style>
border-color css
<style>
span { border-color: #D19BDA; }
span { border-color: rgb(209,155,218); }
td.TdClassName
{
border-color: #D19BDA;
}
.TagClassName
{
border-color: #D19BDA;
}
</style>