Shades of Wisteria #D096DB
Tints of Wisteria #D096DB
RGB
CMYK
RGB Variations
Color information
#D096DB (or 0xD096DB) is known color: Wisteria. HEX triplet: D0, 96 and DB. RGB value is (208,150,219). Sum of RGB (Red+Green+Blue) = 208+150+219=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D096DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096DB is #2F6924. Grayscale: #AEAEAE. Windows color (decimal): -3107109 or 14390992. OLE color: 14390992.
HSL color Cylindrical-coordinate representation of color #D096DB: hue angle of 290.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D096DB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 150 | 219 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.14 |
| HSL | 290.43º | 0.49% | 0.72% | - |
| HSV(B) | 290.43º | 0.32% | 0.86% | - |
| XYZ | 49.7 | 40.34 | 72.18 | - |
| YUV | 175.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 219 | 0.05 | 0.32 | 0 | 0.14 | 290.43 | 0.49 | 0.72 |
| Hex | D0 | 96 | DB | 5 | 20 | 0 | E | 122 | 31 | 48 |
| Octal | 320 | 226 | 333 | 5 | 40 | 0 | 16 | 442 | 61 | 110 |
| Binary | 11010000 | 10010110 | 11011011 | 101 | 100000 | 0 | 1110 | 100100010 | 110001 | 1001000 |
Color Harmonies of #D096DB
Complementary color
Monochromatic Colors of #D096DB
Black with #D096DB
Text Example
Text Example
White with #D096DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D096DB; }
p { color: rgb(208,150,219); }
H1.HeaderClassName
{
color: #D096DB;
}
.AnyTagClassName
{
color: #D096DB;
}
</style>
background-color css
<style>
a { background-color: #D096DB; }
a { background-color: rgb(208,150,219); }
div.DivClassName
{
background-color: #D096DB;
}
.BgClassName
{
background-color: #D096DB;
}
</style>
border-color css
<style>
span { border-color: #D096DB; }
span { border-color: rgb(208,150,219); }
td.TdClassName
{
border-color: #D096DB;
}
.TagClassName
{
border-color: #D096DB;
}
</style>