Shades of Wisteria #D395E4
Tints of Wisteria #D395E4
RGB
CMYK
RGB Variations
Color information
#D395E4 (or 0xD395E4) is known color: Wisteria. HEX triplet: D3, 95 and E4. RGB value is (211,149,228). Sum of RGB (Red+Green+Blue) = 211+149+228=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #D395E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395E4 is #2C6A1B. Grayscale: #B0B0B0. Windows color (decimal): -2910748 or 14980563. OLE color: 14980563.
HSL color Cylindrical-coordinate representation of color #D395E4: hue angle of 287.09º 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 #D395E4 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 149 | 228 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.11 |
| HSL | 287.09º | 0.59% | 0.74% | - |
| HSV(B) | 287.09º | 0.35% | 0.89% | - |
| XYZ | 51.62 | 40.95 | 78.58 | - |
| YUV | 176.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 228 | 0.07 | 0.35 | 0 | 0.11 | 287.09 | 0.59 | 0.74 |
| Hex | D3 | 95 | E4 | 7 | 23 | 0 | B | 11F | 3B | 4A |
| Octal | 323 | 225 | 344 | 7 | 43 | 0 | 13 | 437 | 73 | 112 |
| Binary | 11010011 | 10010101 | 11100100 | 111 | 100011 | 0 | 1011 | 100011111 | 111011 | 1001010 |
Color Harmonies of #D395E4
Complementary color
Monochromatic Colors of #D395E4
Black with #D395E4
Text Example
Text Example
White with #D395E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D395E4; }
p { color: rgb(211,149,228); }
H1.HeaderClassName
{
color: #D395E4;
}
.AnyTagClassName
{
color: #D395E4;
}
</style>
background-color css
<style>
a { background-color: #D395E4; }
a { background-color: rgb(211,149,228); }
div.DivClassName
{
background-color: #D395E4;
}
.BgClassName
{
background-color: #D395E4;
}
</style>
border-color css
<style>
span { border-color: #D395E4; }
span { border-color: rgb(211,149,228); }
td.TdClassName
{
border-color: #D395E4;
}
.TagClassName
{
border-color: #D395E4;
}
</style>