Shades of Wisteria #D096DA
Tints of Wisteria #D096DA
RGB
CMYK
RGB Variations
Color information
#D096DA (or 0xD096DA) is known color: Wisteria. HEX triplet: D0, 96 and DA. RGB value is (208,150,218). Sum of RGB (Red+Green+Blue) = 208+150+218=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #D096DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096DA is #2F6925. Grayscale: #AEAEAE. Windows color (decimal): -3107110 or 14325456. OLE color: 14325456.
HSL color Cylindrical-coordinate representation of color #D096DA: hue angle of 291.18º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D096DA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 150 | 218 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.15 |
| HSL | 291.18º | 0.48% | 0.72% | - |
| HSV(B) | 291.18º | 0.31% | 0.85% | - |
| XYZ | 49.57 | 40.28 | 71.49 | - |
| YUV | 175.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 218 | 0.05 | 0.31 | 0 | 0.15 | 291.18 | 0.48 | 0.72 |
| Hex | D0 | 96 | DA | 5 | 1F | 0 | F | 123 | 30 | 48 |
| Octal | 320 | 226 | 332 | 5 | 37 | 0 | 17 | 443 | 60 | 110 |
| Binary | 11010000 | 10010110 | 11011010 | 101 | 11111 | 0 | 1111 | 100100011 | 110000 | 1001000 |
Color Harmonies of #D096DA
Complementary color
Monochromatic Colors of #D096DA
Black with #D096DA
Text Example
Text Example
White with #D096DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D096DA; }
p { color: rgb(208,150,218); }
H1.HeaderClassName
{
color: #D096DA;
}
.AnyTagClassName
{
color: #D096DA;
}
</style>
background-color css
<style>
a { background-color: #D096DA; }
a { background-color: rgb(208,150,218); }
div.DivClassName
{
background-color: #D096DA;
}
.BgClassName
{
background-color: #D096DA;
}
</style>
border-color css
<style>
span { border-color: #D096DA; }
span { border-color: rgb(208,150,218); }
td.TdClassName
{
border-color: #D096DA;
}
.TagClassName
{
border-color: #D096DA;
}
</style>