Shades of Wisteria #D194E4
Tints of Wisteria #D194E4
RGB
CMYK
RGB Variations
Color information
#D194E4 (or 0xD194E4) is known color: Wisteria. HEX triplet: D1, 94 and E4. RGB value is (209,148,228). Sum of RGB (Red+Green+Blue) = 209+148+228=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #D194E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194E4 is #2E6B1B. Grayscale: #AFAFAF. Windows color (decimal): -3042076 or 14980305. OLE color: 14980305.
HSL color Cylindrical-coordinate representation of color #D194E4: hue angle of 285.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D194E4 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 148 | 228 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.11 |
| HSL | 285.75º | 0.6% | 0.74% | - |
| HSV(B) | 285.75º | 0.35% | 0.89% | - |
| XYZ | 50.89 | 40.34 | 78.5 | - |
| YUV | 175.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 228 | 0.08 | 0.35 | 0 | 0.11 | 285.75 | 0.6 | 0.74 |
| Hex | D1 | 94 | E4 | 8 | 23 | 0 | B | 11E | 3C | 4A |
| Octal | 321 | 224 | 344 | 10 | 43 | 0 | 13 | 436 | 74 | 112 |
| Binary | 11010001 | 10010100 | 11100100 | 1000 | 100011 | 0 | 1011 | 100011110 | 111100 | 1001010 |
Color Harmonies of #D194E4
Complementary color
Monochromatic Colors of #D194E4
Black with #D194E4
Text Example
Text Example
White with #D194E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194E4; }
p { color: rgb(209,148,228); }
H1.HeaderClassName
{
color: #D194E4;
}
.AnyTagClassName
{
color: #D194E4;
}
</style>
background-color css
<style>
a { background-color: #D194E4; }
a { background-color: rgb(209,148,228); }
div.DivClassName
{
background-color: #D194E4;
}
.BgClassName
{
background-color: #D194E4;
}
</style>
border-color css
<style>
span { border-color: #D194E4; }
span { border-color: rgb(209,148,228); }
td.TdClassName
{
border-color: #D194E4;
}
.TagClassName
{
border-color: #D194E4;
}
</style>