Shades of Wisteria #D49FEA
Tints of Wisteria #D49FEA
RGB
CMYK
RGB Variations
Color information
#D49FEA (or 0xD49FEA) is known color: Wisteria. HEX triplet: D4, 9F and EA. RGB value is (212,159,234). Sum of RGB (Red+Green+Blue) = 212+159+234=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #D49FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FEA is #2B6015. Grayscale: #B7B7B7. Windows color (decimal): -2842646 or 15376340. OLE color: 15376340.
HSL color Cylindrical-coordinate representation of color #D49FEA: hue angle of 282.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49FEA is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 159 | 234 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.08 |
| HSL | 282.4º | 0.64% | 0.77% | - |
| HSV(B) | 282.4º | 0.32% | 0.92% | - |
| XYZ | 54.4 | 44.73 | 83.61 | - |
| YUV | 183.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 234 | 0.09 | 0.32 | 0 | 0.08 | 282.4 | 0.64 | 0.77 |
| Hex | D4 | 9F | EA | 9 | 20 | 0 | 8 | 11A | 40 | 4D |
| Octal | 324 | 237 | 352 | 11 | 40 | 0 | 10 | 432 | 100 | 115 |
| Binary | 11010100 | 10011111 | 11101010 | 1001 | 100000 | 0 | 1000 | 100011010 | 1000000 | 1001101 |
Color Harmonies of #D49FEA
Complementary color
Monochromatic Colors of #D49FEA
Black with #D49FEA
Text Example
Text Example
White with #D49FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FEA; }
p { color: rgb(212,159,234); }
H1.HeaderClassName
{
color: #D49FEA;
}
.AnyTagClassName
{
color: #D49FEA;
}
</style>
background-color css
<style>
a { background-color: #D49FEA; }
a { background-color: rgb(212,159,234); }
div.DivClassName
{
background-color: #D49FEA;
}
.BgClassName
{
background-color: #D49FEA;
}
</style>
border-color css
<style>
span { border-color: #D49FEA; }
span { border-color: rgb(212,159,234); }
td.TdClassName
{
border-color: #D49FEA;
}
.TagClassName
{
border-color: #D49FEA;
}
</style>