Shades of Wisteria #D596E6
Tints of Wisteria #D596E6
RGB
CMYK
RGB Variations
Color information
#D596E6 (or 0xD596E6) is known color: Wisteria. HEX triplet: D5, 96 and E6. RGB value is (213,150,230). Sum of RGB (Red+Green+Blue) = 213+150+230=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #D596E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D596E6 is #2A6919. Grayscale: #B1B1B1. Windows color (decimal): -2779418 or 15111893. OLE color: 15111893.
HSL color Cylindrical-coordinate representation of color #D596E6: hue angle of 287.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D596E6 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 150 | 230 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.10 |
| HSL | 287.25º | 0.62% | 0.75% | - |
| HSV(B) | 287.25º | 0.35% | 0.9% | - |
| XYZ | 52.63 | 41.67 | 80.13 | - |
| YUV | 177.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 230 | 0.07 | 0.35 | 0 | 0.10 | 287.25 | 0.62 | 0.75 |
| Hex | D5 | 96 | E6 | 7 | 23 | 0 | A | 11F | 3E | 4B |
| Octal | 325 | 226 | 346 | 7 | 43 | 0 | 12 | 437 | 76 | 113 |
| Binary | 11010101 | 10010110 | 11100110 | 111 | 100011 | 0 | 1010 | 100011111 | 111110 | 1001011 |
Color Harmonies of #D596E6
Complementary color
Monochromatic Colors of #D596E6
Black with #D596E6
Text Example
Text Example
White with #D596E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596E6; }
p { color: rgb(213,150,230); }
H1.HeaderClassName
{
color: #D596E6;
}
.AnyTagClassName
{
color: #D596E6;
}
</style>
background-color css
<style>
a { background-color: #D596E6; }
a { background-color: rgb(213,150,230); }
div.DivClassName
{
background-color: #D596E6;
}
.BgClassName
{
background-color: #D596E6;
}
</style>
border-color css
<style>
span { border-color: #D596E6; }
span { border-color: rgb(213,150,230); }
td.TdClassName
{
border-color: #D596E6;
}
.TagClassName
{
border-color: #D596E6;
}
</style>