Shades of Wisteria #D19BDE
Tints of Wisteria #D19BDE
RGB
CMYK
RGB Variations
Color information
#D19BDE (or 0xD19BDE) is known color: Wisteria. HEX triplet: D1, 9B and DE. RGB value is (209,155,222). Sum of RGB (Red+Green+Blue) = 209+155+222=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #D19BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BDE is #2E6421. Grayscale: #B2B2B2. Windows color (decimal): -3040290 or 14588881. OLE color: 14588881.
HSL color Cylindrical-coordinate representation of color #D19BDE: hue angle of 288.36º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19BDE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 155 | 222 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.13 |
| HSL | 288.36º | 0.5% | 0.74% | - |
| HSV(B) | 288.36º | 0.3% | 0.87% | - |
| XYZ | 51.2 | 42.27 | 74.57 | - |
| YUV | 178.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 222 | 0.06 | 0.30 | 0 | 0.13 | 288.36 | 0.5 | 0.74 |
| Hex | D1 | 9B | DE | 6 | 1E | 0 | D | 120 | 32 | 4A |
| Octal | 321 | 233 | 336 | 6 | 36 | 0 | 15 | 440 | 62 | 112 |
| Binary | 11010001 | 10011011 | 11011110 | 110 | 11110 | 0 | 1101 | 100100000 | 110010 | 1001010 |
Color Harmonies of #D19BDE
Complementary color
Monochromatic Colors of #D19BDE
Black with #D19BDE
Text Example
Text Example
White with #D19BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BDE; }
p { color: rgb(209,155,222); }
H1.HeaderClassName
{
color: #D19BDE;
}
.AnyTagClassName
{
color: #D19BDE;
}
</style>
background-color css
<style>
a { background-color: #D19BDE; }
a { background-color: rgb(209,155,222); }
div.DivClassName
{
background-color: #D19BDE;
}
.BgClassName
{
background-color: #D19BDE;
}
</style>
border-color css
<style>
span { border-color: #D19BDE; }
span { border-color: rgb(209,155,222); }
td.TdClassName
{
border-color: #D19BDE;
}
.TagClassName
{
border-color: #D19BDE;
}
</style>