Shades of Wisteria #D19ADE
Tints of Wisteria #D19ADE
RGB
CMYK
RGB Variations
Color information
#D19ADE (or 0xD19ADE) is known color: Wisteria. HEX triplet: D1, 9A and DE. RGB value is (209,154,222). Sum of RGB (Red+Green+Blue) = 209+154+222=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #D19ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19ADE is #2E6521. Grayscale: #B1B1B1. Windows color (decimal): -3040546 or 14588625. OLE color: 14588625.
HSL color Cylindrical-coordinate representation of color #D19ADE: hue angle of 288.53º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D19ADE is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 154 | 222 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.13 |
| HSL | 288.53º | 0.51% | 0.74% | - |
| HSV(B) | 288.53º | 0.31% | 0.87% | - |
| XYZ | 51.03 | 41.94 | 74.51 | - |
| YUV | 178.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 222 | 0.06 | 0.31 | 0 | 0.13 | 288.53 | 0.51 | 0.74 |
| Hex | D1 | 9A | DE | 6 | 1F | 0 | D | 121 | 33 | 4A |
| Octal | 321 | 232 | 336 | 6 | 37 | 0 | 15 | 441 | 63 | 112 |
| Binary | 11010001 | 10011010 | 11011110 | 110 | 11111 | 0 | 1101 | 100100001 | 110011 | 1001010 |
Color Harmonies of #D19ADE
Complementary color
Monochromatic Colors of #D19ADE
Black with #D19ADE
Text Example
Text Example
White with #D19ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19ADE; }
p { color: rgb(209,154,222); }
H1.HeaderClassName
{
color: #D19ADE;
}
.AnyTagClassName
{
color: #D19ADE;
}
</style>
background-color css
<style>
a { background-color: #D19ADE; }
a { background-color: rgb(209,154,222); }
div.DivClassName
{
background-color: #D19ADE;
}
.BgClassName
{
background-color: #D19ADE;
}
</style>
border-color css
<style>
span { border-color: #D19ADE; }
span { border-color: rgb(209,154,222); }
td.TdClassName
{
border-color: #D19ADE;
}
.TagClassName
{
border-color: #D19ADE;
}
</style>