Shades of Wisteria #D19CDE
Tints of Wisteria #D19CDE
RGB
CMYK
RGB Variations
Color information
#D19CDE (or 0xD19CDE) is known color: Wisteria. HEX triplet: D1, 9C and DE. RGB value is (209,156,222). Sum of RGB (Red+Green+Blue) = 209+156+222=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D19CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CDE is #2E6321. Grayscale: #B3B3B3. Windows color (decimal): -3040034 or 14589137. OLE color: 14589137.
HSL color Cylindrical-coordinate representation of color #D19CDE: hue angle of 288.18º 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 #D19CDE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 156 | 222 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.13 |
| HSL | 288.18º | 0.5% | 0.74% | - |
| HSV(B) | 288.18º | 0.3% | 0.87% | - |
| XYZ | 51.37 | 42.61 | 74.62 | - |
| YUV | 179.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 222 | 0.06 | 0.30 | 0 | 0.13 | 288.18 | 0.5 | 0.74 |
| Hex | D1 | 9C | DE | 6 | 1E | 0 | D | 120 | 32 | 4A |
| Octal | 321 | 234 | 336 | 6 | 36 | 0 | 15 | 440 | 62 | 112 |
| Binary | 11010001 | 10011100 | 11011110 | 110 | 11110 | 0 | 1101 | 100100000 | 110010 | 1001010 |
Color Harmonies of #D19CDE
Complementary color
Monochromatic Colors of #D19CDE
Black with #D19CDE
Text Example
Text Example
White with #D19CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CDE; }
p { color: rgb(209,156,222); }
H1.HeaderClassName
{
color: #D19CDE;
}
.AnyTagClassName
{
color: #D19CDE;
}
</style>
background-color css
<style>
a { background-color: #D19CDE; }
a { background-color: rgb(209,156,222); }
div.DivClassName
{
background-color: #D19CDE;
}
.BgClassName
{
background-color: #D19CDE;
}
</style>
border-color css
<style>
span { border-color: #D19CDE; }
span { border-color: rgb(209,156,222); }
td.TdClassName
{
border-color: #D19CDE;
}
.TagClassName
{
border-color: #D19CDE;
}
</style>