Shades of Wisteria #D19DEE
Tints of Wisteria #D19DEE
RGB
CMYK
RGB Variations
Color information
#D19DEE (or 0xD19DEE) is known color: Wisteria. HEX triplet: D1, 9D and EE. RGB value is (209,157,238). Sum of RGB (Red+Green+Blue) = 209+157+238=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #D19DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19DEE is #2E6211. Grayscale: #B5B5B5. Windows color (decimal): -3039762 or 15637969. OLE color: 15637969.
HSL color Cylindrical-coordinate representation of color #D19DEE: hue angle of 278.52º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D19DEE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 157 | 238 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.07 |
| HSL | 278.52º | 0.7% | 0.77% | - |
| HSV(B) | 278.52º | 0.34% | 0.93% | - |
| XYZ | 53.78 | 43.84 | 86.52 | - |
| YUV | 181.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 238 | 0.12 | 0.34 | 0 | 0.07 | 278.52 | 0.7 | 0.77 |
| Hex | D1 | 9D | EE | C | 22 | 0 | 7 | 117 | 46 | 4D |
| Octal | 321 | 235 | 356 | 14 | 42 | 0 | 7 | 427 | 106 | 115 |
| Binary | 11010001 | 10011101 | 11101110 | 1100 | 100010 | 0 | 111 | 100010111 | 1000110 | 1001101 |
Color Harmonies of #D19DEE
Complementary color
Monochromatic Colors of #D19DEE
Black with #D19DEE
Text Example
Text Example
White with #D19DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DEE; }
p { color: rgb(209,157,238); }
H1.HeaderClassName
{
color: #D19DEE;
}
.AnyTagClassName
{
color: #D19DEE;
}
</style>
background-color css
<style>
a { background-color: #D19DEE; }
a { background-color: rgb(209,157,238); }
div.DivClassName
{
background-color: #D19DEE;
}
.BgClassName
{
background-color: #D19DEE;
}
</style>
border-color css
<style>
span { border-color: #D19DEE; }
span { border-color: rgb(209,157,238); }
td.TdClassName
{
border-color: #D19DEE;
}
.TagClassName
{
border-color: #D19DEE;
}
</style>