Shades of Wisteria #DBA2ED
Tints of Wisteria #DBA2ED
RGB
CMYK
RGB Variations
Color information
#DBA2ED (or 0xDBA2ED) is known color: Wisteria. HEX triplet: DB, A2 and ED. RGB value is (219,162,237). Sum of RGB (Red+Green+Blue) = 219+162+237=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2ED is #245D12. Grayscale: #BBBBBB. Windows color (decimal): -2383123 or 15573723. OLE color: 15573723.
HSL color Cylindrical-coordinate representation of color #DBA2ED: hue angle of 285.6º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA2ED is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 162 | 237 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.07 |
| HSL | 285.6º | 0.68% | 0.78% | - |
| HSV(B) | 285.6º | 0.32% | 0.93% | - |
| XYZ | 57.42 | 47.02 | 86.17 | - |
| YUV | 187.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 237 | 0.08 | 0.32 | 0 | 0.07 | 285.6 | 0.68 | 0.78 |
| Hex | DB | A2 | ED | 8 | 20 | 0 | 7 | 11E | 44 | 4E |
| Octal | 333 | 242 | 355 | 10 | 40 | 0 | 7 | 436 | 104 | 116 |
| Binary | 11011011 | 10100010 | 11101101 | 1000 | 100000 | 0 | 111 | 100011110 | 1000100 | 1001110 |
Color Harmonies of #DBA2ED
Complementary color
Monochromatic Colors of #DBA2ED
Black with #DBA2ED
Text Example
Text Example
White with #DBA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2ED; }
p { color: rgb(219,162,237); }
H1.HeaderClassName
{
color: #DBA2ED;
}
.AnyTagClassName
{
color: #DBA2ED;
}
</style>
background-color css
<style>
a { background-color: #DBA2ED; }
a { background-color: rgb(219,162,237); }
div.DivClassName
{
background-color: #DBA2ED;
}
.BgClassName
{
background-color: #DBA2ED;
}
</style>
border-color css
<style>
span { border-color: #DBA2ED; }
span { border-color: rgb(219,162,237); }
td.TdClassName
{
border-color: #DBA2ED;
}
.TagClassName
{
border-color: #DBA2ED;
}
</style>