Shades of Wisteria #D496E3
Tints of Wisteria #D496E3
RGB
CMYK
RGB Variations
Color information
#D496E3 (or 0xD496E3) is known color: Wisteria. HEX triplet: D4, 96 and E3. RGB value is (212,150,227). Sum of RGB (Red+Green+Blue) = 212+150+227=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #D496E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496E3 is #2B691C. Grayscale: #B1B1B1. Windows color (decimal): -2844957 or 14915284. OLE color: 14915284.
HSL color Cylindrical-coordinate representation of color #D496E3: hue angle of 288.31º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D496E3 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 150 | 227 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.11 |
| HSL | 288.31º | 0.58% | 0.74% | - |
| HSV(B) | 288.31º | 0.34% | 0.89% | - |
| XYZ | 51.92 | 41.36 | 77.92 | - |
| YUV | 177.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 227 | 0.07 | 0.34 | 0 | 0.11 | 288.31 | 0.58 | 0.74 |
| Hex | D4 | 96 | E3 | 7 | 22 | 0 | B | 120 | 3A | 4A |
| Octal | 324 | 226 | 343 | 7 | 42 | 0 | 13 | 440 | 72 | 112 |
| Binary | 11010100 | 10010110 | 11100011 | 111 | 100010 | 0 | 1011 | 100100000 | 111010 | 1001010 |
Color Harmonies of #D496E3
Complementary color
Monochromatic Colors of #D496E3
Black with #D496E3
Text Example
Text Example
White with #D496E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496E3; }
p { color: rgb(212,150,227); }
H1.HeaderClassName
{
color: #D496E3;
}
.AnyTagClassName
{
color: #D496E3;
}
</style>
background-color css
<style>
a { background-color: #D496E3; }
a { background-color: rgb(212,150,227); }
div.DivClassName
{
background-color: #D496E3;
}
.BgClassName
{
background-color: #D496E3;
}
</style>
border-color css
<style>
span { border-color: #D496E3; }
span { border-color: rgb(212,150,227); }
td.TdClassName
{
border-color: #D496E3;
}
.TagClassName
{
border-color: #D496E3;
}
</style>