Shades of Wisteria #D595E4
Tints of Wisteria #D595E4
RGB
CMYK
RGB Variations
Color information
#D595E4 (or 0xD595E4) is known color: Wisteria. HEX triplet: D5, 95 and E4. RGB value is (213,149,228). Sum of RGB (Red+Green+Blue) = 213+149+228=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #D595E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595E4 is #2A6A1B. Grayscale: #B0B0B0. Windows color (decimal): -2779676 or 14980565. OLE color: 14980565.
HSL color Cylindrical-coordinate representation of color #D595E4: hue angle of 288.61º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D595E4 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 149 | 228 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.11 |
| HSL | 288.61º | 0.59% | 0.74% | - |
| HSV(B) | 288.61º | 0.35% | 0.89% | - |
| XYZ | 52.19 | 41.24 | 78.61 | - |
| YUV | 177.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 228 | 0.07 | 0.35 | 0 | 0.11 | 288.61 | 0.59 | 0.74 |
| Hex | D5 | 95 | E4 | 7 | 23 | 0 | B | 121 | 3B | 4A |
| Octal | 325 | 225 | 344 | 7 | 43 | 0 | 13 | 441 | 73 | 112 |
| Binary | 11010101 | 10010101 | 11100100 | 111 | 100011 | 0 | 1011 | 100100001 | 111011 | 1001010 |
Color Harmonies of #D595E4
Complementary color
Monochromatic Colors of #D595E4
Black with #D595E4
Text Example
Text Example
White with #D595E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595E4; }
p { color: rgb(213,149,228); }
H1.HeaderClassName
{
color: #D595E4;
}
.AnyTagClassName
{
color: #D595E4;
}
</style>
background-color css
<style>
a { background-color: #D595E4; }
a { background-color: rgb(213,149,228); }
div.DivClassName
{
background-color: #D595E4;
}
.BgClassName
{
background-color: #D595E4;
}
</style>
border-color css
<style>
span { border-color: #D595E4; }
span { border-color: rgb(213,149,228); }
td.TdClassName
{
border-color: #D595E4;
}
.TagClassName
{
border-color: #D595E4;
}
</style>