Shades of Pale Violet Red #DB6BA2
Tints of Pale Violet Red #DB6BA2
RGB
CMYK
RGB Variations
Color information
#DB6BA2 (or 0xDB6BA2) is known color: Pale Violet Red. HEX triplet: DB, 6B and A2. RGB value is (219,107,162). Sum of RGB (Red+Green+Blue) = 219+107+162=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BA2 is #24945D. Grayscale: #929292. Windows color (decimal): -2397278 or 10644443. OLE color: 10644443.
HSL color Cylindrical-coordinate representation of color #DB6BA2: hue angle of 330.54º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BA2 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 162 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.14 |
| HSL | 330.54º | 0.61% | 0.64% | - |
| HSV(B) | 330.54º | 0.51% | 0.86% | - |
| XYZ | 40.99 | 28.18 | 37.46 | - |
| YUV | 146.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 162 | 0 | 0.51 | 0.26 | 0.14 | 330.54 | 0.61 | 0.64 |
| Hex | DB | 6B | A2 | 0 | 33 | 1A | E | 14B | 3D | 40 |
| Octal | 333 | 153 | 242 | 0 | 63 | 32 | 16 | 513 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10100010 | 0 | 110011 | 11010 | 1110 | 101001011 | 111101 | 1000000 |
Color Harmonies of #DB6BA2
Complementary color
Monochromatic Colors of #DB6BA2
Black with #DB6BA2
Text Example
Text Example
White with #DB6BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BA2; }
p { color: rgb(219,107,162); }
H1.HeaderClassName
{
color: #DB6BA2;
}
.AnyTagClassName
{
color: #DB6BA2;
}
</style>
background-color css
<style>
a { background-color: #DB6BA2; }
a { background-color: rgb(219,107,162); }
div.DivClassName
{
background-color: #DB6BA2;
}
.BgClassName
{
background-color: #DB6BA2;
}
</style>
border-color css
<style>
span { border-color: #DB6BA2; }
span { border-color: rgb(219,107,162); }
td.TdClassName
{
border-color: #DB6BA2;
}
.TagClassName
{
border-color: #DB6BA2;
}
</style>