Shades of Wisteria #D19ADA
Tints of Wisteria #D19ADA
RGB
CMYK
RGB Variations
Color information
#D19ADA (or 0xD19ADA) is known color: Wisteria. HEX triplet: D1, 9A and DA. RGB value is (209,154,218). Sum of RGB (Red+Green+Blue) = 209+154+218=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #D19ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19ADA is #2E6525. Grayscale: #B1B1B1. Windows color (decimal): -3040550 or 14326481. OLE color: 14326481.
HSL color Cylindrical-coordinate representation of color #D19ADA: hue angle of 291.56º 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 #D19ADA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 154 | 218 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.15 |
| HSL | 291.56º | 0.46% | 0.73% | - |
| HSV(B) | 291.56º | 0.29% | 0.85% | - |
| XYZ | 50.5 | 41.73 | 71.72 | - |
| YUV | 177.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 218 | 0.04 | 0.29 | 0 | 0.15 | 291.56 | 0.46 | 0.73 |
| Hex | D1 | 9A | DA | 4 | 1D | 0 | F | 124 | 2E | 49 |
| Octal | 321 | 232 | 332 | 4 | 35 | 0 | 17 | 444 | 56 | 111 |
| Binary | 11010001 | 10011010 | 11011010 | 100 | 11101 | 0 | 1111 | 100100100 | 101110 | 1001001 |
Color Harmonies of #D19ADA
Complementary color
Monochromatic Colors of #D19ADA
Black with #D19ADA
Text Example
Text Example
White with #D19ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19ADA; }
p { color: rgb(209,154,218); }
H1.HeaderClassName
{
color: #D19ADA;
}
.AnyTagClassName
{
color: #D19ADA;
}
</style>
background-color css
<style>
a { background-color: #D19ADA; }
a { background-color: rgb(209,154,218); }
div.DivClassName
{
background-color: #D19ADA;
}
.BgClassName
{
background-color: #D19ADA;
}
</style>
border-color css
<style>
span { border-color: #D19ADA; }
span { border-color: rgb(209,154,218); }
td.TdClassName
{
border-color: #D19ADA;
}
.TagClassName
{
border-color: #D19ADA;
}
</style>