Shades of Wisteria #D39EDF
Tints of Wisteria #D39EDF
RGB
CMYK
RGB Variations
Color information
#D39EDF (or 0xD39EDF) is known color: Wisteria. HEX triplet: D3, 9E and DF. RGB value is (211,158,223). Sum of RGB (Red+Green+Blue) = 211+158+223=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #D39EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EDF is #2C6120. Grayscale: #B5B5B5. Windows color (decimal): -2908449 or 14655187. OLE color: 14655187.
HSL color Cylindrical-coordinate representation of color #D39EDF: hue angle of 288.92º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D39EDF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 158 | 223 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.13 |
| HSL | 288.92º | 0.5% | 0.75% | - |
| HSV(B) | 288.92º | 0.29% | 0.87% | - |
| XYZ | 52.41 | 43.63 | 75.47 | - |
| YUV | 181.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 223 | 0.05 | 0.29 | 0 | 0.13 | 288.92 | 0.5 | 0.75 |
| Hex | D3 | 9E | DF | 5 | 1D | 0 | D | 121 | 32 | 4B |
| Octal | 323 | 236 | 337 | 5 | 35 | 0 | 15 | 441 | 62 | 113 |
| Binary | 11010011 | 10011110 | 11011111 | 101 | 11101 | 0 | 1101 | 100100001 | 110010 | 1001011 |
Color Harmonies of #D39EDF
Complementary color
Monochromatic Colors of #D39EDF
Black with #D39EDF
Text Example
Text Example
White with #D39EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EDF; }
p { color: rgb(211,158,223); }
H1.HeaderClassName
{
color: #D39EDF;
}
.AnyTagClassName
{
color: #D39EDF;
}
</style>
background-color css
<style>
a { background-color: #D39EDF; }
a { background-color: rgb(211,158,223); }
div.DivClassName
{
background-color: #D39EDF;
}
.BgClassName
{
background-color: #D39EDF;
}
</style>
border-color css
<style>
span { border-color: #D39EDF; }
span { border-color: rgb(211,158,223); }
td.TdClassName
{
border-color: #D39EDF;
}
.TagClassName
{
border-color: #D39EDF;
}
</style>