Shades of Wisteria #D296EB
Tints of Wisteria #D296EB
RGB
CMYK
RGB Variations
Color information
#D296EB (or 0xD296EB) is known color: Wisteria. HEX triplet: D2, 96 and EB. RGB value is (210,150,235). Sum of RGB (Red+Green+Blue) = 210+150+235=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 150 (58.98% from 255 or 25.21% 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 #D296EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296EB is #2D6914. Grayscale: #B1B1B1. Windows color (decimal): -2976021 or 15439570. OLE color: 15439570.
HSL color Cylindrical-coordinate representation of color #D296EB: hue angle of 282.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D296EB is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 150 | 235 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.08 |
| HSL | 282.35º | 0.68% | 0.75% | - |
| HSV(B) | 282.35º | 0.36% | 0.92% | - |
| XYZ | 52.48 | 41.51 | 83.84 | - |
| YUV | 177.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 235 | 0.11 | 0.36 | 0 | 0.08 | 282.35 | 0.68 | 0.75 |
| Hex | D2 | 96 | EB | B | 24 | 0 | 8 | 11A | 44 | 4B |
| Octal | 322 | 226 | 353 | 13 | 44 | 0 | 10 | 432 | 104 | 113 |
| Binary | 11010010 | 10010110 | 11101011 | 1011 | 100100 | 0 | 1000 | 100011010 | 1000100 | 1001011 |
Color Harmonies of #D296EB
Complementary color
Monochromatic Colors of #D296EB
Black with #D296EB
Text Example
Text Example
White with #D296EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296EB; }
p { color: rgb(210,150,235); }
H1.HeaderClassName
{
color: #D296EB;
}
.AnyTagClassName
{
color: #D296EB;
}
</style>
background-color css
<style>
a { background-color: #D296EB; }
a { background-color: rgb(210,150,235); }
div.DivClassName
{
background-color: #D296EB;
}
.BgClassName
{
background-color: #D296EB;
}
</style>
border-color css
<style>
span { border-color: #D296EB; }
span { border-color: rgb(210,150,235); }
td.TdClassName
{
border-color: #D296EB;
}
.TagClassName
{
border-color: #D296EB;
}
</style>