Shades of Wisteria #D194E0
Tints of Wisteria #D194E0
RGB
CMYK
RGB Variations
Color information
#D194E0 (or 0xD194E0) is known color: Wisteria. HEX triplet: D1, 94 and E0. RGB value is (209,148,224). Sum of RGB (Red+Green+Blue) = 209+148+224=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #D194E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194E0 is #2E6B1F. Grayscale: #AEAEAE. Windows color (decimal): -3042080 or 14718161. OLE color: 14718161.
HSL color Cylindrical-coordinate representation of color #D194E0: hue angle of 288.16º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D194E0 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 148 | 224 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.12 |
| HSL | 288.16º | 0.55% | 0.73% | - |
| HSV(B) | 288.16º | 0.34% | 0.88% | - |
| XYZ | 50.34 | 40.12 | 75.61 | - |
| YUV | 174.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 224 | 0.07 | 0.34 | 0 | 0.12 | 288.16 | 0.55 | 0.73 |
| Hex | D1 | 94 | E0 | 7 | 22 | 0 | C | 120 | 37 | 49 |
| Octal | 321 | 224 | 340 | 7 | 42 | 0 | 14 | 440 | 67 | 111 |
| Binary | 11010001 | 10010100 | 11100000 | 111 | 100010 | 0 | 1100 | 100100000 | 110111 | 1001001 |
Color Harmonies of #D194E0
Complementary color
Monochromatic Colors of #D194E0
Black with #D194E0
Text Example
Text Example
White with #D194E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194E0; }
p { color: rgb(209,148,224); }
H1.HeaderClassName
{
color: #D194E0;
}
.AnyTagClassName
{
color: #D194E0;
}
</style>
background-color css
<style>
a { background-color: #D194E0; }
a { background-color: rgb(209,148,224); }
div.DivClassName
{
background-color: #D194E0;
}
.BgClassName
{
background-color: #D194E0;
}
</style>
border-color css
<style>
span { border-color: #D194E0; }
span { border-color: rgb(209,148,224); }
td.TdClassName
{
border-color: #D194E0;
}
.TagClassName
{
border-color: #D194E0;
}
</style>