Shades of Pale Violet Red #DB6DA6
Tints of Pale Violet Red #DB6DA6
RGB
CMYK
RGB Variations
Color information
#DB6DA6 (or 0xDB6DA6) is known color: Pale Violet Red. HEX triplet: DB, 6D and A6. RGB value is (219,109,166). Sum of RGB (Red+Green+Blue) = 219+109+166=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6DA6 is #249259. Grayscale: #949494. Windows color (decimal): -2396762 or 10907099. OLE color: 10907099.
HSL color Cylindrical-coordinate representation of color #DB6DA6: hue angle of 328.91º 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 #DB6DA6 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 166 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.14 |
| HSL | 328.91º | 0.6% | 0.64% | - |
| HSV(B) | 328.91º | 0.5% | 0.86% | - |
| XYZ | 41.56 | 28.75 | 39.44 | - |
| YUV | 148.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 166 | 0 | 0.50 | 0.24 | 0.14 | 328.91 | 0.6 | 0.64 |
| Hex | DB | 6D | A6 | 0 | 32 | 18 | E | 149 | 3C | 40 |
| Octal | 333 | 155 | 246 | 0 | 62 | 30 | 16 | 511 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10100110 | 0 | 110010 | 11000 | 1110 | 101001001 | 111100 | 1000000 |
Color Harmonies of #DB6DA6
Complementary color
Monochromatic Colors of #DB6DA6
Black with #DB6DA6
Text Example
Text Example
White with #DB6DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DA6; }
p { color: rgb(219,109,166); }
H1.HeaderClassName
{
color: #DB6DA6;
}
.AnyTagClassName
{
color: #DB6DA6;
}
</style>
background-color css
<style>
a { background-color: #DB6DA6; }
a { background-color: rgb(219,109,166); }
div.DivClassName
{
background-color: #DB6DA6;
}
.BgClassName
{
background-color: #DB6DA6;
}
</style>
border-color css
<style>
span { border-color: #DB6DA6; }
span { border-color: rgb(219,109,166); }
td.TdClassName
{
border-color: #DB6DA6;
}
.TagClassName
{
border-color: #DB6DA6;
}
</style>