Shades of Wisteria #D49AE5
Tints of Wisteria #D49AE5
RGB
CMYK
RGB Variations
Color information
#D49AE5 (or 0xD49AE5) is known color: Wisteria. HEX triplet: D4, 9A and E5. RGB value is (212,154,229). Sum of RGB (Red+Green+Blue) = 212+154+229=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #D49AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AE5 is #2B651A. Grayscale: #B3B3B3. Windows color (decimal): -2843931 or 15047380. OLE color: 15047380.
HSL color Cylindrical-coordinate representation of color #D49AE5: hue angle of 286.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49AE5 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 154 | 229 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.10 |
| HSL | 286.4º | 0.59% | 0.75% | - |
| HSV(B) | 286.4º | 0.33% | 0.9% | - |
| XYZ | 52.85 | 42.77 | 79.6 | - |
| YUV | 179.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 229 | 0.07 | 0.33 | 0 | 0.10 | 286.4 | 0.59 | 0.75 |
| Hex | D4 | 9A | E5 | 7 | 21 | 0 | A | 11E | 3B | 4B |
| Octal | 324 | 232 | 345 | 7 | 41 | 0 | 12 | 436 | 73 | 113 |
| Binary | 11010100 | 10011010 | 11100101 | 111 | 100001 | 0 | 1010 | 100011110 | 111011 | 1001011 |
Color Harmonies of #D49AE5
Complementary color
Monochromatic Colors of #D49AE5
Black with #D49AE5
Text Example
Text Example
White with #D49AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49AE5; }
p { color: rgb(212,154,229); }
H1.HeaderClassName
{
color: #D49AE5;
}
.AnyTagClassName
{
color: #D49AE5;
}
</style>
background-color css
<style>
a { background-color: #D49AE5; }
a { background-color: rgb(212,154,229); }
div.DivClassName
{
background-color: #D49AE5;
}
.BgClassName
{
background-color: #D49AE5;
}
</style>
border-color css
<style>
span { border-color: #D49AE5; }
span { border-color: rgb(212,154,229); }
td.TdClassName
{
border-color: #D49AE5;
}
.TagClassName
{
border-color: #D49AE5;
}
</style>