Shades of Wisteria #D191F9
Tints of Wisteria #D191F9
RGB
CMYK
RGB Variations
Color information
#D191F9 (or 0xD191F9) is known color: Wisteria. HEX triplet: D1, 91 and F9. RGB value is (209,145,249). Sum of RGB (Red+Green+Blue) = 209+145+249=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #D191F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D191F9 is #2E6E06. Grayscale: #AFAFAF. Windows color (decimal): -3042823 or 16355793. OLE color: 16355793.
HSL color Cylindrical-coordinate representation of color #D191F9: hue angle of 276.92º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D191F9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 145 | 249 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.02 |
| HSL | 276.92º | 0.9% | 0.77% | - |
| HSV(B) | 276.92º | 0.42% | 0.98% | - |
| XYZ | 53.52 | 40.65 | 94.65 | - |
| YUV | 175.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 249 | 0.16 | 0.42 | 0 | 0.02 | 276.92 | 0.9 | 0.77 |
| Hex | D1 | 91 | F9 | 10 | 2A | 0 | 2 | 115 | 5A | 4D |
| Octal | 321 | 221 | 371 | 20 | 52 | 0 | 2 | 425 | 132 | 115 |
| Binary | 11010001 | 10010001 | 11111001 | 10000 | 101010 | 0 | 10 | 100010101 | 1011010 | 1001101 |
Color Harmonies of #D191F9
Complementary color
Monochromatic Colors of #D191F9
Black with #D191F9
Text Example
Text Example
White with #D191F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191F9; }
p { color: rgb(209,145,249); }
H1.HeaderClassName
{
color: #D191F9;
}
.AnyTagClassName
{
color: #D191F9;
}
</style>
background-color css
<style>
a { background-color: #D191F9; }
a { background-color: rgb(209,145,249); }
div.DivClassName
{
background-color: #D191F9;
}
.BgClassName
{
background-color: #D191F9;
}
</style>
border-color css
<style>
span { border-color: #D191F9; }
span { border-color: rgb(209,145,249); }
td.TdClassName
{
border-color: #D191F9;
}
.TagClassName
{
border-color: #D191F9;
}
</style>