Shades of Pale Violet Red #DB6AA2
Tints of Pale Violet Red #DB6AA2
RGB
CMYK
RGB Variations
Color information
#DB6AA2 (or 0xDB6AA2) is known color: Pale Violet Red. HEX triplet: DB, 6A and A2. RGB value is (219,106,162). Sum of RGB (Red+Green+Blue) = 219+106+162=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6AA2 is #24955D. Grayscale: #929292. Windows color (decimal): -2397534 or 10644187. OLE color: 10644187.
HSL color Cylindrical-coordinate representation of color #DB6AA2: hue angle of 330.27º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6AA2 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 162 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.14 |
| HSL | 330.27º | 0.61% | 0.64% | - |
| HSV(B) | 330.27º | 0.52% | 0.86% | - |
| XYZ | 40.89 | 27.98 | 37.43 | - |
| YUV | 146.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 162 | 0 | 0.52 | 0.26 | 0.14 | 330.27 | 0.61 | 0.64 |
| Hex | DB | 6A | A2 | 0 | 34 | 1A | E | 14A | 3D | 40 |
| Octal | 333 | 152 | 242 | 0 | 64 | 32 | 16 | 512 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10100010 | 0 | 110100 | 11010 | 1110 | 101001010 | 111101 | 1000000 |
Color Harmonies of #DB6AA2
Complementary color
Monochromatic Colors of #DB6AA2
Black with #DB6AA2
Text Example
Text Example
White with #DB6AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AA2; }
p { color: rgb(219,106,162); }
H1.HeaderClassName
{
color: #DB6AA2;
}
.AnyTagClassName
{
color: #DB6AA2;
}
</style>
background-color css
<style>
a { background-color: #DB6AA2; }
a { background-color: rgb(219,106,162); }
div.DivClassName
{
background-color: #DB6AA2;
}
.BgClassName
{
background-color: #DB6AA2;
}
</style>
border-color css
<style>
span { border-color: #DB6AA2; }
span { border-color: rgb(219,106,162); }
td.TdClassName
{
border-color: #DB6AA2;
}
.TagClassName
{
border-color: #DB6AA2;
}
</style>