Shades of Wisteria #D493F3
Tints of Wisteria #D493F3
RGB
CMYK
RGB Variations
Color information
#D493F3 (or 0xD493F3) is known color: Wisteria. HEX triplet: D4, 93 and F3. RGB value is (212,147,243). Sum of RGB (Red+Green+Blue) = 212+147+243=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #D493F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D493F3 is #2B6C0C. Grayscale: #B1B1B1. Windows color (decimal): -2845709 or 15963092. OLE color: 15963092.
HSL color Cylindrical-coordinate representation of color #D493F3: hue angle of 280.62º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D493F3 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 147 | 243 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.05 |
| HSL | 280.63º | 0.8% | 0.76% | - |
| HSV(B) | 280.63º | 0.4% | 0.95% | - |
| XYZ | 53.76 | 41.34 | 89.94 | - |
| YUV | 177.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 243 | 0.13 | 0.40 | 0 | 0.05 | 280.63 | 0.8 | 0.76 |
| Hex | D4 | 93 | F3 | D | 28 | 0 | 5 | 119 | 50 | 4C |
| Octal | 324 | 223 | 363 | 15 | 50 | 0 | 5 | 431 | 120 | 114 |
| Binary | 11010100 | 10010011 | 11110011 | 1101 | 101000 | 0 | 101 | 100011001 | 1010000 | 1001100 |
Color Harmonies of #D493F3
Complementary color
Monochromatic Colors of #D493F3
Black with #D493F3
Text Example
Text Example
White with #D493F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493F3; }
p { color: rgb(212,147,243); }
H1.HeaderClassName
{
color: #D493F3;
}
.AnyTagClassName
{
color: #D493F3;
}
</style>
background-color css
<style>
a { background-color: #D493F3; }
a { background-color: rgb(212,147,243); }
div.DivClassName
{
background-color: #D493F3;
}
.BgClassName
{
background-color: #D493F3;
}
</style>
border-color css
<style>
span { border-color: #D493F3; }
span { border-color: rgb(212,147,243); }
td.TdClassName
{
border-color: #D493F3;
}
.TagClassName
{
border-color: #D493F3;
}
</style>