Shades of Wisteria #D392E1
Tints of Wisteria #D392E1
RGB
CMYK
RGB Variations
Color information
#D392E1 (or 0xD392E1) is known color: Wisteria. HEX triplet: D3, 92 and E1. RGB value is (211,146,225). Sum of RGB (Red+Green+Blue) = 211+146+225=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #D392E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392E1 is #2C6D1E. Grayscale: #AEAEAE. Windows color (decimal): -2911519 or 14783187. OLE color: 14783187.
HSL color Cylindrical-coordinate representation of color #D392E1: hue angle of 289.37º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D392E1 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 146 | 225 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.12 |
| HSL | 289.37º | 0.57% | 0.73% | - |
| HSV(B) | 289.37º | 0.35% | 0.88% | - |
| XYZ | 50.73 | 39.84 | 76.25 | - |
| YUV | 174.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 225 | 0.06 | 0.35 | 0 | 0.12 | 289.37 | 0.57 | 0.73 |
| Hex | D3 | 92 | E1 | 6 | 23 | 0 | C | 121 | 39 | 49 |
| Octal | 323 | 222 | 341 | 6 | 43 | 0 | 14 | 441 | 71 | 111 |
| Binary | 11010011 | 10010010 | 11100001 | 110 | 100011 | 0 | 1100 | 100100001 | 111001 | 1001001 |
Color Harmonies of #D392E1
Complementary color
Monochromatic Colors of #D392E1
Black with #D392E1
Text Example
Text Example
White with #D392E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392E1; }
p { color: rgb(211,146,225); }
H1.HeaderClassName
{
color: #D392E1;
}
.AnyTagClassName
{
color: #D392E1;
}
</style>
background-color css
<style>
a { background-color: #D392E1; }
a { background-color: rgb(211,146,225); }
div.DivClassName
{
background-color: #D392E1;
}
.BgClassName
{
background-color: #D392E1;
}
</style>
border-color css
<style>
span { border-color: #D392E1; }
span { border-color: rgb(211,146,225); }
td.TdClassName
{
border-color: #D392E1;
}
.TagClassName
{
border-color: #D392E1;
}
</style>