Shades of Wisteria #D896ED
Tints of Wisteria #D896ED
RGB
CMYK
RGB Variations
Color information
#D896ED (or 0xD896ED) is known color: Wisteria. HEX triplet: D8, 96 and ED. RGB value is (216,150,237). Sum of RGB (Red+Green+Blue) = 216+150+237=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #D896ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896ED is #276912. Grayscale: #B3B3B3. Windows color (decimal): -2582803 or 15570648. OLE color: 15570648.
HSL color Cylindrical-coordinate representation of color #D896ED: hue angle of 285.52º degrees, saturation: 0.71, 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 #D896ED is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 150 | 237 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.07 |
| HSL | 285.52º | 0.71% | 0.76% | - |
| HSV(B) | 285.52º | 0.37% | 0.93% | - |
| XYZ | 54.51 | 42.53 | 85.46 | - |
| YUV | 179.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 237 | 0.09 | 0.37 | 0 | 0.07 | 285.52 | 0.71 | 0.76 |
| Hex | D8 | 96 | ED | 9 | 25 | 0 | 7 | 11E | 47 | 4C |
| Octal | 330 | 226 | 355 | 11 | 45 | 0 | 7 | 436 | 107 | 114 |
| Binary | 11011000 | 10010110 | 11101101 | 1001 | 100101 | 0 | 111 | 100011110 | 1000111 | 1001100 |
Color Harmonies of #D896ED
Complementary color
Monochromatic Colors of #D896ED
Black with #D896ED
Text Example
Text Example
White with #D896ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896ED; }
p { color: rgb(216,150,237); }
H1.HeaderClassName
{
color: #D896ED;
}
.AnyTagClassName
{
color: #D896ED;
}
</style>
background-color css
<style>
a { background-color: #D896ED; }
a { background-color: rgb(216,150,237); }
div.DivClassName
{
background-color: #D896ED;
}
.BgClassName
{
background-color: #D896ED;
}
</style>
border-color css
<style>
span { border-color: #D896ED; }
span { border-color: rgb(216,150,237); }
td.TdClassName
{
border-color: #D896ED;
}
.TagClassName
{
border-color: #D896ED;
}
</style>