Shades of Wisteria #D597EF
Tints of Wisteria #D597EF
RGB
CMYK
RGB Variations
Color information
#D597EF (or 0xD597EF) is known color: Wisteria. HEX triplet: D5, 97 and EF. RGB value is (213,151,239). Sum of RGB (Red+Green+Blue) = 213+151+239=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #D597EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D597EF is #2A6810. Grayscale: #B3B3B3. Windows color (decimal): -2779153 or 15701973. OLE color: 15701973.
HSL color Cylindrical-coordinate representation of color #D597EF: hue angle of 282.27º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D597EF is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 151 | 239 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.06 |
| HSL | 282.27º | 0.73% | 0.76% | - |
| HSV(B) | 282.27º | 0.37% | 0.94% | - |
| XYZ | 54.09 | 42.51 | 87.02 | - |
| YUV | 179.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 239 | 0.11 | 0.37 | 0 | 0.06 | 282.27 | 0.73 | 0.76 |
| Hex | D5 | 97 | EF | B | 25 | 0 | 6 | 11A | 49 | 4C |
| Octal | 325 | 227 | 357 | 13 | 45 | 0 | 6 | 432 | 111 | 114 |
| Binary | 11010101 | 10010111 | 11101111 | 1011 | 100101 | 0 | 110 | 100011010 | 1001001 | 1001100 |
Color Harmonies of #D597EF
Complementary color
Monochromatic Colors of #D597EF
Black with #D597EF
Text Example
Text Example
White with #D597EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597EF; }
p { color: rgb(213,151,239); }
H1.HeaderClassName
{
color: #D597EF;
}
.AnyTagClassName
{
color: #D597EF;
}
</style>
background-color css
<style>
a { background-color: #D597EF; }
a { background-color: rgb(213,151,239); }
div.DivClassName
{
background-color: #D597EF;
}
.BgClassName
{
background-color: #D597EF;
}
</style>
border-color css
<style>
span { border-color: #D597EF; }
span { border-color: rgb(213,151,239); }
td.TdClassName
{
border-color: #D597EF;
}
.TagClassName
{
border-color: #D597EF;
}
</style>