Shades of Wisteria #D19EDC
Tints of Wisteria #D19EDC
RGB
CMYK
RGB Variations
Color information
#D19EDC (or 0xD19EDC) is known color: Wisteria. HEX triplet: D1, 9E and DC. RGB value is (209,158,220). Sum of RGB (Red+Green+Blue) = 209+158+220=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #D19EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19EDC is #2E6123. Grayscale: #B4B4B4. Windows color (decimal): -3039524 or 14458577. OLE color: 14458577.
HSL color Cylindrical-coordinate representation of color #D19EDC: hue angle of 289.35º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19EDC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 158 | 220 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.14 |
| HSL | 289.35º | 0.47% | 0.74% | - |
| HSV(B) | 289.35º | 0.28% | 0.86% | - |
| XYZ | 51.44 | 43.18 | 73.33 | - |
| YUV | 180.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 220 | 0.05 | 0.28 | 0 | 0.14 | 289.35 | 0.47 | 0.74 |
| Hex | D1 | 9E | DC | 5 | 1C | 0 | E | 121 | 2F | 4A |
| Octal | 321 | 236 | 334 | 5 | 34 | 0 | 16 | 441 | 57 | 112 |
| Binary | 11010001 | 10011110 | 11011100 | 101 | 11100 | 0 | 1110 | 100100001 | 101111 | 1001010 |
Color Harmonies of #D19EDC
Complementary color
Monochromatic Colors of #D19EDC
Black with #D19EDC
Text Example
Text Example
White with #D19EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19EDC; }
p { color: rgb(209,158,220); }
H1.HeaderClassName
{
color: #D19EDC;
}
.AnyTagClassName
{
color: #D19EDC;
}
</style>
background-color css
<style>
a { background-color: #D19EDC; }
a { background-color: rgb(209,158,220); }
div.DivClassName
{
background-color: #D19EDC;
}
.BgClassName
{
background-color: #D19EDC;
}
</style>
border-color css
<style>
span { border-color: #D19EDC; }
span { border-color: rgb(209,158,220); }
td.TdClassName
{
border-color: #D19EDC;
}
.TagClassName
{
border-color: #D19EDC;
}
</style>