Shades of Wisteria #D593EF
Tints of Wisteria #D593EF
RGB
CMYK
RGB Variations
Color information
#D593EF (or 0xD593EF) is known color: Wisteria. HEX triplet: D5, 93 and EF. RGB value is (213,147,239). Sum of RGB (Red+Green+Blue) = 213+147+239=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #D593EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593EF is #2A6C10. Grayscale: #B0B0B0. Windows color (decimal): -2780177 or 15700949. OLE color: 15700949.
HSL color Cylindrical-coordinate representation of color #D593EF: hue angle of 283.04º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D593EF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 147 | 239 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.06 |
| HSL | 283.04º | 0.74% | 0.76% | - |
| HSV(B) | 283.04º | 0.38% | 0.94% | - |
| XYZ | 53.45 | 41.25 | 86.81 | - |
| YUV | 177.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 239 | 0.11 | 0.38 | 0 | 0.06 | 283.04 | 0.74 | 0.76 |
| Hex | D5 | 93 | EF | B | 26 | 0 | 6 | 11B | 4A | 4C |
| Octal | 325 | 223 | 357 | 13 | 46 | 0 | 6 | 433 | 112 | 114 |
| Binary | 11010101 | 10010011 | 11101111 | 1011 | 100110 | 0 | 110 | 100011011 | 1001010 | 1001100 |
Color Harmonies of #D593EF
Complementary color
Monochromatic Colors of #D593EF
Black with #D593EF
Text Example
Text Example
White with #D593EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593EF; }
p { color: rgb(213,147,239); }
H1.HeaderClassName
{
color: #D593EF;
}
.AnyTagClassName
{
color: #D593EF;
}
</style>
background-color css
<style>
a { background-color: #D593EF; }
a { background-color: rgb(213,147,239); }
div.DivClassName
{
background-color: #D593EF;
}
.BgClassName
{
background-color: #D593EF;
}
</style>
border-color css
<style>
span { border-color: #D593EF; }
span { border-color: rgb(213,147,239); }
td.TdClassName
{
border-color: #D593EF;
}
.TagClassName
{
border-color: #D593EF;
}
</style>