Shades of Wisteria #D591EF
Tints of Wisteria #D591EF
RGB
CMYK
RGB Variations
Color information
#D591EF (or 0xD591EF) is known color: Wisteria. HEX triplet: D5, 91 and EF. RGB value is (213,145,239). Sum of RGB (Red+Green+Blue) = 213+145+239=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #D591EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591EF is #2A6E10. Grayscale: #AFAFAF. Windows color (decimal): -2780689 or 15700437. OLE color: 15700437.
HSL color Cylindrical-coordinate representation of color #D591EF: hue angle of 283.4º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D591EF is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 145 | 239 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.06 |
| HSL | 283.4º | 0.75% | 0.75% | - |
| HSV(B) | 283.4º | 0.39% | 0.94% | - |
| XYZ | 53.15 | 40.63 | 86.7 | - |
| YUV | 176.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 239 | 0.11 | 0.39 | 0 | 0.06 | 283.4 | 0.75 | 0.75 |
| Hex | D5 | 91 | EF | B | 27 | 0 | 6 | 11B | 4B | 4B |
| Octal | 325 | 221 | 357 | 13 | 47 | 0 | 6 | 433 | 113 | 113 |
| Binary | 11010101 | 10010001 | 11101111 | 1011 | 100111 | 0 | 110 | 100011011 | 1001011 | 1001011 |
Color Harmonies of #D591EF
Complementary color
Monochromatic Colors of #D591EF
Black with #D591EF
Text Example
Text Example
White with #D591EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D591EF; }
p { color: rgb(213,145,239); }
H1.HeaderClassName
{
color: #D591EF;
}
.AnyTagClassName
{
color: #D591EF;
}
</style>
background-color css
<style>
a { background-color: #D591EF; }
a { background-color: rgb(213,145,239); }
div.DivClassName
{
background-color: #D591EF;
}
.BgClassName
{
background-color: #D591EF;
}
</style>
border-color css
<style>
span { border-color: #D591EF; }
span { border-color: rgb(213,145,239); }
td.TdClassName
{
border-color: #D591EF;
}
.TagClassName
{
border-color: #D591EF;
}
</style>