Shades of Wisteria #D39FED
Tints of Wisteria #D39FED
RGB
CMYK
RGB Variations
Color information
#D39FED (or 0xD39FED) is known color: Wisteria. HEX triplet: D3, 9F and ED. RGB value is (211,159,237). Sum of RGB (Red+Green+Blue) = 211+159+237=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #D39FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39FED is #2C6012. Grayscale: #B7B7B7. Windows color (decimal): -2908179 or 15572947. OLE color: 15572947.
HSL color Cylindrical-coordinate representation of color #D39FED: hue angle of 280º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D39FED is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 159 | 237 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.07 |
| HSL | 280º | 0.68% | 0.78% | - |
| HSV(B) | 280º | 0.33% | 0.93% | - |
| XYZ | 54.55 | 44.76 | 85.89 | - |
| YUV | 183.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 237 | 0.11 | 0.33 | 0 | 0.07 | 280 | 0.68 | 0.78 |
| Hex | D3 | 9F | ED | B | 21 | 0 | 7 | 118 | 44 | 4E |
| Octal | 323 | 237 | 355 | 13 | 41 | 0 | 7 | 430 | 104 | 116 |
| Binary | 11010011 | 10011111 | 11101101 | 1011 | 100001 | 0 | 111 | 100011000 | 1000100 | 1001110 |
Color Harmonies of #D39FED
Complementary color
Monochromatic Colors of #D39FED
Black with #D39FED
Text Example
Text Example
White with #D39FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39FED; }
p { color: rgb(211,159,237); }
H1.HeaderClassName
{
color: #D39FED;
}
.AnyTagClassName
{
color: #D39FED;
}
</style>
background-color css
<style>
a { background-color: #D39FED; }
a { background-color: rgb(211,159,237); }
div.DivClassName
{
background-color: #D39FED;
}
.BgClassName
{
background-color: #D39FED;
}
</style>
border-color css
<style>
span { border-color: #D39FED; }
span { border-color: rgb(211,159,237); }
td.TdClassName
{
border-color: #D39FED;
}
.TagClassName
{
border-color: #D39FED;
}
</style>