Shades of Wisteria #D2A7DB
Tints of Wisteria #D2A7DB
RGB
CMYK
RGB Variations
Color information
#D2A7DB (or 0xD2A7DB) is known color: Wisteria. HEX triplet: D2, A7 and DB. RGB value is (210,167,219). Sum of RGB (Red+Green+Blue) = 210+167+219=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A7DB is #2D5824. Grayscale: #B9B9B9. Windows color (decimal): -2971685 or 14395346. OLE color: 14395346.
HSL color Cylindrical-coordinate representation of color #D2A7DB: hue angle of 289.62º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A7DB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 167 | 219 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.14 |
| HSL | 289.62º | 0.42% | 0.76% | - |
| HSV(B) | 289.62º | 0.24% | 0.86% | - |
| XYZ | 53.18 | 46.45 | 73.18 | - |
| YUV | 185.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 219 | 0.04 | 0.24 | 0 | 0.14 | 289.62 | 0.42 | 0.76 |
| Hex | D2 | A7 | DB | 4 | 18 | 0 | E | 122 | 2A | 4C |
| Octal | 322 | 247 | 333 | 4 | 30 | 0 | 16 | 442 | 52 | 114 |
| Binary | 11010010 | 10100111 | 11011011 | 100 | 11000 | 0 | 1110 | 100100010 | 101010 | 1001100 |
Color Harmonies of #D2A7DB
Complementary color
Monochromatic Colors of #D2A7DB
Black with #D2A7DB
Text Example
Text Example
White with #D2A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A7DB; }
p { color: rgb(210,167,219); }
H1.HeaderClassName
{
color: #D2A7DB;
}
.AnyTagClassName
{
color: #D2A7DB;
}
</style>
background-color css
<style>
a { background-color: #D2A7DB; }
a { background-color: rgb(210,167,219); }
div.DivClassName
{
background-color: #D2A7DB;
}
.BgClassName
{
background-color: #D2A7DB;
}
</style>
border-color css
<style>
span { border-color: #D2A7DB; }
span { border-color: rgb(210,167,219); }
td.TdClassName
{
border-color: #D2A7DB;
}
.TagClassName
{
border-color: #D2A7DB;
}
</style>