Shades of Wisteria #D596EA
Tints of Wisteria #D596EA
RGB
CMYK
RGB Variations
Color information
#D596EA (or 0xD596EA) is known color: Wisteria. HEX triplet: D5, 96 and EA. RGB value is (213,150,234). Sum of RGB (Red+Green+Blue) = 213+150+234=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #D596EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D596EA is #2A6915. Grayscale: #B2B2B2. Windows color (decimal): -2779414 or 15374037. OLE color: 15374037.
HSL color Cylindrical-coordinate representation of color #D596EA: hue angle of 285º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D596EA is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 150 | 234 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.08 |
| HSL | 285º | 0.67% | 0.75% | - |
| HSV(B) | 285º | 0.36% | 0.92% | - |
| XYZ | 53.2 | 41.9 | 83.13 | - |
| YUV | 178.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 234 | 0.09 | 0.36 | 0 | 0.08 | 285 | 0.67 | 0.75 |
| Hex | D5 | 96 | EA | 9 | 24 | 0 | 8 | 11D | 43 | 4B |
| Octal | 325 | 226 | 352 | 11 | 44 | 0 | 10 | 435 | 103 | 113 |
| Binary | 11010101 | 10010110 | 11101010 | 1001 | 100100 | 0 | 1000 | 100011101 | 1000011 | 1001011 |
Color Harmonies of #D596EA
Complementary color
Monochromatic Colors of #D596EA
Black with #D596EA
Text Example
Text Example
White with #D596EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596EA; }
p { color: rgb(213,150,234); }
H1.HeaderClassName
{
color: #D596EA;
}
.AnyTagClassName
{
color: #D596EA;
}
</style>
background-color css
<style>
a { background-color: #D596EA; }
a { background-color: rgb(213,150,234); }
div.DivClassName
{
background-color: #D596EA;
}
.BgClassName
{
background-color: #D596EA;
}
</style>
border-color css
<style>
span { border-color: #D596EA; }
span { border-color: rgb(213,150,234); }
td.TdClassName
{
border-color: #D596EA;
}
.TagClassName
{
border-color: #D596EA;
}
</style>