Shades of Wisteria #D39EEB
Tints of Wisteria #D39EEB
RGB
CMYK
RGB Variations
Color information
#D39EEB (or 0xD39EEB) is known color: Wisteria. HEX triplet: D3, 9E and EB. RGB value is (211,158,235). Sum of RGB (Red+Green+Blue) = 211+158+235=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #D39EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39EEB is #2C6114. Grayscale: #B6B6B6. Windows color (decimal): -2908437 or 15441619. OLE color: 15441619.
HSL color Cylindrical-coordinate representation of color #D39EEB: hue angle of 281.3º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D39EEB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 158 | 235 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.08 |
| HSL | 281.3º | 0.66% | 0.77% | - |
| HSV(B) | 281.3º | 0.33% | 0.92% | - |
| XYZ | 54.09 | 44.3 | 84.3 | - |
| YUV | 182.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 235 | 0.10 | 0.33 | 0 | 0.08 | 281.3 | 0.66 | 0.77 |
| Hex | D3 | 9E | EB | A | 21 | 0 | 8 | 119 | 42 | 4D |
| Octal | 323 | 236 | 353 | 12 | 41 | 0 | 10 | 431 | 102 | 115 |
| Binary | 11010011 | 10011110 | 11101011 | 1010 | 100001 | 0 | 1000 | 100011001 | 1000010 | 1001101 |
Color Harmonies of #D39EEB
Complementary color
Monochromatic Colors of #D39EEB
Black with #D39EEB
Text Example
Text Example
White with #D39EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EEB; }
p { color: rgb(211,158,235); }
H1.HeaderClassName
{
color: #D39EEB;
}
.AnyTagClassName
{
color: #D39EEB;
}
</style>
background-color css
<style>
a { background-color: #D39EEB; }
a { background-color: rgb(211,158,235); }
div.DivClassName
{
background-color: #D39EEB;
}
.BgClassName
{
background-color: #D39EEB;
}
</style>
border-color css
<style>
span { border-color: #D39EEB; }
span { border-color: rgb(211,158,235); }
td.TdClassName
{
border-color: #D39EEB;
}
.TagClassName
{
border-color: #D39EEB;
}
</style>