Shades of Wisteria #D194E2
Tints of Wisteria #D194E2
RGB
CMYK
RGB Variations
Color information
#D194E2 (or 0xD194E2) is known color: Wisteria. HEX triplet: D1, 94 and E2. RGB value is (209,148,226). Sum of RGB (Red+Green+Blue) = 209+148+226=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #D194E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194E2 is #2E6B1D. Grayscale: #AEAEAE. Windows color (decimal): -3042078 or 14849233. OLE color: 14849233.
HSL color Cylindrical-coordinate representation of color #D194E2: hue angle of 286.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D194E2 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 148 | 226 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.11 |
| HSL | 286.92º | 0.57% | 0.73% | - |
| HSV(B) | 286.92º | 0.35% | 0.89% | - |
| XYZ | 50.61 | 40.23 | 77.05 | - |
| YUV | 175.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 226 | 0.08 | 0.35 | 0 | 0.11 | 286.92 | 0.57 | 0.73 |
| Hex | D1 | 94 | E2 | 8 | 23 | 0 | B | 11F | 39 | 49 |
| Octal | 321 | 224 | 342 | 10 | 43 | 0 | 13 | 437 | 71 | 111 |
| Binary | 11010001 | 10010100 | 11100010 | 1000 | 100011 | 0 | 1011 | 100011111 | 111001 | 1001001 |
Color Harmonies of #D194E2
Complementary color
Monochromatic Colors of #D194E2
Black with #D194E2
Text Example
Text Example
White with #D194E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194E2; }
p { color: rgb(209,148,226); }
H1.HeaderClassName
{
color: #D194E2;
}
.AnyTagClassName
{
color: #D194E2;
}
</style>
background-color css
<style>
a { background-color: #D194E2; }
a { background-color: rgb(209,148,226); }
div.DivClassName
{
background-color: #D194E2;
}
.BgClassName
{
background-color: #D194E2;
}
</style>
border-color css
<style>
span { border-color: #D194E2; }
span { border-color: rgb(209,148,226); }
td.TdClassName
{
border-color: #D194E2;
}
.TagClassName
{
border-color: #D194E2;
}
</style>