Shades of Wisteria #D188DD
Tints of Wisteria #D188DD
RGB
CMYK
RGB Variations
Color information
#D188DD (or 0xD188DD) is known color: Wisteria. HEX triplet: D1, 88 and DD. RGB value is (209,136,221). Sum of RGB (Red+Green+Blue) = 209+136+221=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #D188DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188DD is #2E7722. Grayscale: #A7A7A7. Windows color (decimal): -3045155 or 14518481. OLE color: 14518481.
HSL color Cylindrical-coordinate representation of color #D188DD: hue angle of 291.53º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D188DD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 136 | 221 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.13 |
| HSL | 291.53º | 0.56% | 0.7% | - |
| HSV(B) | 291.53º | 0.38% | 0.87% | - |
| XYZ | 48.15 | 36.38 | 72.89 | - |
| YUV | 167.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 221 | 0.05 | 0.38 | 0 | 0.13 | 291.53 | 0.56 | 0.7 |
| Hex | D1 | 88 | DD | 5 | 26 | 0 | D | 124 | 38 | 46 |
| Octal | 321 | 210 | 335 | 5 | 46 | 0 | 15 | 444 | 70 | 106 |
| Binary | 11010001 | 10001000 | 11011101 | 101 | 100110 | 0 | 1101 | 100100100 | 111000 | 1000110 |
Color Harmonies of #D188DD
Complementary color
Monochromatic Colors of #D188DD
Black with #D188DD
Text Example
Text Example
White with #D188DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D188DD; }
p { color: rgb(209,136,221); }
H1.HeaderClassName
{
color: #D188DD;
}
.AnyTagClassName
{
color: #D188DD;
}
</style>
background-color css
<style>
a { background-color: #D188DD; }
a { background-color: rgb(209,136,221); }
div.DivClassName
{
background-color: #D188DD;
}
.BgClassName
{
background-color: #D188DD;
}
</style>
border-color css
<style>
span { border-color: #D188DD; }
span { border-color: rgb(209,136,221); }
td.TdClassName
{
border-color: #D188DD;
}
.TagClassName
{
border-color: #D188DD;
}
</style>