Shades of Wisteria #D19ADD
Tints of Wisteria #D19ADD
RGB
CMYK
RGB Variations
Color information
#D19ADD (or 0xD19ADD) is known color: Wisteria. HEX triplet: D1, 9A and DD. RGB value is (209,154,221). Sum of RGB (Red+Green+Blue) = 209+154+221=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D19ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19ADD is #2E6522. Grayscale: #B1B1B1. Windows color (decimal): -3040547 or 14523089. OLE color: 14523089.
HSL color Cylindrical-coordinate representation of color #D19ADD: hue angle of 289.25º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19ADD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 154 | 221 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.13 |
| HSL | 289.25º | 0.5% | 0.74% | - |
| HSV(B) | 289.25º | 0.3% | 0.87% | - |
| XYZ | 50.9 | 41.89 | 73.81 | - |
| YUV | 178.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 221 | 0.05 | 0.30 | 0 | 0.13 | 289.25 | 0.5 | 0.74 |
| Hex | D1 | 9A | DD | 5 | 1E | 0 | D | 121 | 32 | 4A |
| Octal | 321 | 232 | 335 | 5 | 36 | 0 | 15 | 441 | 62 | 112 |
| Binary | 11010001 | 10011010 | 11011101 | 101 | 11110 | 0 | 1101 | 100100001 | 110010 | 1001010 |
Color Harmonies of #D19ADD
Complementary color
Monochromatic Colors of #D19ADD
Black with #D19ADD
Text Example
Text Example
White with #D19ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19ADD; }
p { color: rgb(209,154,221); }
H1.HeaderClassName
{
color: #D19ADD;
}
.AnyTagClassName
{
color: #D19ADD;
}
</style>
background-color css
<style>
a { background-color: #D19ADD; }
a { background-color: rgb(209,154,221); }
div.DivClassName
{
background-color: #D19ADD;
}
.BgClassName
{
background-color: #D19ADD;
}
</style>
border-color css
<style>
span { border-color: #D19ADD; }
span { border-color: rgb(209,154,221); }
td.TdClassName
{
border-color: #D19ADD;
}
.TagClassName
{
border-color: #D19ADD;
}
</style>