Shades of Wisteria #D39EEE
Tints of Wisteria #D39EEE
RGB
CMYK
RGB Variations
Color information
#D39EEE (or 0xD39EEE) is known color: Wisteria. HEX triplet: D3, 9E and EE. RGB value is (211,158,238). Sum of RGB (Red+Green+Blue) = 211+158+238=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #D39EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39EEE is #2C6111. Grayscale: #B6B6B6. Windows color (decimal): -2908434 or 15638227. OLE color: 15638227.
HSL color Cylindrical-coordinate representation of color #D39EEE: hue angle of 279.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D39EEE is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 158 | 238 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.07 |
| HSL | 279.75º | 0.7% | 0.78% | - |
| HSV(B) | 279.75º | 0.34% | 0.93% | - |
| XYZ | 54.52 | 44.48 | 86.6 | - |
| YUV | 182.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 238 | 0.11 | 0.34 | 0 | 0.07 | 279.75 | 0.7 | 0.78 |
| Hex | D3 | 9E | EE | B | 22 | 0 | 7 | 118 | 46 | 4E |
| Octal | 323 | 236 | 356 | 13 | 42 | 0 | 7 | 430 | 106 | 116 |
| Binary | 11010011 | 10011110 | 11101110 | 1011 | 100010 | 0 | 111 | 100011000 | 1000110 | 1001110 |
Color Harmonies of #D39EEE
Complementary color
Monochromatic Colors of #D39EEE
Black with #D39EEE
Text Example
Text Example
White with #D39EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EEE; }
p { color: rgb(211,158,238); }
H1.HeaderClassName
{
color: #D39EEE;
}
.AnyTagClassName
{
color: #D39EEE;
}
</style>
background-color css
<style>
a { background-color: #D39EEE; }
a { background-color: rgb(211,158,238); }
div.DivClassName
{
background-color: #D39EEE;
}
.BgClassName
{
background-color: #D39EEE;
}
</style>
border-color css
<style>
span { border-color: #D39EEE; }
span { border-color: rgb(211,158,238); }
td.TdClassName
{
border-color: #D39EEE;
}
.TagClassName
{
border-color: #D39EEE;
}
</style>