Shades of Pale Violet Red #DB6FA0
Tints of Pale Violet Red #DB6FA0
RGB
CMYK
RGB Variations
Color information
#DB6FA0 (or 0xDB6FA0) is known color: Pale Violet Red. HEX triplet: DB, 6F and A0. RGB value is (219,111,160). Sum of RGB (Red+Green+Blue) = 219+111+160=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6FA0 is #24905F. Grayscale: #949494. Windows color (decimal): -2396256 or 10514395. OLE color: 10514395.
HSL color Cylindrical-coordinate representation of color #DB6FA0: hue angle of 332.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FA0 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 160 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.14 |
| HSL | 332.78º | 0.6% | 0.65% | - |
| HSV(B) | 332.78º | 0.49% | 0.86% | - |
| XYZ | 41.24 | 28.97 | 36.68 | - |
| YUV | 148.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 160 | 0 | 0.49 | 0.27 | 0.14 | 332.78 | 0.6 | 0.65 |
| Hex | DB | 6F | A0 | 0 | 31 | 1B | E | 14D | 3C | 41 |
| Octal | 333 | 157 | 240 | 0 | 61 | 33 | 16 | 515 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10100000 | 0 | 110001 | 11011 | 1110 | 101001101 | 111100 | 1000001 |
Color Harmonies of #DB6FA0
Complementary color
Monochromatic Colors of #DB6FA0
Black with #DB6FA0
Text Example
Text Example
White with #DB6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FA0; }
p { color: rgb(219,111,160); }
H1.HeaderClassName
{
color: #DB6FA0;
}
.AnyTagClassName
{
color: #DB6FA0;
}
</style>
background-color css
<style>
a { background-color: #DB6FA0; }
a { background-color: rgb(219,111,160); }
div.DivClassName
{
background-color: #DB6FA0;
}
.BgClassName
{
background-color: #DB6FA0;
}
</style>
border-color css
<style>
span { border-color: #DB6FA0; }
span { border-color: rgb(219,111,160); }
td.TdClassName
{
border-color: #DB6FA0;
}
.TagClassName
{
border-color: #DB6FA0;
}
</style>