Shades of Wisteria #D193DF
Tints of Wisteria #D193DF
RGB
CMYK
RGB Variations
Color information
#D193DF (or 0xD193DF) is known color: Wisteria. HEX triplet: D1, 93 and DF. RGB value is (209,147,223). Sum of RGB (Red+Green+Blue) = 209+147+223=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #D193DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193DF is #2E6C20. Grayscale: #ADADAD. Windows color (decimal): -3042337 or 14652369. OLE color: 14652369.
HSL color Cylindrical-coordinate representation of color #D193DF: hue angle of 288.95º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D193DF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 147 | 223 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.13 |
| HSL | 288.95º | 0.54% | 0.73% | - |
| HSV(B) | 288.95º | 0.34% | 0.87% | - |
| XYZ | 50.05 | 39.75 | 74.85 | - |
| YUV | 174.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 223 | 0.06 | 0.34 | 0 | 0.13 | 288.95 | 0.54 | 0.73 |
| Hex | D1 | 93 | DF | 6 | 22 | 0 | D | 121 | 36 | 49 |
| Octal | 321 | 223 | 337 | 6 | 42 | 0 | 15 | 441 | 66 | 111 |
| Binary | 11010001 | 10010011 | 11011111 | 110 | 100010 | 0 | 1101 | 100100001 | 110110 | 1001001 |
Color Harmonies of #D193DF
Complementary color
Monochromatic Colors of #D193DF
Black with #D193DF
Text Example
Text Example
White with #D193DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193DF; }
p { color: rgb(209,147,223); }
H1.HeaderClassName
{
color: #D193DF;
}
.AnyTagClassName
{
color: #D193DF;
}
</style>
background-color css
<style>
a { background-color: #D193DF; }
a { background-color: rgb(209,147,223); }
div.DivClassName
{
background-color: #D193DF;
}
.BgClassName
{
background-color: #D193DF;
}
</style>
border-color css
<style>
span { border-color: #D193DF; }
span { border-color: rgb(209,147,223); }
td.TdClassName
{
border-color: #D193DF;
}
.TagClassName
{
border-color: #D193DF;
}
</style>