Shades of Wisteria #D392E5
Tints of Wisteria #D392E5
RGB
CMYK
RGB Variations
Color information
#D392E5 (or 0xD392E5) is known color: Wisteria. HEX triplet: D3, 92 and E5. RGB value is (211,146,229). Sum of RGB (Red+Green+Blue) = 211+146+229=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #D392E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392E5 is #2C6D1A. Grayscale: #AEAEAE. Windows color (decimal): -2911515 or 15045331. OLE color: 15045331.
HSL color Cylindrical-coordinate representation of color #D392E5: hue angle of 286.99º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D392E5 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 146 | 229 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.10 |
| HSL | 286.99º | 0.61% | 0.74% | - |
| HSV(B) | 286.99º | 0.36% | 0.9% | - |
| XYZ | 51.29 | 40.06 | 79.16 | - |
| YUV | 174.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 229 | 0.08 | 0.36 | 0 | 0.10 | 286.99 | 0.61 | 0.74 |
| Hex | D3 | 92 | E5 | 8 | 24 | 0 | A | 11F | 3D | 4A |
| Octal | 323 | 222 | 345 | 10 | 44 | 0 | 12 | 437 | 75 | 112 |
| Binary | 11010011 | 10010010 | 11100101 | 1000 | 100100 | 0 | 1010 | 100011111 | 111101 | 1001010 |
Color Harmonies of #D392E5
Complementary color
Monochromatic Colors of #D392E5
Black with #D392E5
Text Example
Text Example
White with #D392E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392E5; }
p { color: rgb(211,146,229); }
H1.HeaderClassName
{
color: #D392E5;
}
.AnyTagClassName
{
color: #D392E5;
}
</style>
background-color css
<style>
a { background-color: #D392E5; }
a { background-color: rgb(211,146,229); }
div.DivClassName
{
background-color: #D392E5;
}
.BgClassName
{
background-color: #D392E5;
}
</style>
border-color css
<style>
span { border-color: #D392E5; }
span { border-color: rgb(211,146,229); }
td.TdClassName
{
border-color: #D392E5;
}
.TagClassName
{
border-color: #D392E5;
}
</style>