Shades of Wisteria #D089DB
Tints of Wisteria #D089DB
RGB
CMYK
RGB Variations
Color information
#D089DB (or 0xD089DB) is known color: Wisteria. HEX triplet: D0, 89 and DB. RGB value is (208,137,219). Sum of RGB (Red+Green+Blue) = 208+137+219=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #D089DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089DB is #2F7624. Grayscale: #A7A7A7. Windows color (decimal): -3110437 or 14387664. OLE color: 14387664.
HSL color Cylindrical-coordinate representation of color #D089DB: hue angle of 291.95º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D089DB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 137 | 219 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.14 |
| HSL | 291.95º | 0.53% | 0.7% | - |
| HSV(B) | 291.95º | 0.37% | 0.86% | - |
| XYZ | 47.74 | 36.42 | 71.53 | - |
| YUV | 167.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 219 | 0.05 | 0.37 | 0 | 0.14 | 291.95 | 0.53 | 0.7 |
| Hex | D0 | 89 | DB | 5 | 25 | 0 | E | 124 | 35 | 46 |
| Octal | 320 | 211 | 333 | 5 | 45 | 0 | 16 | 444 | 65 | 106 |
| Binary | 11010000 | 10001001 | 11011011 | 101 | 100101 | 0 | 1110 | 100100100 | 110101 | 1000110 |
Color Harmonies of #D089DB
Complementary color
Monochromatic Colors of #D089DB
Black with #D089DB
Text Example
Text Example
White with #D089DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089DB; }
p { color: rgb(208,137,219); }
H1.HeaderClassName
{
color: #D089DB;
}
.AnyTagClassName
{
color: #D089DB;
}
</style>
background-color css
<style>
a { background-color: #D089DB; }
a { background-color: rgb(208,137,219); }
div.DivClassName
{
background-color: #D089DB;
}
.BgClassName
{
background-color: #D089DB;
}
</style>
border-color css
<style>
span { border-color: #D089DB; }
span { border-color: rgb(208,137,219); }
td.TdClassName
{
border-color: #D089DB;
}
.TagClassName
{
border-color: #D089DB;
}
</style>