Shades of Wisteria #D393EE
Tints of Wisteria #D393EE
RGB
CMYK
RGB Variations
Color information
#D393EE (or 0xD393EE) is known color: Wisteria. HEX triplet: D3, 93 and EE. RGB value is (211,147,238). Sum of RGB (Red+Green+Blue) = 211+147+238=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #D393EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D393EE is #2C6C11. Grayscale: #B0B0B0. Windows color (decimal): -2911250 or 15635411. OLE color: 15635411.
HSL color Cylindrical-coordinate representation of color #D393EE: hue angle of 282.2º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D393EE is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 147 | 238 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.07 |
| HSL | 282.2º | 0.73% | 0.75% | - |
| HSV(B) | 282.2º | 0.38% | 0.93% | - |
| XYZ | 52.73 | 40.89 | 86 | - |
| YUV | 176.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 238 | 0.11 | 0.38 | 0 | 0.07 | 282.2 | 0.73 | 0.75 |
| Hex | D3 | 93 | EE | B | 26 | 0 | 7 | 11A | 49 | 4B |
| Octal | 323 | 223 | 356 | 13 | 46 | 0 | 7 | 432 | 111 | 113 |
| Binary | 11010011 | 10010011 | 11101110 | 1011 | 100110 | 0 | 111 | 100011010 | 1001001 | 1001011 |
Color Harmonies of #D393EE
Complementary color
Monochromatic Colors of #D393EE
Black with #D393EE
Text Example
Text Example
White with #D393EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D393EE; }
p { color: rgb(211,147,238); }
H1.HeaderClassName
{
color: #D393EE;
}
.AnyTagClassName
{
color: #D393EE;
}
</style>
background-color css
<style>
a { background-color: #D393EE; }
a { background-color: rgb(211,147,238); }
div.DivClassName
{
background-color: #D393EE;
}
.BgClassName
{
background-color: #D393EE;
}
</style>
border-color css
<style>
span { border-color: #D393EE; }
span { border-color: rgb(211,147,238); }
td.TdClassName
{
border-color: #D393EE;
}
.TagClassName
{
border-color: #D393EE;
}
</style>