Shades of Wisteria #D493F5
Tints of Wisteria #D493F5
RGB
CMYK
RGB Variations
Color information
#D493F5 (or 0xD493F5) is known color: Wisteria. HEX triplet: D4, 93 and F5. RGB value is (212,147,245). Sum of RGB (Red+Green+Blue) = 212+147+245=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #D493F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D493F5 is #2B6C0A. Grayscale: #B1B1B1. Windows color (decimal): -2845707 or 16094164. OLE color: 16094164.
HSL color Cylindrical-coordinate representation of color #D493F5: hue angle of 279.8º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D493F5 is Cyan = 0.13, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 147 | 245 | - |
| CMYK | 0.13 | 0.4 | 0 | 0.04 |
| HSL | 279.8º | 0.83% | 0.77% | - |
| HSV(B) | 279.8º | 0.4% | 0.96% | - |
| XYZ | 54.07 | 41.46 | 91.54 | - |
| YUV | 177.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 245 | 0.13 | 0.4 | 0 | 0.04 | 279.8 | 0.83 | 0.77 |
| Hex | D4 | 93 | F5 | D | 28 | 0 | 4 | 118 | 53 | 4D |
| Octal | 324 | 223 | 365 | 15 | 50 | 0 | 4 | 430 | 123 | 115 |
| Binary | 11010100 | 10010011 | 11110101 | 1101 | 101000 | 0 | 100 | 100011000 | 1010011 | 1001101 |
Color Harmonies of #D493F5
Complementary color
Monochromatic Colors of #D493F5
Black with #D493F5
Text Example
Text Example
White with #D493F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493F5; }
p { color: rgb(212,147,245); }
H1.HeaderClassName
{
color: #D493F5;
}
.AnyTagClassName
{
color: #D493F5;
}
</style>
background-color css
<style>
a { background-color: #D493F5; }
a { background-color: rgb(212,147,245); }
div.DivClassName
{
background-color: #D493F5;
}
.BgClassName
{
background-color: #D493F5;
}
</style>
border-color css
<style>
span { border-color: #D493F5; }
span { border-color: rgb(212,147,245); }
td.TdClassName
{
border-color: #D493F5;
}
.TagClassName
{
border-color: #D493F5;
}
</style>