Shades of Wisteria #D49DEB
Tints of Wisteria #D49DEB
RGB
CMYK
RGB Variations
Color information
#D49DEB (or 0xD49DEB) is known color: Wisteria. HEX triplet: D4, 9D and EB. RGB value is (212,157,235). Sum of RGB (Red+Green+Blue) = 212+157+235=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #D49DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DEB is #2B6214. Grayscale: #B6B6B6. Windows color (decimal): -2843157 or 15441364. OLE color: 15441364.
HSL color Cylindrical-coordinate representation of color #D49DEB: hue angle of 282.31º 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 #D49DEB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 157 | 235 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.08 |
| HSL | 282.31º | 0.66% | 0.77% | - |
| HSV(B) | 282.31º | 0.33% | 0.92% | - |
| XYZ | 54.2 | 44.11 | 84.25 | - |
| YUV | 182.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 235 | 0.10 | 0.33 | 0 | 0.08 | 282.31 | 0.66 | 0.77 |
| Hex | D4 | 9D | EB | A | 21 | 0 | 8 | 11A | 42 | 4D |
| Octal | 324 | 235 | 353 | 12 | 41 | 0 | 10 | 432 | 102 | 115 |
| Binary | 11010100 | 10011101 | 11101011 | 1010 | 100001 | 0 | 1000 | 100011010 | 1000010 | 1001101 |
Color Harmonies of #D49DEB
Complementary color
Monochromatic Colors of #D49DEB
Black with #D49DEB
Text Example
Text Example
White with #D49DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DEB; }
p { color: rgb(212,157,235); }
H1.HeaderClassName
{
color: #D49DEB;
}
.AnyTagClassName
{
color: #D49DEB;
}
</style>
background-color css
<style>
a { background-color: #D49DEB; }
a { background-color: rgb(212,157,235); }
div.DivClassName
{
background-color: #D49DEB;
}
.BgClassName
{
background-color: #D49DEB;
}
</style>
border-color css
<style>
span { border-color: #D49DEB; }
span { border-color: rgb(212,157,235); }
td.TdClassName
{
border-color: #D49DEB;
}
.TagClassName
{
border-color: #D49DEB;
}
</style>