Shades of Wisteria #D49DE1
Tints of Wisteria #D49DE1
RGB
CMYK
RGB Variations
Color information
#D49DE1 (or 0xD49DE1) is known color: Wisteria. HEX triplet: D4, 9D and E1. RGB value is (212,157,225). Sum of RGB (Red+Green+Blue) = 212+157+225=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #D49DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DE1 is #2B621E. Grayscale: #B4B4B4. Windows color (decimal): -2843167 or 14786004. OLE color: 14786004.
HSL color Cylindrical-coordinate representation of color #D49DE1: hue angle of 288.53º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49DE1 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 157 | 225 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.12 |
| HSL | 288.53º | 0.53% | 0.75% | - |
| HSV(B) | 288.53º | 0.3% | 0.88% | - |
| XYZ | 52.8 | 43.55 | 76.86 | - |
| YUV | 181.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 225 | 0.06 | 0.30 | 0 | 0.12 | 288.53 | 0.53 | 0.75 |
| Hex | D4 | 9D | E1 | 6 | 1E | 0 | C | 121 | 35 | 4B |
| Octal | 324 | 235 | 341 | 6 | 36 | 0 | 14 | 441 | 65 | 113 |
| Binary | 11010100 | 10011101 | 11100001 | 110 | 11110 | 0 | 1100 | 100100001 | 110101 | 1001011 |
Color Harmonies of #D49DE1
Complementary color
Monochromatic Colors of #D49DE1
Black with #D49DE1
Text Example
Text Example
White with #D49DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DE1; }
p { color: rgb(212,157,225); }
H1.HeaderClassName
{
color: #D49DE1;
}
.AnyTagClassName
{
color: #D49DE1;
}
</style>
background-color css
<style>
a { background-color: #D49DE1; }
a { background-color: rgb(212,157,225); }
div.DivClassName
{
background-color: #D49DE1;
}
.BgClassName
{
background-color: #D49DE1;
}
</style>
border-color css
<style>
span { border-color: #D49DE1; }
span { border-color: rgb(212,157,225); }
td.TdClassName
{
border-color: #D49DE1;
}
.TagClassName
{
border-color: #D49DE1;
}
</style>