Shades of Pale Violet Red #DB6DA2
Tints of Pale Violet Red #DB6DA2
RGB
CMYK
RGB Variations
Color information
#DB6DA2 (or 0xDB6DA2) is known color: Pale Violet Red. HEX triplet: DB, 6D and A2. RGB value is (219,109,162). Sum of RGB (Red+Green+Blue) = 219+109+162=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6DA2 is #24925D. Grayscale: #939393. Windows color (decimal): -2396766 or 10644955. OLE color: 10644955.
HSL color Cylindrical-coordinate representation of color #DB6DA2: hue angle of 331.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DA2 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 162 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.14 |
| HSL | 331.09º | 0.6% | 0.64% | - |
| HSV(B) | 331.09º | 0.5% | 0.86% | - |
| XYZ | 41.2 | 28.61 | 37.53 | - |
| YUV | 147.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 162 | 0 | 0.50 | 0.26 | 0.14 | 331.09 | 0.6 | 0.64 |
| Hex | DB | 6D | A2 | 0 | 32 | 1A | E | 14B | 3C | 40 |
| Octal | 333 | 155 | 242 | 0 | 62 | 32 | 16 | 513 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10100010 | 0 | 110010 | 11010 | 1110 | 101001011 | 111100 | 1000000 |
Color Harmonies of #DB6DA2
Complementary color
Monochromatic Colors of #DB6DA2
Black with #DB6DA2
Text Example
Text Example
White with #DB6DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DA2; }
p { color: rgb(219,109,162); }
H1.HeaderClassName
{
color: #DB6DA2;
}
.AnyTagClassName
{
color: #DB6DA2;
}
</style>
background-color css
<style>
a { background-color: #DB6DA2; }
a { background-color: rgb(219,109,162); }
div.DivClassName
{
background-color: #DB6DA2;
}
.BgClassName
{
background-color: #DB6DA2;
}
</style>
border-color css
<style>
span { border-color: #DB6DA2; }
span { border-color: rgb(219,109,162); }
td.TdClassName
{
border-color: #DB6DA2;
}
.TagClassName
{
border-color: #DB6DA2;
}
</style>