Shades of Wisteria #D292EC
Tints of Wisteria #D292EC
RGB
CMYK
RGB Variations
Color information
#D292EC (or 0xD292EC) is known color: Wisteria. HEX triplet: D2, 92 and EC. RGB value is (210,146,236). Sum of RGB (Red+Green+Blue) = 210+146+236=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #D292EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D292EC is #2D6D13. Grayscale: #AFAFAF. Windows color (decimal): -2977044 or 15504082. OLE color: 15504082.
HSL color Cylindrical-coordinate representation of color #D292EC: hue angle of 282.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D292EC is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 146 | 236 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.07 |
| HSL | 282.67º | 0.7% | 0.75% | - |
| HSV(B) | 282.67º | 0.38% | 0.93% | - |
| XYZ | 52 | 40.32 | 84.4 | - |
| YUV | 175.4 | 162.2 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 236 | 0.11 | 0.38 | 0 | 0.07 | 282.67 | 0.7 | 0.75 |
| Hex | D2 | 92 | EC | B | 26 | 0 | 7 | 11B | 46 | 4B |
| Octal | 322 | 222 | 354 | 13 | 46 | 0 | 7 | 433 | 106 | 113 |
| Binary | 11010010 | 10010010 | 11101100 | 1011 | 100110 | 0 | 111 | 100011011 | 1000110 | 1001011 |
Color Harmonies of #D292EC
Complementary color
Monochromatic Colors of #D292EC
Black with #D292EC
Text Example
Text Example
White with #D292EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292EC; }
p { color: rgb(210,146,236); }
H1.HeaderClassName
{
color: #D292EC;
}
.AnyTagClassName
{
color: #D292EC;
}
</style>
background-color css
<style>
a { background-color: #D292EC; }
a { background-color: rgb(210,146,236); }
div.DivClassName
{
background-color: #D292EC;
}
.BgClassName
{
background-color: #D292EC;
}
</style>
border-color css
<style>
span { border-color: #D292EC; }
span { border-color: rgb(210,146,236); }
td.TdClassName
{
border-color: #D292EC;
}
.TagClassName
{
border-color: #D292EC;
}
</style>