Shades of Wisteria #D592E6
Tints of Wisteria #D592E6
RGB
CMYK
RGB Variations
Color information
#D592E6 (or 0xD592E6) is known color: Wisteria. HEX triplet: D5, 92 and E6. RGB value is (213,146,230). Sum of RGB (Red+Green+Blue) = 213+146+230=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #D592E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592E6 is #2A6D19. Grayscale: #AFAFAF. Windows color (decimal): -2780442 or 15110869. OLE color: 15110869.
HSL color Cylindrical-coordinate representation of color #D592E6: hue angle of 287.86º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D592E6 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 146 | 230 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.10 |
| HSL | 287.86º | 0.63% | 0.74% | - |
| HSV(B) | 287.86º | 0.37% | 0.9% | - |
| XYZ | 52 | 40.42 | 79.92 | - |
| YUV | 175.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 230 | 0.07 | 0.37 | 0 | 0.10 | 287.86 | 0.63 | 0.74 |
| Hex | D5 | 92 | E6 | 7 | 25 | 0 | A | 120 | 3F | 4A |
| Octal | 325 | 222 | 346 | 7 | 45 | 0 | 12 | 440 | 77 | 112 |
| Binary | 11010101 | 10010010 | 11100110 | 111 | 100101 | 0 | 1010 | 100100000 | 111111 | 1001010 |
Color Harmonies of #D592E6
Complementary color
Monochromatic Colors of #D592E6
Black with #D592E6
Text Example
Text Example
White with #D592E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592E6; }
p { color: rgb(213,146,230); }
H1.HeaderClassName
{
color: #D592E6;
}
.AnyTagClassName
{
color: #D592E6;
}
</style>
background-color css
<style>
a { background-color: #D592E6; }
a { background-color: rgb(213,146,230); }
div.DivClassName
{
background-color: #D592E6;
}
.BgClassName
{
background-color: #D592E6;
}
</style>
border-color css
<style>
span { border-color: #D592E6; }
span { border-color: rgb(213,146,230); }
td.TdClassName
{
border-color: #D592E6;
}
.TagClassName
{
border-color: #D592E6;
}
</style>