Shades of Wisteria #D390E7
Tints of Wisteria #D390E7
RGB
CMYK
RGB Variations
Color information
#D390E7 (or 0xD390E7) is known color: Wisteria. HEX triplet: D3, 90 and E7. RGB value is (211,144,231). Sum of RGB (Red+Green+Blue) = 211+144+231=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #D390E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D390E7 is #2C6F18. Grayscale: #ADADAD. Windows color (decimal): -2912025 or 15175891. OLE color: 15175891.
HSL color Cylindrical-coordinate representation of color #D390E7: hue angle of 286.21º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D390E7 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 144 | 231 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.09 |
| HSL | 286.21º | 0.64% | 0.74% | - |
| HSV(B) | 286.21º | 0.38% | 0.91% | - |
| XYZ | 51.26 | 39.56 | 80.54 | - |
| YUV | 173.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 231 | 0.09 | 0.38 | 0 | 0.09 | 286.21 | 0.64 | 0.74 |
| Hex | D3 | 90 | E7 | 9 | 26 | 0 | 9 | 11E | 40 | 4A |
| Octal | 323 | 220 | 347 | 11 | 46 | 0 | 11 | 436 | 100 | 112 |
| Binary | 11010011 | 10010000 | 11100111 | 1001 | 100110 | 0 | 1001 | 100011110 | 1000000 | 1001010 |
Color Harmonies of #D390E7
Complementary color
Monochromatic Colors of #D390E7
Black with #D390E7
Text Example
Text Example
White with #D390E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390E7; }
p { color: rgb(211,144,231); }
H1.HeaderClassName
{
color: #D390E7;
}
.AnyTagClassName
{
color: #D390E7;
}
</style>
background-color css
<style>
a { background-color: #D390E7; }
a { background-color: rgb(211,144,231); }
div.DivClassName
{
background-color: #D390E7;
}
.BgClassName
{
background-color: #D390E7;
}
</style>
border-color css
<style>
span { border-color: #D390E7; }
span { border-color: rgb(211,144,231); }
td.TdClassName
{
border-color: #D390E7;
}
.TagClassName
{
border-color: #D390E7;
}
</style>