Shades of Wisteria #D393E4
Tints of Wisteria #D393E4
RGB
CMYK
RGB Variations
Color information
#D393E4 (or 0xD393E4) is known color: Wisteria. HEX triplet: D3, 93 and E4. RGB value is (211,147,228). Sum of RGB (Red+Green+Blue) = 211+147+228=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #D393E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393E4 is #2C6C1B. Grayscale: #AFAFAF. Windows color (decimal): -2911260 or 14980051. OLE color: 14980051.
HSL color Cylindrical-coordinate representation of color #D393E4: hue angle of 287.41º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D393E4 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 147 | 228 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.11 |
| HSL | 287.41º | 0.6% | 0.74% | - |
| HSV(B) | 287.41º | 0.36% | 0.89% | - |
| XYZ | 51.3 | 40.32 | 78.48 | - |
| YUV | 175.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 228 | 0.07 | 0.36 | 0 | 0.11 | 287.41 | 0.6 | 0.74 |
| Hex | D3 | 93 | E4 | 7 | 24 | 0 | B | 11F | 3C | 4A |
| Octal | 323 | 223 | 344 | 7 | 44 | 0 | 13 | 437 | 74 | 112 |
| Binary | 11010011 | 10010011 | 11100100 | 111 | 100100 | 0 | 1011 | 100011111 | 111100 | 1001010 |
Color Harmonies of #D393E4
Complementary color
Monochromatic Colors of #D393E4
Black with #D393E4
Text Example
Text Example
White with #D393E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D393E4; }
p { color: rgb(211,147,228); }
H1.HeaderClassName
{
color: #D393E4;
}
.AnyTagClassName
{
color: #D393E4;
}
</style>
background-color css
<style>
a { background-color: #D393E4; }
a { background-color: rgb(211,147,228); }
div.DivClassName
{
background-color: #D393E4;
}
.BgClassName
{
background-color: #D393E4;
}
</style>
border-color css
<style>
span { border-color: #D393E4; }
span { border-color: rgb(211,147,228); }
td.TdClassName
{
border-color: #D393E4;
}
.TagClassName
{
border-color: #D393E4;
}
</style>