Shades of Wisteria #D39AED
Tints of Wisteria #D39AED
RGB
CMYK
RGB Variations
Color information
#D39AED (or 0xD39AED) is known color: Wisteria. HEX triplet: D3, 9A and ED. RGB value is (211,154,237). Sum of RGB (Red+Green+Blue) = 211+154+237=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #D39AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39AED is #2C6512. Grayscale: #B4B4B4. Windows color (decimal): -2909459 or 15571667. OLE color: 15571667.
HSL color Cylindrical-coordinate representation of color #D39AED: hue angle of 281.2º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D39AED is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 154 | 237 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.07 |
| HSL | 281.2º | 0.7% | 0.77% | - |
| HSV(B) | 281.2º | 0.35% | 0.93% | - |
| XYZ | 53.71 | 43.07 | 85.6 | - |
| YUV | 180.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 237 | 0.11 | 0.35 | 0 | 0.07 | 281.2 | 0.7 | 0.77 |
| Hex | D3 | 9A | ED | B | 23 | 0 | 7 | 119 | 46 | 4D |
| Octal | 323 | 232 | 355 | 13 | 43 | 0 | 7 | 431 | 106 | 115 |
| Binary | 11010011 | 10011010 | 11101101 | 1011 | 100011 | 0 | 111 | 100011001 | 1000110 | 1001101 |
Color Harmonies of #D39AED
Complementary color
Monochromatic Colors of #D39AED
Black with #D39AED
Text Example
Text Example
White with #D39AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39AED; }
p { color: rgb(211,154,237); }
H1.HeaderClassName
{
color: #D39AED;
}
.AnyTagClassName
{
color: #D39AED;
}
</style>
background-color css
<style>
a { background-color: #D39AED; }
a { background-color: rgb(211,154,237); }
div.DivClassName
{
background-color: #D39AED;
}
.BgClassName
{
background-color: #D39AED;
}
</style>
border-color css
<style>
span { border-color: #D39AED; }
span { border-color: rgb(211,154,237); }
td.TdClassName
{
border-color: #D39AED;
}
.TagClassName
{
border-color: #D39AED;
}
</style>