Shades of Wisteria #D39EDD
Tints of Wisteria #D39EDD
RGB
CMYK
RGB Variations
Color information
#D39EDD (or 0xD39EDD) is known color: Wisteria. HEX triplet: D3, 9E and DD. RGB value is (211,158,221). Sum of RGB (Red+Green+Blue) = 211+158+221=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #D39EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EDD is #2C6122. Grayscale: #B4B4B4. Windows color (decimal): -2908451 or 14524115. OLE color: 14524115.
HSL color Cylindrical-coordinate representation of color #D39EDD: hue angle of 290.48º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D39EDD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 158 | 221 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.13 |
| HSL | 290.48º | 0.48% | 0.74% | - |
| HSV(B) | 290.48º | 0.29% | 0.87% | - |
| XYZ | 52.14 | 43.52 | 74.06 | - |
| YUV | 181.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 221 | 0.05 | 0.29 | 0 | 0.13 | 290.48 | 0.48 | 0.74 |
| Hex | D3 | 9E | DD | 5 | 1D | 0 | D | 122 | 30 | 4A |
| Octal | 323 | 236 | 335 | 5 | 35 | 0 | 15 | 442 | 60 | 112 |
| Binary | 11010011 | 10011110 | 11011101 | 101 | 11101 | 0 | 1101 | 100100010 | 110000 | 1001010 |
Color Harmonies of #D39EDD
Complementary color
Monochromatic Colors of #D39EDD
Black with #D39EDD
Text Example
Text Example
White with #D39EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EDD; }
p { color: rgb(211,158,221); }
H1.HeaderClassName
{
color: #D39EDD;
}
.AnyTagClassName
{
color: #D39EDD;
}
</style>
background-color css
<style>
a { background-color: #D39EDD; }
a { background-color: rgb(211,158,221); }
div.DivClassName
{
background-color: #D39EDD;
}
.BgClassName
{
background-color: #D39EDD;
}
</style>
border-color css
<style>
span { border-color: #D39EDD; }
span { border-color: rgb(211,158,221); }
td.TdClassName
{
border-color: #D39EDD;
}
.TagClassName
{
border-color: #D39EDD;
}
</style>