Shades of Wisteria #D791EE
Tints of Wisteria #D791EE
RGB
CMYK
RGB Variations
Color information
#D791EE (or 0xD791EE) is known color: Wisteria. HEX triplet: D7, 91 and EE. RGB value is (215,145,238). Sum of RGB (Red+Green+Blue) = 215+145+238=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #D791EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D791EE is #286E11. Grayscale: #B0B0B0. Windows color (decimal): -2649618 or 15634903. OLE color: 15634903.
HSL color Cylindrical-coordinate representation of color #D791EE: hue angle of 285.16º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D791EE is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 145 | 238 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.07 |
| HSL | 285.16º | 0.73% | 0.75% | - |
| HSV(B) | 285.16º | 0.39% | 0.93% | - |
| XYZ | 53.58 | 40.87 | 85.95 | - |
| YUV | 176.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 238 | 0.10 | 0.39 | 0 | 0.07 | 285.16 | 0.73 | 0.75 |
| Hex | D7 | 91 | EE | A | 27 | 0 | 7 | 11D | 49 | 4B |
| Octal | 327 | 221 | 356 | 12 | 47 | 0 | 7 | 435 | 111 | 113 |
| Binary | 11010111 | 10010001 | 11101110 | 1010 | 100111 | 0 | 111 | 100011101 | 1001001 | 1001011 |
Color Harmonies of #D791EE
Complementary color
Monochromatic Colors of #D791EE
Black with #D791EE
Text Example
Text Example
White with #D791EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D791EE; }
p { color: rgb(215,145,238); }
H1.HeaderClassName
{
color: #D791EE;
}
.AnyTagClassName
{
color: #D791EE;
}
</style>
background-color css
<style>
a { background-color: #D791EE; }
a { background-color: rgb(215,145,238); }
div.DivClassName
{
background-color: #D791EE;
}
.BgClassName
{
background-color: #D791EE;
}
</style>
border-color css
<style>
span { border-color: #D791EE; }
span { border-color: rgb(215,145,238); }
td.TdClassName
{
border-color: #D791EE;
}
.TagClassName
{
border-color: #D791EE;
}
</style>