Shades of Wisteria #D191DF
Tints of Wisteria #D191DF
RGB
CMYK
RGB Variations
Color information
#D191DF (or 0xD191DF) is known color: Wisteria. HEX triplet: D1, 91 and DF. RGB value is (209,145,223). Sum of RGB (Red+Green+Blue) = 209+145+223=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #D191DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191DF is #2E6E20. Grayscale: #ACACAC. Windows color (decimal): -3042849 or 14651857. OLE color: 14651857.
HSL color Cylindrical-coordinate representation of color #D191DF: hue angle of 289.23º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D191DF is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 145 | 223 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.13 |
| HSL | 289.23º | 0.55% | 0.72% | - |
| HSV(B) | 289.23º | 0.35% | 0.87% | - |
| XYZ | 49.74 | 39.13 | 74.74 | - |
| YUV | 173.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 223 | 0.06 | 0.35 | 0 | 0.13 | 289.23 | 0.55 | 0.72 |
| Hex | D1 | 91 | DF | 6 | 23 | 0 | D | 121 | 37 | 48 |
| Octal | 321 | 221 | 337 | 6 | 43 | 0 | 15 | 441 | 67 | 110 |
| Binary | 11010001 | 10010001 | 11011111 | 110 | 100011 | 0 | 1101 | 100100001 | 110111 | 1001000 |
Color Harmonies of #D191DF
Complementary color
Monochromatic Colors of #D191DF
Black with #D191DF
Text Example
Text Example
White with #D191DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191DF; }
p { color: rgb(209,145,223); }
H1.HeaderClassName
{
color: #D191DF;
}
.AnyTagClassName
{
color: #D191DF;
}
</style>
background-color css
<style>
a { background-color: #D191DF; }
a { background-color: rgb(209,145,223); }
div.DivClassName
{
background-color: #D191DF;
}
.BgClassName
{
background-color: #D191DF;
}
</style>
border-color css
<style>
span { border-color: #D191DF; }
span { border-color: rgb(209,145,223); }
td.TdClassName
{
border-color: #D191DF;
}
.TagClassName
{
border-color: #D191DF;
}
</style>