Shades of Wisteria #D191DD
Tints of Wisteria #D191DD
RGB
CMYK
RGB Variations
Color information
#D191DD (or 0xD191DD) is known color: Wisteria. HEX triplet: D1, 91 and DD. RGB value is (209,145,221). Sum of RGB (Red+Green+Blue) = 209+145+221=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D191DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191DD is #2E6E22. Grayscale: #ACACAC. Windows color (decimal): -3042851 or 14520785. OLE color: 14520785.
HSL color Cylindrical-coordinate representation of color #D191DD: hue angle of 290.53º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D191DD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 145 | 221 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.13 |
| HSL | 290.53º | 0.53% | 0.72% | - |
| HSV(B) | 290.53º | 0.34% | 0.87% | - |
| XYZ | 49.47 | 39.03 | 73.33 | - |
| YUV | 172.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 221 | 0.05 | 0.34 | 0 | 0.13 | 290.53 | 0.53 | 0.72 |
| Hex | D1 | 91 | DD | 5 | 22 | 0 | D | 123 | 35 | 48 |
| Octal | 321 | 221 | 335 | 5 | 42 | 0 | 15 | 443 | 65 | 110 |
| Binary | 11010001 | 10010001 | 11011101 | 101 | 100010 | 0 | 1101 | 100100011 | 110101 | 1001000 |
Color Harmonies of #D191DD
Complementary color
Monochromatic Colors of #D191DD
Black with #D191DD
Text Example
Text Example
White with #D191DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191DD; }
p { color: rgb(209,145,221); }
H1.HeaderClassName
{
color: #D191DD;
}
.AnyTagClassName
{
color: #D191DD;
}
</style>
background-color css
<style>
a { background-color: #D191DD; }
a { background-color: rgb(209,145,221); }
div.DivClassName
{
background-color: #D191DD;
}
.BgClassName
{
background-color: #D191DD;
}
</style>
border-color css
<style>
span { border-color: #D191DD; }
span { border-color: rgb(209,145,221); }
td.TdClassName
{
border-color: #D191DD;
}
.TagClassName
{
border-color: #D191DD;
}
</style>