Shades of Wisteria #D096E2
Tints of Wisteria #D096E2
RGB
CMYK
RGB Variations
Color information
#D096E2 (or 0xD096E2) is known color: Wisteria. HEX triplet: D0, 96 and E2. RGB value is (208,150,226). Sum of RGB (Red+Green+Blue) = 208+150+226=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #D096E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096E2 is #2F691D. Grayscale: #AFAFAF. Windows color (decimal): -3107102 or 14849744. OLE color: 14849744.
HSL color Cylindrical-coordinate representation of color #D096E2: hue angle of 285.79º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D096E2 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 150 | 226 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.11 |
| HSL | 285.79º | 0.57% | 0.74% | - |
| HSV(B) | 285.79º | 0.34% | 0.89% | - |
| XYZ | 50.65 | 40.71 | 77.14 | - |
| YUV | 176.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 226 | 0.08 | 0.34 | 0 | 0.11 | 285.79 | 0.57 | 0.74 |
| Hex | D0 | 96 | E2 | 8 | 22 | 0 | B | 11E | 39 | 4A |
| Octal | 320 | 226 | 342 | 10 | 42 | 0 | 13 | 436 | 71 | 112 |
| Binary | 11010000 | 10010110 | 11100010 | 1000 | 100010 | 0 | 1011 | 100011110 | 111001 | 1001010 |
Color Harmonies of #D096E2
Complementary color
Monochromatic Colors of #D096E2
Black with #D096E2
Text Example
Text Example
White with #D096E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D096E2; }
p { color: rgb(208,150,226); }
H1.HeaderClassName
{
color: #D096E2;
}
.AnyTagClassName
{
color: #D096E2;
}
</style>
background-color css
<style>
a { background-color: #D096E2; }
a { background-color: rgb(208,150,226); }
div.DivClassName
{
background-color: #D096E2;
}
.BgClassName
{
background-color: #D096E2;
}
</style>
border-color css
<style>
span { border-color: #D096E2; }
span { border-color: rgb(208,150,226); }
td.TdClassName
{
border-color: #D096E2;
}
.TagClassName
{
border-color: #D096E2;
}
</style>