Shades of Wisteria #D293F6
Tints of Wisteria #D293F6
RGB
CMYK
RGB Variations
Color information
#D293F6 (or 0xD293F6) is known color: Wisteria. HEX triplet: D2, 93 and F6. RGB value is (210,147,246). Sum of RGB (Red+Green+Blue) = 210+147+246=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #D293F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293F6 is #2D6C09. Grayscale: #B0B0B0. Windows color (decimal): -2976778 or 16159698. OLE color: 16159698.
HSL color Cylindrical-coordinate representation of color #D293F6: hue angle of 278.18º degrees, saturation: 0.85, 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 #D293F6 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 147 | 246 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.04 |
| HSL | 278.18º | 0.85% | 0.77% | - |
| HSV(B) | 278.18º | 0.4% | 0.96% | - |
| XYZ | 53.65 | 41.22 | 92.32 | - |
| YUV | 177.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 246 | 0.15 | 0.40 | 0 | 0.04 | 278.18 | 0.85 | 0.77 |
| Hex | D2 | 93 | F6 | F | 28 | 0 | 4 | 116 | 55 | 4D |
| Octal | 322 | 223 | 366 | 17 | 50 | 0 | 4 | 426 | 125 | 115 |
| Binary | 11010010 | 10010011 | 11110110 | 1111 | 101000 | 0 | 100 | 100010110 | 1010101 | 1001101 |
Color Harmonies of #D293F6
Complementary color
Monochromatic Colors of #D293F6
Black with #D293F6
Text Example
Text Example
White with #D293F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293F6; }
p { color: rgb(210,147,246); }
H1.HeaderClassName
{
color: #D293F6;
}
.AnyTagClassName
{
color: #D293F6;
}
</style>
background-color css
<style>
a { background-color: #D293F6; }
a { background-color: rgb(210,147,246); }
div.DivClassName
{
background-color: #D293F6;
}
.BgClassName
{
background-color: #D293F6;
}
</style>
border-color css
<style>
span { border-color: #D293F6; }
span { border-color: rgb(210,147,246); }
td.TdClassName
{
border-color: #D293F6;
}
.TagClassName
{
border-color: #D293F6;
}
</style>