Shades of Wisteria #D19DE1
Tints of Wisteria #D19DE1
RGB
CMYK
RGB Variations
Color information
#D19DE1 (or 0xD19DE1) is known color: Wisteria. HEX triplet: D1, 9D and E1. RGB value is (209,157,225). Sum of RGB (Red+Green+Blue) = 209+157+225=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #D19DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DE1 is #2E621E. Grayscale: #B4B4B4. Windows color (decimal): -3039775 or 14786001. OLE color: 14786001.
HSL color Cylindrical-coordinate representation of color #D19DE1: hue angle of 285.88º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19DE1 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 157 | 225 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.12 |
| HSL | 285.88º | 0.53% | 0.75% | - |
| HSV(B) | 285.88º | 0.3% | 0.88% | - |
| XYZ | 51.94 | 43.11 | 76.82 | - |
| YUV | 180.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 225 | 0.07 | 0.30 | 0 | 0.12 | 285.88 | 0.53 | 0.75 |
| Hex | D1 | 9D | E1 | 7 | 1E | 0 | C | 11E | 35 | 4B |
| Octal | 321 | 235 | 341 | 7 | 36 | 0 | 14 | 436 | 65 | 113 |
| Binary | 11010001 | 10011101 | 11100001 | 111 | 11110 | 0 | 1100 | 100011110 | 110101 | 1001011 |
Color Harmonies of #D19DE1
Complementary color
Monochromatic Colors of #D19DE1
Black with #D19DE1
Text Example
Text Example
White with #D19DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DE1; }
p { color: rgb(209,157,225); }
H1.HeaderClassName
{
color: #D19DE1;
}
.AnyTagClassName
{
color: #D19DE1;
}
</style>
background-color css
<style>
a { background-color: #D19DE1; }
a { background-color: rgb(209,157,225); }
div.DivClassName
{
background-color: #D19DE1;
}
.BgClassName
{
background-color: #D19DE1;
}
</style>
border-color css
<style>
span { border-color: #D19DE1; }
span { border-color: rgb(209,157,225); }
td.TdClassName
{
border-color: #D19DE1;
}
.TagClassName
{
border-color: #D19DE1;
}
</style>