Shades of Wisteria #D2A0DB
Tints of Wisteria #D2A0DB
RGB
CMYK
RGB Variations
Color information
#D2A0DB (or 0xD2A0DB) is known color: Wisteria. HEX triplet: D2, A0 and DB. RGB value is (210,160,219). Sum of RGB (Red+Green+Blue) = 210+160+219=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0DB is #2D5F24. Grayscale: #B5B5B5. Windows color (decimal): -2973477 or 14393554. OLE color: 14393554.
HSL color Cylindrical-coordinate representation of color #D2A0DB: hue angle of 290.85º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2A0DB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 160 | 219 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.14 |
| HSL | 290.85º | 0.45% | 0.74% | - |
| HSV(B) | 290.85º | 0.27% | 0.86% | - |
| XYZ | 51.94 | 43.96 | 72.77 | - |
| YUV | 181.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 219 | 0.04 | 0.27 | 0 | 0.14 | 290.85 | 0.45 | 0.74 |
| Hex | D2 | A0 | DB | 4 | 1B | 0 | E | 123 | 2D | 4A |
| Octal | 322 | 240 | 333 | 4 | 33 | 0 | 16 | 443 | 55 | 112 |
| Binary | 11010010 | 10100000 | 11011011 | 100 | 11011 | 0 | 1110 | 100100011 | 101101 | 1001010 |
Color Harmonies of #D2A0DB
Complementary color
Monochromatic Colors of #D2A0DB
Black with #D2A0DB
Text Example
Text Example
White with #D2A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A0DB; }
p { color: rgb(210,160,219); }
H1.HeaderClassName
{
color: #D2A0DB;
}
.AnyTagClassName
{
color: #D2A0DB;
}
</style>
background-color css
<style>
a { background-color: #D2A0DB; }
a { background-color: rgb(210,160,219); }
div.DivClassName
{
background-color: #D2A0DB;
}
.BgClassName
{
background-color: #D2A0DB;
}
</style>
border-color css
<style>
span { border-color: #D2A0DB; }
span { border-color: rgb(210,160,219); }
td.TdClassName
{
border-color: #D2A0DB;
}
.TagClassName
{
border-color: #D2A0DB;
}
</style>