Shades of Wisteria #D492EF
Tints of Wisteria #D492EF
RGB
CMYK
RGB Variations
Color information
#D492EF (or 0xD492EF) is known color: Wisteria. HEX triplet: D4, 92 and EF. RGB value is (212,146,239). Sum of RGB (Red+Green+Blue) = 212+146+239=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #D492EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492EF is #2B6D10. Grayscale: #B0B0B0. Windows color (decimal): -2845969 or 15700692. OLE color: 15700692.
HSL color Cylindrical-coordinate representation of color #D492EF: hue angle of 282.58º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D492EF is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 146 | 239 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.06 |
| HSL | 282.58º | 0.74% | 0.75% | - |
| HSV(B) | 282.58º | 0.39% | 0.94% | - |
| XYZ | 53.01 | 40.79 | 86.74 | - |
| YUV | 176.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 239 | 0.11 | 0.39 | 0 | 0.06 | 282.58 | 0.74 | 0.75 |
| Hex | D4 | 92 | EF | B | 27 | 0 | 6 | 11B | 4A | 4B |
| Octal | 324 | 222 | 357 | 13 | 47 | 0 | 6 | 433 | 112 | 113 |
| Binary | 11010100 | 10010010 | 11101111 | 1011 | 100111 | 0 | 110 | 100011011 | 1001010 | 1001011 |
Color Harmonies of #D492EF
Complementary color
Monochromatic Colors of #D492EF
Black with #D492EF
Text Example
Text Example
White with #D492EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492EF; }
p { color: rgb(212,146,239); }
H1.HeaderClassName
{
color: #D492EF;
}
.AnyTagClassName
{
color: #D492EF;
}
</style>
background-color css
<style>
a { background-color: #D492EF; }
a { background-color: rgb(212,146,239); }
div.DivClassName
{
background-color: #D492EF;
}
.BgClassName
{
background-color: #D492EF;
}
</style>
border-color css
<style>
span { border-color: #D492EF; }
span { border-color: rgb(212,146,239); }
td.TdClassName
{
border-color: #D492EF;
}
.TagClassName
{
border-color: #D492EF;
}
</style>