Shades of Wisteria #D19BE1
Tints of Wisteria #D19BE1
RGB
CMYK
RGB Variations
Color information
#D19BE1 (or 0xD19BE1) is known color: Wisteria. HEX triplet: D1, 9B and E1. RGB value is (209,155,225). Sum of RGB (Red+Green+Blue) = 209+155+225=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #D19BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BE1 is #2E641E. Grayscale: #B2B2B2. Windows color (decimal): -3040287 or 14785489. OLE color: 14785489.
HSL color Cylindrical-coordinate representation of color #D19BE1: hue angle of 286.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D19BE1 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 155 | 225 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.12 |
| HSL | 286.29º | 0.54% | 0.75% | - |
| HSV(B) | 286.29º | 0.31% | 0.88% | - |
| XYZ | 51.61 | 42.43 | 76.7 | - |
| YUV | 179.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 225 | 0.07 | 0.31 | 0 | 0.12 | 286.29 | 0.54 | 0.75 |
| Hex | D1 | 9B | E1 | 7 | 1F | 0 | C | 11E | 36 | 4B |
| Octal | 321 | 233 | 341 | 7 | 37 | 0 | 14 | 436 | 66 | 113 |
| Binary | 11010001 | 10011011 | 11100001 | 111 | 11111 | 0 | 1100 | 100011110 | 110110 | 1001011 |
Color Harmonies of #D19BE1
Complementary color
Monochromatic Colors of #D19BE1
Black with #D19BE1
Text Example
Text Example
White with #D19BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BE1; }
p { color: rgb(209,155,225); }
H1.HeaderClassName
{
color: #D19BE1;
}
.AnyTagClassName
{
color: #D19BE1;
}
</style>
background-color css
<style>
a { background-color: #D19BE1; }
a { background-color: rgb(209,155,225); }
div.DivClassName
{
background-color: #D19BE1;
}
.BgClassName
{
background-color: #D19BE1;
}
</style>
border-color css
<style>
span { border-color: #D19BE1; }
span { border-color: rgb(209,155,225); }
td.TdClassName
{
border-color: #D19BE1;
}
.TagClassName
{
border-color: #D19BE1;
}
</style>