Shades of Wisteria #D393EB
Tints of Wisteria #D393EB
RGB
CMYK
RGB Variations
Color information
#D393EB (or 0xD393EB) is known color: Wisteria. HEX triplet: D3, 93 and EB. RGB value is (211,147,235). Sum of RGB (Red+Green+Blue) = 211+147+235=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #D393EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D393EB is #2C6C14. Grayscale: #AFAFAF. Windows color (decimal): -2911253 or 15438803. OLE color: 15438803.
HSL color Cylindrical-coordinate representation of color #D393EB: hue angle of 283.64º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D393EB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 147 | 235 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.08 |
| HSL | 283.64º | 0.69% | 0.75% | - |
| HSV(B) | 283.64º | 0.37% | 0.92% | - |
| XYZ | 52.29 | 40.71 | 83.7 | - |
| YUV | 176.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 235 | 0.10 | 0.37 | 0 | 0.08 | 283.64 | 0.69 | 0.75 |
| Hex | D3 | 93 | EB | A | 25 | 0 | 8 | 11C | 45 | 4B |
| Octal | 323 | 223 | 353 | 12 | 45 | 0 | 10 | 434 | 105 | 113 |
| Binary | 11010011 | 10010011 | 11101011 | 1010 | 100101 | 0 | 1000 | 100011100 | 1000101 | 1001011 |
Color Harmonies of #D393EB
Complementary color
Monochromatic Colors of #D393EB
Black with #D393EB
Text Example
Text Example
White with #D393EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D393EB; }
p { color: rgb(211,147,235); }
H1.HeaderClassName
{
color: #D393EB;
}
.AnyTagClassName
{
color: #D393EB;
}
</style>
background-color css
<style>
a { background-color: #D393EB; }
a { background-color: rgb(211,147,235); }
div.DivClassName
{
background-color: #D393EB;
}
.BgClassName
{
background-color: #D393EB;
}
</style>
border-color css
<style>
span { border-color: #D393EB; }
span { border-color: rgb(211,147,235); }
td.TdClassName
{
border-color: #D393EB;
}
.TagClassName
{
border-color: #D393EB;
}
</style>