Shades of Wisteria #D891EE
Tints of Wisteria #D891EE
RGB
CMYK
RGB Variations
Color information
#D891EE (or 0xD891EE) is known color: Wisteria. HEX triplet: D8, 91 and EE. RGB value is (216,145,238). Sum of RGB (Red+Green+Blue) = 216+145+238=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 145 (57.03% from 255 or 24.21% 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 #D891EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D891EE is #276E11. Grayscale: #B0B0B0. Windows color (decimal): -2584082 or 15634904. OLE color: 15634904.
HSL color Cylindrical-coordinate representation of color #D891EE: hue angle of 285.81º 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 #D891EE is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 145 | 238 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.07 |
| HSL | 285.81º | 0.73% | 0.75% | - |
| HSV(B) | 285.81º | 0.39% | 0.93% | - |
| XYZ | 53.88 | 41.02 | 85.97 | - |
| YUV | 176.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 238 | 0.09 | 0.39 | 0 | 0.07 | 285.81 | 0.73 | 0.75 |
| Hex | D8 | 91 | EE | 9 | 27 | 0 | 7 | 11E | 49 | 4B |
| Octal | 330 | 221 | 356 | 11 | 47 | 0 | 7 | 436 | 111 | 113 |
| Binary | 11011000 | 10010001 | 11101110 | 1001 | 100111 | 0 | 111 | 100011110 | 1001001 | 1001011 |
Color Harmonies of #D891EE
Complementary color
Monochromatic Colors of #D891EE
Black with #D891EE
Text Example
Text Example
White with #D891EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D891EE; }
p { color: rgb(216,145,238); }
H1.HeaderClassName
{
color: #D891EE;
}
.AnyTagClassName
{
color: #D891EE;
}
</style>
background-color css
<style>
a { background-color: #D891EE; }
a { background-color: rgb(216,145,238); }
div.DivClassName
{
background-color: #D891EE;
}
.BgClassName
{
background-color: #D891EE;
}
</style>
border-color css
<style>
span { border-color: #D891EE; }
span { border-color: rgb(216,145,238); }
td.TdClassName
{
border-color: #D891EE;
}
.TagClassName
{
border-color: #D891EE;
}
</style>