Shades of Wisteria #D49FEE
Tints of Wisteria #D49FEE
RGB
CMYK
RGB Variations
Color information
#D49FEE (or 0xD49FEE) is known color: Wisteria. HEX triplet: D4, 9F and EE. RGB value is (212,159,238). Sum of RGB (Red+Green+Blue) = 212+159+238=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #D49FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FEE is #2B6011. Grayscale: #B7B7B7. Windows color (decimal): -2842642 or 15638484. OLE color: 15638484.
HSL color Cylindrical-coordinate representation of color #D49FEE: hue angle of 280.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49FEE is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 159 | 238 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.07 |
| HSL | 280.25º | 0.7% | 0.78% | - |
| HSV(B) | 280.25º | 0.33% | 0.93% | - |
| XYZ | 54.98 | 44.97 | 86.67 | - |
| YUV | 183.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 238 | 0.11 | 0.33 | 0 | 0.07 | 280.25 | 0.7 | 0.78 |
| Hex | D4 | 9F | EE | B | 21 | 0 | 7 | 118 | 46 | 4E |
| Octal | 324 | 237 | 356 | 13 | 41 | 0 | 7 | 430 | 106 | 116 |
| Binary | 11010100 | 10011111 | 11101110 | 1011 | 100001 | 0 | 111 | 100011000 | 1000110 | 1001110 |
Color Harmonies of #D49FEE
Complementary color
Monochromatic Colors of #D49FEE
Black with #D49FEE
Text Example
Text Example
White with #D49FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FEE; }
p { color: rgb(212,159,238); }
H1.HeaderClassName
{
color: #D49FEE;
}
.AnyTagClassName
{
color: #D49FEE;
}
</style>
background-color css
<style>
a { background-color: #D49FEE; }
a { background-color: rgb(212,159,238); }
div.DivClassName
{
background-color: #D49FEE;
}
.BgClassName
{
background-color: #D49FEE;
}
</style>
border-color css
<style>
span { border-color: #D49FEE; }
span { border-color: rgb(212,159,238); }
td.TdClassName
{
border-color: #D49FEE;
}
.TagClassName
{
border-color: #D49FEE;
}
</style>