Shades of Wisteria #D594EE
Tints of Wisteria #D594EE
RGB
CMYK
RGB Variations
Color information
#D594EE (or 0xD594EE) is known color: Wisteria. HEX triplet: D5, 94 and EE. RGB value is (213,148,238). Sum of RGB (Red+Green+Blue) = 213+148+238=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #D594EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594EE is #2A6B11. Grayscale: #B1B1B1. Windows color (decimal): -2779922 or 15635669. OLE color: 15635669.
HSL color Cylindrical-coordinate representation of color #D594EE: hue angle of 283.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D594EE is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 148 | 238 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.07 |
| HSL | 283.33º | 0.73% | 0.76% | - |
| HSV(B) | 283.33º | 0.38% | 0.93% | - |
| XYZ | 53.46 | 41.5 | 86.08 | - |
| YUV | 177.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 238 | 0.11 | 0.38 | 0 | 0.07 | 283.33 | 0.73 | 0.76 |
| Hex | D5 | 94 | EE | B | 26 | 0 | 7 | 11B | 49 | 4C |
| Octal | 325 | 224 | 356 | 13 | 46 | 0 | 7 | 433 | 111 | 114 |
| Binary | 11010101 | 10010100 | 11101110 | 1011 | 100110 | 0 | 111 | 100011011 | 1001001 | 1001100 |
Color Harmonies of #D594EE
Complementary color
Monochromatic Colors of #D594EE
Black with #D594EE
Text Example
Text Example
White with #D594EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594EE; }
p { color: rgb(213,148,238); }
H1.HeaderClassName
{
color: #D594EE;
}
.AnyTagClassName
{
color: #D594EE;
}
</style>
background-color css
<style>
a { background-color: #D594EE; }
a { background-color: rgb(213,148,238); }
div.DivClassName
{
background-color: #D594EE;
}
.BgClassName
{
background-color: #D594EE;
}
</style>
border-color css
<style>
span { border-color: #D594EE; }
span { border-color: rgb(213,148,238); }
td.TdClassName
{
border-color: #D594EE;
}
.TagClassName
{
border-color: #D594EE;
}
</style>