Shades of Wisteria #D19AE1
Tints of Wisteria #D19AE1
RGB
CMYK
RGB Variations
Color information
#D19AE1 (or 0xD19AE1) is known color: Wisteria. HEX triplet: D1, 9A and E1. RGB value is (209,154,225). Sum of RGB (Red+Green+Blue) = 209+154+225=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #D19AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19AE1 is #2E651E. Grayscale: #B2B2B2. Windows color (decimal): -3040543 or 14785233. OLE color: 14785233.
HSL color Cylindrical-coordinate representation of color #D19AE1: hue angle of 286.48º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D19AE1 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 154 | 225 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.12 |
| HSL | 286.48º | 0.54% | 0.74% | - |
| HSV(B) | 286.48º | 0.32% | 0.88% | - |
| XYZ | 51.44 | 42.1 | 76.65 | - |
| YUV | 178.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 225 | 0.07 | 0.32 | 0 | 0.12 | 286.48 | 0.54 | 0.74 |
| Hex | D1 | 9A | E1 | 7 | 20 | 0 | C | 11E | 36 | 4A |
| Octal | 321 | 232 | 341 | 7 | 40 | 0 | 14 | 436 | 66 | 112 |
| Binary | 11010001 | 10011010 | 11100001 | 111 | 100000 | 0 | 1100 | 100011110 | 110110 | 1001010 |
Color Harmonies of #D19AE1
Complementary color
Monochromatic Colors of #D19AE1
Black with #D19AE1
Text Example
Text Example
White with #D19AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AE1; }
p { color: rgb(209,154,225); }
H1.HeaderClassName
{
color: #D19AE1;
}
.AnyTagClassName
{
color: #D19AE1;
}
</style>
background-color css
<style>
a { background-color: #D19AE1; }
a { background-color: rgb(209,154,225); }
div.DivClassName
{
background-color: #D19AE1;
}
.BgClassName
{
background-color: #D19AE1;
}
</style>
border-color css
<style>
span { border-color: #D19AE1; }
span { border-color: rgb(209,154,225); }
td.TdClassName
{
border-color: #D19AE1;
}
.TagClassName
{
border-color: #D19AE1;
}
</style>