Shades of Wisteria #D492E4
Tints of Wisteria #D492E4
RGB
CMYK
RGB Variations
Color information
#D492E4 (or 0xD492E4) is known color: Wisteria. HEX triplet: D4, 92 and E4. RGB value is (212,146,228). Sum of RGB (Red+Green+Blue) = 212+146+228=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #D492E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492E4 is #2B6D1B. Grayscale: #AEAEAE. Windows color (decimal): -2845980 or 14979796. OLE color: 14979796.
HSL color Cylindrical-coordinate representation of color #D492E4: hue angle of 288.29º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D492E4 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 146 | 228 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.11 |
| HSL | 288.29º | 0.6% | 0.73% | - |
| HSV(B) | 288.29º | 0.36% | 0.89% | - |
| XYZ | 51.43 | 40.16 | 78.44 | - |
| YUV | 175.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 228 | 0.07 | 0.36 | 0 | 0.11 | 288.29 | 0.6 | 0.73 |
| Hex | D4 | 92 | E4 | 7 | 24 | 0 | B | 120 | 3C | 49 |
| Octal | 324 | 222 | 344 | 7 | 44 | 0 | 13 | 440 | 74 | 111 |
| Binary | 11010100 | 10010010 | 11100100 | 111 | 100100 | 0 | 1011 | 100100000 | 111100 | 1001001 |
Color Harmonies of #D492E4
Complementary color
Monochromatic Colors of #D492E4
Black with #D492E4
Text Example
Text Example
White with #D492E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492E4; }
p { color: rgb(212,146,228); }
H1.HeaderClassName
{
color: #D492E4;
}
.AnyTagClassName
{
color: #D492E4;
}
</style>
background-color css
<style>
a { background-color: #D492E4; }
a { background-color: rgb(212,146,228); }
div.DivClassName
{
background-color: #D492E4;
}
.BgClassName
{
background-color: #D492E4;
}
</style>
border-color css
<style>
span { border-color: #D492E4; }
span { border-color: rgb(212,146,228); }
td.TdClassName
{
border-color: #D492E4;
}
.TagClassName
{
border-color: #D492E4;
}
</style>