Shades of Wisteria #D39EE2
Tints of Wisteria #D39EE2
RGB
CMYK
RGB Variations
Color information
#D39EE2 (or 0xD39EE2) is known color: Wisteria. HEX triplet: D3, 9E and E2. RGB value is (211,158,226). Sum of RGB (Red+Green+Blue) = 211+158+226=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 226 - color contains mainly: blue. Hex color #D39EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EE2 is #2C611D. Grayscale: #B5B5B5. Windows color (decimal): -2908446 or 14851795. OLE color: 14851795.
HSL color Cylindrical-coordinate representation of color #D39EE2: hue angle of 286.76º 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 #D39EE2 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 158 | 226 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.11 |
| HSL | 286.76º | 0.54% | 0.75% | - |
| HSV(B) | 286.76º | 0.3% | 0.89% | - |
| XYZ | 52.82 | 43.79 | 77.62 | - |
| YUV | 181.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 226 | 0.07 | 0.30 | 0 | 0.11 | 286.76 | 0.54 | 0.75 |
| Hex | D3 | 9E | E2 | 7 | 1E | 0 | B | 11F | 36 | 4B |
| Octal | 323 | 236 | 342 | 7 | 36 | 0 | 13 | 437 | 66 | 113 |
| Binary | 11010011 | 10011110 | 11100010 | 111 | 11110 | 0 | 1011 | 100011111 | 110110 | 1001011 |
Color Harmonies of #D39EE2
Complementary color
Monochromatic Colors of #D39EE2
Black with #D39EE2
Text Example
Text Example
White with #D39EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EE2; }
p { color: rgb(211,158,226); }
H1.HeaderClassName
{
color: #D39EE2;
}
.AnyTagClassName
{
color: #D39EE2;
}
</style>
background-color css
<style>
a { background-color: #D39EE2; }
a { background-color: rgb(211,158,226); }
div.DivClassName
{
background-color: #D39EE2;
}
.BgClassName
{
background-color: #D39EE2;
}
</style>
border-color css
<style>
span { border-color: #D39EE2; }
span { border-color: rgb(211,158,226); }
td.TdClassName
{
border-color: #D39EE2;
}
.TagClassName
{
border-color: #D39EE2;
}
</style>