Shades of Wisteria #D393E5
Tints of Wisteria #D393E5
RGB
CMYK
RGB Variations
Color information
#D393E5 (or 0xD393E5) is known color: Wisteria. HEX triplet: D3, 93 and E5. RGB value is (211,147,229). Sum of RGB (Red+Green+Blue) = 211+147+229=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #D393E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393E5 is #2C6C1A. Grayscale: #AFAFAF. Windows color (decimal): -2911259 or 15045587. OLE color: 15045587.
HSL color Cylindrical-coordinate representation of color #D393E5: hue angle of 286.83º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D393E5 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 147 | 229 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.10 |
| HSL | 286.83º | 0.61% | 0.74% | - |
| HSV(B) | 286.83º | 0.36% | 0.9% | - |
| XYZ | 51.44 | 40.37 | 79.21 | - |
| YUV | 175.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 229 | 0.08 | 0.36 | 0 | 0.10 | 286.83 | 0.61 | 0.74 |
| Hex | D3 | 93 | E5 | 8 | 24 | 0 | A | 11F | 3D | 4A |
| Octal | 323 | 223 | 345 | 10 | 44 | 0 | 12 | 437 | 75 | 112 |
| Binary | 11010011 | 10010011 | 11100101 | 1000 | 100100 | 0 | 1010 | 100011111 | 111101 | 1001010 |
Color Harmonies of #D393E5
Complementary color
Monochromatic Colors of #D393E5
Black with #D393E5
Text Example
Text Example
White with #D393E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D393E5; }
p { color: rgb(211,147,229); }
H1.HeaderClassName
{
color: #D393E5;
}
.AnyTagClassName
{
color: #D393E5;
}
</style>
background-color css
<style>
a { background-color: #D393E5; }
a { background-color: rgb(211,147,229); }
div.DivClassName
{
background-color: #D393E5;
}
.BgClassName
{
background-color: #D393E5;
}
</style>
border-color css
<style>
span { border-color: #D393E5; }
span { border-color: rgb(211,147,229); }
td.TdClassName
{
border-color: #D393E5;
}
.TagClassName
{
border-color: #D393E5;
}
</style>