Shades of Wisteria #D791EB
Tints of Wisteria #D791EB
RGB
CMYK
RGB Variations
Color information
#D791EB (or 0xD791EB) is known color: Wisteria. HEX triplet: D7, 91 and EB. RGB value is (215,145,235). Sum of RGB (Red+Green+Blue) = 215+145+235=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #D791EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D791EB is #286E14. Grayscale: #AFAFAF. Windows color (decimal): -2649621 or 15438295. OLE color: 15438295.
HSL color Cylindrical-coordinate representation of color #D791EB: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D791EB is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 145 | 235 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.08 |
| HSL | 286.67º | 0.69% | 0.75% | - |
| HSV(B) | 286.67º | 0.38% | 0.92% | - |
| XYZ | 53.15 | 40.7 | 83.65 | - |
| YUV | 176.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 235 | 0.09 | 0.38 | 0 | 0.08 | 286.67 | 0.69 | 0.75 |
| Hex | D7 | 91 | EB | 9 | 26 | 0 | 8 | 11F | 45 | 4B |
| Octal | 327 | 221 | 353 | 11 | 46 | 0 | 10 | 437 | 105 | 113 |
| Binary | 11010111 | 10010001 | 11101011 | 1001 | 100110 | 0 | 1000 | 100011111 | 1000101 | 1001011 |
Color Harmonies of #D791EB
Complementary color
Monochromatic Colors of #D791EB
Black with #D791EB
Text Example
Text Example
White with #D791EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D791EB; }
p { color: rgb(215,145,235); }
H1.HeaderClassName
{
color: #D791EB;
}
.AnyTagClassName
{
color: #D791EB;
}
</style>
background-color css
<style>
a { background-color: #D791EB; }
a { background-color: rgb(215,145,235); }
div.DivClassName
{
background-color: #D791EB;
}
.BgClassName
{
background-color: #D791EB;
}
</style>
border-color css
<style>
span { border-color: #D791EB; }
span { border-color: rgb(215,145,235); }
td.TdClassName
{
border-color: #D791EB;
}
.TagClassName
{
border-color: #D791EB;
}
</style>