Shades of Wisteria #D194DF
Tints of Wisteria #D194DF
RGB
CMYK
RGB Variations
Color information
#D194DF (or 0xD194DF) is known color: Wisteria. HEX triplet: D1, 94 and DF. RGB value is (209,148,223). Sum of RGB (Red+Green+Blue) = 209+148+223=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #D194DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194DF is #2E6B20. Grayscale: #AEAEAE. Windows color (decimal): -3042081 or 14652625. OLE color: 14652625.
HSL color Cylindrical-coordinate representation of color #D194DF: hue angle of 288.8º 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 #D194DF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 148 | 223 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.13 |
| HSL | 288.8º | 0.54% | 0.73% | - |
| HSV(B) | 288.8º | 0.34% | 0.87% | - |
| XYZ | 50.2 | 40.06 | 74.9 | - |
| YUV | 174.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 223 | 0.06 | 0.34 | 0 | 0.13 | 288.8 | 0.54 | 0.73 |
| Hex | D1 | 94 | DF | 6 | 22 | 0 | D | 121 | 36 | 49 |
| Octal | 321 | 224 | 337 | 6 | 42 | 0 | 15 | 441 | 66 | 111 |
| Binary | 11010001 | 10010100 | 11011111 | 110 | 100010 | 0 | 1101 | 100100001 | 110110 | 1001001 |
Color Harmonies of #D194DF
Complementary color
Monochromatic Colors of #D194DF
Black with #D194DF
Text Example
Text Example
White with #D194DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194DF; }
p { color: rgb(209,148,223); }
H1.HeaderClassName
{
color: #D194DF;
}
.AnyTagClassName
{
color: #D194DF;
}
</style>
background-color css
<style>
a { background-color: #D194DF; }
a { background-color: rgb(209,148,223); }
div.DivClassName
{
background-color: #D194DF;
}
.BgClassName
{
background-color: #D194DF;
}
</style>
border-color css
<style>
span { border-color: #D194DF; }
span { border-color: rgb(209,148,223); }
td.TdClassName
{
border-color: #D194DF;
}
.TagClassName
{
border-color: #D194DF;
}
</style>