Shades of Wisteria #D191DC
Tints of Wisteria #D191DC
RGB
CMYK
RGB Variations
Color information
#D191DC (or 0xD191DC) is known color: Wisteria. HEX triplet: D1, 91 and DC. RGB value is (209,145,220). Sum of RGB (Red+Green+Blue) = 209+145+220=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #D191DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191DC is #2E6E23. Grayscale: #ACACAC. Windows color (decimal): -3042852 or 14455249. OLE color: 14455249.
HSL color Cylindrical-coordinate representation of color #D191DC: hue angle of 291.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D191DC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 145 | 220 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.14 |
| HSL | 291.2º | 0.52% | 0.72% | - |
| HSV(B) | 291.2º | 0.34% | 0.86% | - |
| XYZ | 49.34 | 38.97 | 72.63 | - |
| YUV | 172.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 220 | 0.05 | 0.34 | 0 | 0.14 | 291.2 | 0.52 | 0.72 |
| Hex | D1 | 91 | DC | 5 | 22 | 0 | E | 123 | 34 | 48 |
| Octal | 321 | 221 | 334 | 5 | 42 | 0 | 16 | 443 | 64 | 110 |
| Binary | 11010001 | 10010001 | 11011100 | 101 | 100010 | 0 | 1110 | 100100011 | 110100 | 1001000 |
Color Harmonies of #D191DC
Complementary color
Monochromatic Colors of #D191DC
Black with #D191DC
Text Example
Text Example
White with #D191DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191DC; }
p { color: rgb(209,145,220); }
H1.HeaderClassName
{
color: #D191DC;
}
.AnyTagClassName
{
color: #D191DC;
}
</style>
background-color css
<style>
a { background-color: #D191DC; }
a { background-color: rgb(209,145,220); }
div.DivClassName
{
background-color: #D191DC;
}
.BgClassName
{
background-color: #D191DC;
}
</style>
border-color css
<style>
span { border-color: #D191DC; }
span { border-color: rgb(209,145,220); }
td.TdClassName
{
border-color: #D191DC;
}
.TagClassName
{
border-color: #D191DC;
}
</style>