Shades of Wisteria #D292ED
Tints of Wisteria #D292ED
RGB
CMYK
RGB Variations
Color information
#D292ED (or 0xD292ED) is known color: Wisteria. HEX triplet: D2, 92 and ED. RGB value is (210,146,237). Sum of RGB (Red+Green+Blue) = 210+146+237=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #D292ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D292ED is #2D6D12. Grayscale: #AFAFAF. Windows color (decimal): -2977043 or 15569618. OLE color: 15569618.
HSL color Cylindrical-coordinate representation of color #D292ED: hue angle of 282.2º degrees, saturation: 0.72, 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 #D292ED is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 146 | 237 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.07 |
| HSL | 282.2º | 0.72% | 0.75% | - |
| HSV(B) | 282.2º | 0.38% | 0.93% | - |
| XYZ | 52.14 | 40.37 | 85.17 | - |
| YUV | 175.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 237 | 0.11 | 0.38 | 0 | 0.07 | 282.2 | 0.72 | 0.75 |
| Hex | D2 | 92 | ED | B | 26 | 0 | 7 | 11A | 48 | 4B |
| Octal | 322 | 222 | 355 | 13 | 46 | 0 | 7 | 432 | 110 | 113 |
| Binary | 11010010 | 10010010 | 11101101 | 1011 | 100110 | 0 | 111 | 100011010 | 1001000 | 1001011 |
Color Harmonies of #D292ED
Complementary color
Monochromatic Colors of #D292ED
Black with #D292ED
Text Example
Text Example
White with #D292ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292ED; }
p { color: rgb(210,146,237); }
H1.HeaderClassName
{
color: #D292ED;
}
.AnyTagClassName
{
color: #D292ED;
}
</style>
background-color css
<style>
a { background-color: #D292ED; }
a { background-color: rgb(210,146,237); }
div.DivClassName
{
background-color: #D292ED;
}
.BgClassName
{
background-color: #D292ED;
}
</style>
border-color css
<style>
span { border-color: #D292ED; }
span { border-color: rgb(210,146,237); }
td.TdClassName
{
border-color: #D292ED;
}
.TagClassName
{
border-color: #D292ED;
}
</style>