Shades of Wisteria #D49EEB
Tints of Wisteria #D49EEB
RGB
CMYK
RGB Variations
Color information
#D49EEB (or 0xD49EEB) is known color: Wisteria. HEX triplet: D4, 9E and EB. RGB value is (212,158,235). Sum of RGB (Red+Green+Blue) = 212+158+235=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #D49EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EEB is #2B6114. Grayscale: #B6B6B6. Windows color (decimal): -2842901 or 15441620. OLE color: 15441620.
HSL color Cylindrical-coordinate representation of color #D49EEB: hue angle of 282.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49EEB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 158 | 235 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.08 |
| HSL | 282.08º | 0.66% | 0.77% | - |
| HSV(B) | 282.08º | 0.33% | 0.92% | - |
| XYZ | 54.37 | 44.45 | 84.31 | - |
| YUV | 182.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 235 | 0.10 | 0.33 | 0 | 0.08 | 282.08 | 0.66 | 0.77 |
| Hex | D4 | 9E | EB | A | 21 | 0 | 8 | 11A | 42 | 4D |
| Octal | 324 | 236 | 353 | 12 | 41 | 0 | 10 | 432 | 102 | 115 |
| Binary | 11010100 | 10011110 | 11101011 | 1010 | 100001 | 0 | 1000 | 100011010 | 1000010 | 1001101 |
Color Harmonies of #D49EEB
Complementary color
Monochromatic Colors of #D49EEB
Black with #D49EEB
Text Example
Text Example
White with #D49EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49EEB; }
p { color: rgb(212,158,235); }
H1.HeaderClassName
{
color: #D49EEB;
}
.AnyTagClassName
{
color: #D49EEB;
}
</style>
background-color css
<style>
a { background-color: #D49EEB; }
a { background-color: rgb(212,158,235); }
div.DivClassName
{
background-color: #D49EEB;
}
.BgClassName
{
background-color: #D49EEB;
}
</style>
border-color css
<style>
span { border-color: #D49EEB; }
span { border-color: rgb(212,158,235); }
td.TdClassName
{
border-color: #D49EEB;
}
.TagClassName
{
border-color: #D49EEB;
}
</style>