Shades of Wisteria #D190EF
Tints of Wisteria #D190EF
RGB
CMYK
RGB Variations
Color information
#D190EF (or 0xD190EF) is known color: Wisteria. HEX triplet: D1, 90 and EF. RGB value is (209,144,239). Sum of RGB (Red+Green+Blue) = 209+144+239=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #D190EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D190EF is #2E6F10. Grayscale: #ADADAD. Windows color (decimal): -3043089 or 15700177. OLE color: 15700177.
HSL color Cylindrical-coordinate representation of color #D190EF: hue angle of 281.05º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D190EF is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 144 | 239 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.06 |
| HSL | 281.05º | 0.75% | 0.75% | - |
| HSV(B) | 281.05º | 0.4% | 0.94% | - |
| XYZ | 51.85 | 39.73 | 86.6 | - |
| YUV | 174.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 239 | 0.13 | 0.40 | 0 | 0.06 | 281.05 | 0.75 | 0.75 |
| Hex | D1 | 90 | EF | D | 28 | 0 | 6 | 119 | 4B | 4B |
| Octal | 321 | 220 | 357 | 15 | 50 | 0 | 6 | 431 | 113 | 113 |
| Binary | 11010001 | 10010000 | 11101111 | 1101 | 101000 | 0 | 110 | 100011001 | 1001011 | 1001011 |
Color Harmonies of #D190EF
Complementary color
Monochromatic Colors of #D190EF
Black with #D190EF
Text Example
Text Example
White with #D190EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190EF; }
p { color: rgb(209,144,239); }
H1.HeaderClassName
{
color: #D190EF;
}
.AnyTagClassName
{
color: #D190EF;
}
</style>
background-color css
<style>
a { background-color: #D190EF; }
a { background-color: rgb(209,144,239); }
div.DivClassName
{
background-color: #D190EF;
}
.BgClassName
{
background-color: #D190EF;
}
</style>
border-color css
<style>
span { border-color: #D190EF; }
span { border-color: rgb(209,144,239); }
td.TdClassName
{
border-color: #D190EF;
}
.TagClassName
{
border-color: #D190EF;
}
</style>