Shades of Wisteria #D292EE
Tints of Wisteria #D292EE
RGB
CMYK
RGB Variations
Color information
#D292EE (or 0xD292EE) is known color: Wisteria. HEX triplet: D2, 92 and EE. RGB value is (210,146,238). Sum of RGB (Red+Green+Blue) = 210+146+238=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #D292EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D292EE is #2D6D11. Grayscale: #AFAFAF. Windows color (decimal): -2977042 or 15635154. OLE color: 15635154.
HSL color Cylindrical-coordinate representation of color #D292EE: hue angle of 281.74º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D292EE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 146 | 238 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.07 |
| HSL | 281.74º | 0.73% | 0.75% | - |
| HSV(B) | 281.74º | 0.39% | 0.93% | - |
| XYZ | 52.29 | 40.43 | 85.94 | - |
| YUV | 175.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 238 | 0.12 | 0.39 | 0 | 0.07 | 281.74 | 0.73 | 0.75 |
| Hex | D2 | 92 | EE | C | 27 | 0 | 7 | 11A | 49 | 4B |
| Octal | 322 | 222 | 356 | 14 | 47 | 0 | 7 | 432 | 111 | 113 |
| Binary | 11010010 | 10010010 | 11101110 | 1100 | 100111 | 0 | 111 | 100011010 | 1001001 | 1001011 |
Color Harmonies of #D292EE
Complementary color
Monochromatic Colors of #D292EE
Black with #D292EE
Text Example
Text Example
White with #D292EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292EE; }
p { color: rgb(210,146,238); }
H1.HeaderClassName
{
color: #D292EE;
}
.AnyTagClassName
{
color: #D292EE;
}
</style>
background-color css
<style>
a { background-color: #D292EE; }
a { background-color: rgb(210,146,238); }
div.DivClassName
{
background-color: #D292EE;
}
.BgClassName
{
background-color: #D292EE;
}
</style>
border-color css
<style>
span { border-color: #D292EE; }
span { border-color: rgb(210,146,238); }
td.TdClassName
{
border-color: #D292EE;
}
.TagClassName
{
border-color: #D292EE;
}
</style>