Shades of Wisteria #D49FE2
Tints of Wisteria #D49FE2
RGB
CMYK
RGB Variations
Color information
#D49FE2 (or 0xD49FE2) is known color: Wisteria. HEX triplet: D4, 9F and E2. RGB value is (212,159,226). Sum of RGB (Red+Green+Blue) = 212+159+226=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 226 - color contains mainly: blue. Hex color #D49FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FE2 is #2B601D. Grayscale: #B6B6B6. Windows color (decimal): -2842654 or 14852052. OLE color: 14852052.
HSL color Cylindrical-coordinate representation of color #D49FE2: hue angle of 287.46º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49FE2 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 159 | 226 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.11 |
| HSL | 287.46º | 0.54% | 0.75% | - |
| HSV(B) | 287.46º | 0.3% | 0.89% | - |
| XYZ | 53.28 | 44.28 | 77.69 | - |
| YUV | 182.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 226 | 0.06 | 0.30 | 0 | 0.11 | 287.46 | 0.54 | 0.75 |
| Hex | D4 | 9F | E2 | 6 | 1E | 0 | B | 11F | 36 | 4B |
| Octal | 324 | 237 | 342 | 6 | 36 | 0 | 13 | 437 | 66 | 113 |
| Binary | 11010100 | 10011111 | 11100010 | 110 | 11110 | 0 | 1011 | 100011111 | 110110 | 1001011 |
Color Harmonies of #D49FE2
Complementary color
Monochromatic Colors of #D49FE2
Black with #D49FE2
Text Example
Text Example
White with #D49FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FE2; }
p { color: rgb(212,159,226); }
H1.HeaderClassName
{
color: #D49FE2;
}
.AnyTagClassName
{
color: #D49FE2;
}
</style>
background-color css
<style>
a { background-color: #D49FE2; }
a { background-color: rgb(212,159,226); }
div.DivClassName
{
background-color: #D49FE2;
}
.BgClassName
{
background-color: #D49FE2;
}
</style>
border-color css
<style>
span { border-color: #D49FE2; }
span { border-color: rgb(212,159,226); }
td.TdClassName
{
border-color: #D49FE2;
}
.TagClassName
{
border-color: #D49FE2;
}
</style>