Shades of Wisteria #D2A4DB
Tints of Wisteria #D2A4DB
RGB
CMYK
RGB Variations
Color information
#D2A4DB (or 0xD2A4DB) is known color: Wisteria. HEX triplet: D2, A4 and DB. RGB value is (210,164,219). Sum of RGB (Red+Green+Blue) = 210+164+219=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2A4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A4DB is #2D5B24. Grayscale: #B7B7B7. Windows color (decimal): -2972453 or 14394578. OLE color: 14394578.
HSL color Cylindrical-coordinate representation of color #D2A4DB: hue angle of 290.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2A4DB is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 164 | 219 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.14 |
| HSL | 290.18º | 0.43% | 0.75% | - |
| HSV(B) | 290.18º | 0.25% | 0.86% | - |
| XYZ | 52.64 | 45.37 | 73 | - |
| YUV | 184.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 219 | 0.04 | 0.25 | 0 | 0.14 | 290.18 | 0.43 | 0.75 |
| Hex | D2 | A4 | DB | 4 | 19 | 0 | E | 122 | 2B | 4B |
| Octal | 322 | 244 | 333 | 4 | 31 | 0 | 16 | 442 | 53 | 113 |
| Binary | 11010010 | 10100100 | 11011011 | 100 | 11001 | 0 | 1110 | 100100010 | 101011 | 1001011 |
Color Harmonies of #D2A4DB
Complementary color
Monochromatic Colors of #D2A4DB
Black with #D2A4DB
Text Example
Text Example
White with #D2A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A4DB; }
p { color: rgb(210,164,219); }
H1.HeaderClassName
{
color: #D2A4DB;
}
.AnyTagClassName
{
color: #D2A4DB;
}
</style>
background-color css
<style>
a { background-color: #D2A4DB; }
a { background-color: rgb(210,164,219); }
div.DivClassName
{
background-color: #D2A4DB;
}
.BgClassName
{
background-color: #D2A4DB;
}
</style>
border-color css
<style>
span { border-color: #D2A4DB; }
span { border-color: rgb(210,164,219); }
td.TdClassName
{
border-color: #D2A4DB;
}
.TagClassName
{
border-color: #D2A4DB;
}
</style>