Shades of Wisteria #D896EE
Tints of Wisteria #D896EE
RGB
CMYK
RGB Variations
Color information
#D896EE (or 0xD896EE) is known color: Wisteria. HEX triplet: D8, 96 and EE. RGB value is (216,150,238). Sum of RGB (Red+Green+Blue) = 216+150+238=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #D896EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896EE is #276911. Grayscale: #B3B3B3. Windows color (decimal): -2582802 or 15636184. OLE color: 15636184.
HSL color Cylindrical-coordinate representation of color #D896EE: hue angle of 285º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D896EE is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 150 | 238 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.07 |
| HSL | 285º | 0.72% | 0.76% | - |
| HSV(B) | 285º | 0.37% | 0.93% | - |
| XYZ | 54.66 | 42.58 | 86.23 | - |
| YUV | 179.77 | 160.87 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 238 | 0.09 | 0.37 | 0 | 0.07 | 285 | 0.72 | 0.76 |
| Hex | D8 | 96 | EE | 9 | 25 | 0 | 7 | 11D | 48 | 4C |
| Octal | 330 | 226 | 356 | 11 | 45 | 0 | 7 | 435 | 110 | 114 |
| Binary | 11011000 | 10010110 | 11101110 | 1001 | 100101 | 0 | 111 | 100011101 | 1001000 | 1001100 |
Color Harmonies of #D896EE
Complementary color
Monochromatic Colors of #D896EE
Black with #D896EE
Text Example
Text Example
White with #D896EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896EE; }
p { color: rgb(216,150,238); }
H1.HeaderClassName
{
color: #D896EE;
}
.AnyTagClassName
{
color: #D896EE;
}
</style>
background-color css
<style>
a { background-color: #D896EE; }
a { background-color: rgb(216,150,238); }
div.DivClassName
{
background-color: #D896EE;
}
.BgClassName
{
background-color: #D896EE;
}
</style>
border-color css
<style>
span { border-color: #D896EE; }
span { border-color: rgb(216,150,238); }
td.TdClassName
{
border-color: #D896EE;
}
.TagClassName
{
border-color: #D896EE;
}
</style>