Shades of Wisteria #D292F3
Tints of Wisteria #D292F3
RGB
CMYK
RGB Variations
Color information
#D292F3 (or 0xD292F3) is known color: Wisteria. HEX triplet: D2, 92 and F3. RGB value is (210,146,243). Sum of RGB (Red+Green+Blue) = 210+146+243=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #D292F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D292F3 is #2D6D0C. Grayscale: #AFAFAF. Windows color (decimal): -2977037 or 15962834. OLE color: 15962834.
HSL color Cylindrical-coordinate representation of color #D292F3: hue angle of 279.59º 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 #D292F3 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 146 | 243 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.05 |
| HSL | 279.59º | 0.8% | 0.76% | - |
| HSV(B) | 279.59º | 0.4% | 0.95% | - |
| XYZ | 53.03 | 40.73 | 89.86 | - |
| YUV | 176.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 243 | 0.14 | 0.40 | 0 | 0.05 | 279.59 | 0.8 | 0.76 |
| Hex | D2 | 92 | F3 | E | 28 | 0 | 5 | 118 | 50 | 4C |
| Octal | 322 | 222 | 363 | 16 | 50 | 0 | 5 | 430 | 120 | 114 |
| Binary | 11010010 | 10010010 | 11110011 | 1110 | 101000 | 0 | 101 | 100011000 | 1010000 | 1001100 |
Color Harmonies of #D292F3
Complementary color
Monochromatic Colors of #D292F3
Black with #D292F3
Text Example
Text Example
White with #D292F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292F3; }
p { color: rgb(210,146,243); }
H1.HeaderClassName
{
color: #D292F3;
}
.AnyTagClassName
{
color: #D292F3;
}
</style>
background-color css
<style>
a { background-color: #D292F3; }
a { background-color: rgb(210,146,243); }
div.DivClassName
{
background-color: #D292F3;
}
.BgClassName
{
background-color: #D292F3;
}
</style>
border-color css
<style>
span { border-color: #D292F3; }
span { border-color: rgb(210,146,243); }
td.TdClassName
{
border-color: #D292F3;
}
.TagClassName
{
border-color: #D292F3;
}
</style>