Shades of Wisteria #D39EEA
Tints of Wisteria #D39EEA
RGB
CMYK
RGB Variations
Color information
#D39EEA (or 0xD39EEA) is known color: Wisteria. HEX triplet: D3, 9E and EA. RGB value is (211,158,234). Sum of RGB (Red+Green+Blue) = 211+158+234=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #D39EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39EEA is #2C6115. Grayscale: #B6B6B6. Windows color (decimal): -2908438 or 15376083. OLE color: 15376083.
HSL color Cylindrical-coordinate representation of color #D39EEA: hue angle of 281.84º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D39EEA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 158 | 234 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.08 |
| HSL | 281.84º | 0.64% | 0.77% | - |
| HSV(B) | 281.84º | 0.32% | 0.92% | - |
| XYZ | 53.94 | 44.24 | 83.54 | - |
| YUV | 182.51 | 157.06 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 234 | 0.10 | 0.32 | 0 | 0.08 | 281.84 | 0.64 | 0.77 |
| Hex | D3 | 9E | EA | A | 20 | 0 | 8 | 11A | 40 | 4D |
| Octal | 323 | 236 | 352 | 12 | 40 | 0 | 10 | 432 | 100 | 115 |
| Binary | 11010011 | 10011110 | 11101010 | 1010 | 100000 | 0 | 1000 | 100011010 | 1000000 | 1001101 |
Color Harmonies of #D39EEA
Complementary color
Monochromatic Colors of #D39EEA
Black with #D39EEA
Text Example
Text Example
White with #D39EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EEA; }
p { color: rgb(211,158,234); }
H1.HeaderClassName
{
color: #D39EEA;
}
.AnyTagClassName
{
color: #D39EEA;
}
</style>
background-color css
<style>
a { background-color: #D39EEA; }
a { background-color: rgb(211,158,234); }
div.DivClassName
{
background-color: #D39EEA;
}
.BgClassName
{
background-color: #D39EEA;
}
</style>
border-color css
<style>
span { border-color: #D39EEA; }
span { border-color: rgb(211,158,234); }
td.TdClassName
{
border-color: #D39EEA;
}
.TagClassName
{
border-color: #D39EEA;
}
</style>