Shades of Wisteria #D394DF
Tints of Wisteria #D394DF
RGB
CMYK
RGB Variations
Color information
#D394DF (or 0xD394DF) is known color: Wisteria. HEX triplet: D3, 94 and DF. RGB value is (211,148,223). Sum of RGB (Red+Green+Blue) = 211+148+223=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #D394DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394DF is #2C6B20. Grayscale: #AFAFAF. Windows color (decimal): -2911009 or 14652627. OLE color: 14652627.
HSL color Cylindrical-coordinate representation of color #D394DF: hue angle of 290.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D394DF is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 148 | 223 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.13 |
| HSL | 290.4º | 0.54% | 0.73% | - |
| HSV(B) | 290.4º | 0.34% | 0.87% | - |
| XYZ | 50.77 | 40.36 | 74.93 | - |
| YUV | 175.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 223 | 0.05 | 0.34 | 0 | 0.13 | 290.4 | 0.54 | 0.73 |
| Hex | D3 | 94 | DF | 5 | 22 | 0 | D | 122 | 36 | 49 |
| Octal | 323 | 224 | 337 | 5 | 42 | 0 | 15 | 442 | 66 | 111 |
| Binary | 11010011 | 10010100 | 11011111 | 101 | 100010 | 0 | 1101 | 100100010 | 110110 | 1001001 |
Color Harmonies of #D394DF
Complementary color
Monochromatic Colors of #D394DF
Black with #D394DF
Text Example
Text Example
White with #D394DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D394DF; }
p { color: rgb(211,148,223); }
H1.HeaderClassName
{
color: #D394DF;
}
.AnyTagClassName
{
color: #D394DF;
}
</style>
background-color css
<style>
a { background-color: #D394DF; }
a { background-color: rgb(211,148,223); }
div.DivClassName
{
background-color: #D394DF;
}
.BgClassName
{
background-color: #D394DF;
}
</style>
border-color css
<style>
span { border-color: #D394DF; }
span { border-color: rgb(211,148,223); }
td.TdClassName
{
border-color: #D394DF;
}
.TagClassName
{
border-color: #D394DF;
}
</style>