Shades of Wisteria #D18DDD
Tints of Wisteria #D18DDD
RGB
CMYK
RGB Variations
Color information
#D18DDD (or 0xD18DDD) is known color: Wisteria. HEX triplet: D1, 8D and DD. RGB value is (209,141,221). Sum of RGB (Red+Green+Blue) = 209+141+221=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D18DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DDD is #2E7222. Grayscale: #AAAAAA. Windows color (decimal): -3043875 or 14519761. OLE color: 14519761.
HSL color Cylindrical-coordinate representation of color #D18DDD: hue angle of 291º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18DDD is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 141 | 221 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.13 |
| HSL | 291º | 0.54% | 0.71% | - |
| HSV(B) | 291º | 0.36% | 0.87% | - |
| XYZ | 48.87 | 37.83 | 73.13 | - |
| YUV | 170.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 221 | 0.05 | 0.36 | 0 | 0.13 | 291 | 0.54 | 0.71 |
| Hex | D1 | 8D | DD | 5 | 24 | 0 | D | 123 | 36 | 47 |
| Octal | 321 | 215 | 335 | 5 | 44 | 0 | 15 | 443 | 66 | 107 |
| Binary | 11010001 | 10001101 | 11011101 | 101 | 100100 | 0 | 1101 | 100100011 | 110110 | 1000111 |
Color Harmonies of #D18DDD
Complementary color
Monochromatic Colors of #D18DDD
Black with #D18DDD
Text Example
Text Example
White with #D18DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18DDD; }
p { color: rgb(209,141,221); }
H1.HeaderClassName
{
color: #D18DDD;
}
.AnyTagClassName
{
color: #D18DDD;
}
</style>
background-color css
<style>
a { background-color: #D18DDD; }
a { background-color: rgb(209,141,221); }
div.DivClassName
{
background-color: #D18DDD;
}
.BgClassName
{
background-color: #D18DDD;
}
</style>
border-color css
<style>
span { border-color: #D18DDD; }
span { border-color: rgb(209,141,221); }
td.TdClassName
{
border-color: #D18DDD;
}
.TagClassName
{
border-color: #D18DDD;
}
</style>