Shades of Wisteria #D492EE
Tints of Wisteria #D492EE
RGB
CMYK
RGB Variations
Color information
#D492EE (or 0xD492EE) is known color: Wisteria. HEX triplet: D4, 92 and EE. RGB value is (212,146,238). Sum of RGB (Red+Green+Blue) = 212+146+238=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #D492EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492EE is #2B6D11. Grayscale: #AFAFAF. Windows color (decimal): -2845970 or 15635156. OLE color: 15635156.
HSL color Cylindrical-coordinate representation of color #D492EE: hue angle of 283.04º 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 #D492EE is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 146 | 238 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.07 |
| HSL | 283.04º | 0.73% | 0.75% | - |
| HSV(B) | 283.04º | 0.39% | 0.93% | - |
| XYZ | 52.86 | 40.73 | 85.96 | - |
| YUV | 176.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 238 | 0.11 | 0.39 | 0 | 0.07 | 283.04 | 0.73 | 0.75 |
| Hex | D4 | 92 | EE | B | 27 | 0 | 7 | 11B | 49 | 4B |
| Octal | 324 | 222 | 356 | 13 | 47 | 0 | 7 | 433 | 111 | 113 |
| Binary | 11010100 | 10010010 | 11101110 | 1011 | 100111 | 0 | 111 | 100011011 | 1001001 | 1001011 |
Color Harmonies of #D492EE
Complementary color
Monochromatic Colors of #D492EE
Black with #D492EE
Text Example
Text Example
White with #D492EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492EE; }
p { color: rgb(212,146,238); }
H1.HeaderClassName
{
color: #D492EE;
}
.AnyTagClassName
{
color: #D492EE;
}
</style>
background-color css
<style>
a { background-color: #D492EE; }
a { background-color: rgb(212,146,238); }
div.DivClassName
{
background-color: #D492EE;
}
.BgClassName
{
background-color: #D492EE;
}
</style>
border-color css
<style>
span { border-color: #D492EE; }
span { border-color: rgb(212,146,238); }
td.TdClassName
{
border-color: #D492EE;
}
.TagClassName
{
border-color: #D492EE;
}
</style>