Shades of Wisteria #D592EC
Tints of Wisteria #D592EC
RGB
CMYK
RGB Variations
Color information
#D592EC (or 0xD592EC) is known color: Wisteria. HEX triplet: D5, 92 and EC. RGB value is (213,146,236). Sum of RGB (Red+Green+Blue) = 213+146+236=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #D592EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592EC is #2A6D13. Grayscale: #B0B0B0. Windows color (decimal): -2780436 or 15504085. OLE color: 15504085.
HSL color Cylindrical-coordinate representation of color #D592EC: hue angle of 284.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D592EC is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 146 | 236 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.07 |
| HSL | 284.67º | 0.7% | 0.75% | - |
| HSV(B) | 284.67º | 0.38% | 0.93% | - |
| XYZ | 52.86 | 40.76 | 84.44 | - |
| YUV | 176.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 236 | 0.10 | 0.38 | 0 | 0.07 | 284.67 | 0.7 | 0.75 |
| Hex | D5 | 92 | EC | A | 26 | 0 | 7 | 11D | 46 | 4B |
| Octal | 325 | 222 | 354 | 12 | 46 | 0 | 7 | 435 | 106 | 113 |
| Binary | 11010101 | 10010010 | 11101100 | 1010 | 100110 | 0 | 111 | 100011101 | 1000110 | 1001011 |
Color Harmonies of #D592EC
Complementary color
Monochromatic Colors of #D592EC
Black with #D592EC
Text Example
Text Example
White with #D592EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592EC; }
p { color: rgb(213,146,236); }
H1.HeaderClassName
{
color: #D592EC;
}
.AnyTagClassName
{
color: #D592EC;
}
</style>
background-color css
<style>
a { background-color: #D592EC; }
a { background-color: rgb(213,146,236); }
div.DivClassName
{
background-color: #D592EC;
}
.BgClassName
{
background-color: #D592EC;
}
</style>
border-color css
<style>
span { border-color: #D592EC; }
span { border-color: rgb(213,146,236); }
td.TdClassName
{
border-color: #D592EC;
}
.TagClassName
{
border-color: #D592EC;
}
</style>