Shades of Wisteria #D189DE
Tints of Wisteria #D189DE
RGB
CMYK
RGB Variations
Color information
#D189DE (or 0xD189DE) is known color: Wisteria. HEX triplet: D1, 89 and DE. RGB value is (209,137,222). Sum of RGB (Red+Green+Blue) = 209+137+222=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #D189DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D189DE is #2E7621. Grayscale: #A7A7A7. Windows color (decimal): -3044898 or 14584273. OLE color: 14584273.
HSL color Cylindrical-coordinate representation of color #D189DE: hue angle of 290.82º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D189DE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 137 | 222 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.13 |
| HSL | 290.82º | 0.56% | 0.7% | - |
| HSV(B) | 290.82º | 0.38% | 0.87% | - |
| XYZ | 48.42 | 36.72 | 73.64 | - |
| YUV | 168.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 222 | 0.06 | 0.38 | 0 | 0.13 | 290.82 | 0.56 | 0.7 |
| Hex | D1 | 89 | DE | 6 | 26 | 0 | D | 123 | 38 | 46 |
| Octal | 321 | 211 | 336 | 6 | 46 | 0 | 15 | 443 | 70 | 106 |
| Binary | 11010001 | 10001001 | 11011110 | 110 | 100110 | 0 | 1101 | 100100011 | 111000 | 1000110 |
Color Harmonies of #D189DE
Complementary color
Monochromatic Colors of #D189DE
Black with #D189DE
Text Example
Text Example
White with #D189DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D189DE; }
p { color: rgb(209,137,222); }
H1.HeaderClassName
{
color: #D189DE;
}
.AnyTagClassName
{
color: #D189DE;
}
</style>
background-color css
<style>
a { background-color: #D189DE; }
a { background-color: rgb(209,137,222); }
div.DivClassName
{
background-color: #D189DE;
}
.BgClassName
{
background-color: #D189DE;
}
</style>
border-color css
<style>
span { border-color: #D189DE; }
span { border-color: rgb(209,137,222); }
td.TdClassName
{
border-color: #D189DE;
}
.TagClassName
{
border-color: #D189DE;
}
</style>