Shades of Wisteria #D392F4
Tints of Wisteria #D392F4
RGB
CMYK
RGB Variations
Color information
#D392F4 (or 0xD392F4) is known color: Wisteria. HEX triplet: D3, 92 and F4. RGB value is (211,146,244). Sum of RGB (Red+Green+Blue) = 211+146+244=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #D392F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D392F4 is #2C6D0B. Grayscale: #B0B0B0. Windows color (decimal): -2911500 or 16028371. OLE color: 16028371.
HSL color Cylindrical-coordinate representation of color #D392F4: hue angle of 279.8º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D392F4 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 146 | 244 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.04 |
| HSL | 279.8º | 0.82% | 0.76% | - |
| HSV(B) | 279.8º | 0.4% | 0.96% | - |
| XYZ | 53.47 | 40.94 | 90.67 | - |
| YUV | 176.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 244 | 0.14 | 0.40 | 0 | 0.04 | 279.8 | 0.82 | 0.76 |
| Hex | D3 | 92 | F4 | E | 28 | 0 | 4 | 118 | 52 | 4C |
| Octal | 323 | 222 | 364 | 16 | 50 | 0 | 4 | 430 | 122 | 114 |
| Binary | 11010011 | 10010010 | 11110100 | 1110 | 101000 | 0 | 100 | 100011000 | 1010010 | 1001100 |
Color Harmonies of #D392F4
Complementary color
Monochromatic Colors of #D392F4
Black with #D392F4
Text Example
Text Example
White with #D392F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392F4; }
p { color: rgb(211,146,244); }
H1.HeaderClassName
{
color: #D392F4;
}
.AnyTagClassName
{
color: #D392F4;
}
</style>
background-color css
<style>
a { background-color: #D392F4; }
a { background-color: rgb(211,146,244); }
div.DivClassName
{
background-color: #D392F4;
}
.BgClassName
{
background-color: #D392F4;
}
</style>
border-color css
<style>
span { border-color: #D392F4; }
span { border-color: rgb(211,146,244); }
td.TdClassName
{
border-color: #D392F4;
}
.TagClassName
{
border-color: #D392F4;
}
</style>