Shades of Wisteria #D394E3
Tints of Wisteria #D394E3
RGB
CMYK
RGB Variations
Color information
#D394E3 (or 0xD394E3) is known color: Wisteria. HEX triplet: D3, 94 and E3. RGB value is (211,148,227). Sum of RGB (Red+Green+Blue) = 211+148+227=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 227 - color contains mainly: blue. Hex color #D394E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394E3 is #2C6B1C. Grayscale: #AFAFAF. Windows color (decimal): -2911005 or 14914771. OLE color: 14914771.
HSL color Cylindrical-coordinate representation of color #D394E3: hue angle of 287.85º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D394E3 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 148 | 227 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.11 |
| HSL | 287.85º | 0.59% | 0.74% | - |
| HSV(B) | 287.85º | 0.35% | 0.89% | - |
| XYZ | 51.32 | 40.57 | 77.8 | - |
| YUV | 175.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 227 | 0.07 | 0.35 | 0 | 0.11 | 287.85 | 0.59 | 0.74 |
| Hex | D3 | 94 | E3 | 7 | 23 | 0 | B | 120 | 3B | 4A |
| Octal | 323 | 224 | 343 | 7 | 43 | 0 | 13 | 440 | 73 | 112 |
| Binary | 11010011 | 10010100 | 11100011 | 111 | 100011 | 0 | 1011 | 100100000 | 111011 | 1001010 |
Color Harmonies of #D394E3
Complementary color
Monochromatic Colors of #D394E3
Black with #D394E3
Text Example
Text Example
White with #D394E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D394E3; }
p { color: rgb(211,148,227); }
H1.HeaderClassName
{
color: #D394E3;
}
.AnyTagClassName
{
color: #D394E3;
}
</style>
background-color css
<style>
a { background-color: #D394E3; }
a { background-color: rgb(211,148,227); }
div.DivClassName
{
background-color: #D394E3;
}
.BgClassName
{
background-color: #D394E3;
}
</style>
border-color css
<style>
span { border-color: #D394E3; }
span { border-color: rgb(211,148,227); }
td.TdClassName
{
border-color: #D394E3;
}
.TagClassName
{
border-color: #D394E3;
}
</style>