Shades of Pale Violet Red #DB7CA6
Tints of Pale Violet Red #DB7CA6
RGB
CMYK
RGB Variations
Color information
#DB7CA6 (or 0xDB7CA6) is known color: Pale Violet Red. HEX triplet: DB, 7C and A6. RGB value is (219,124,166). Sum of RGB (Red+Green+Blue) = 219+124+166=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7CA6 is #248359. Grayscale: #9D9D9D. Windows color (decimal): -2392922 or 10910939. OLE color: 10910939.
HSL color Cylindrical-coordinate representation of color #DB7CA6: hue angle of 333.47º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7CA6 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 166 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.14 |
| HSL | 333.47º | 0.57% | 0.67% | - |
| HSV(B) | 333.47º | 0.43% | 0.86% | - |
| XYZ | 43.3 | 32.23 | 40.01 | - |
| YUV | 157.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 166 | 0 | 0.43 | 0.24 | 0.14 | 333.47 | 0.57 | 0.67 |
| Hex | DB | 7C | A6 | 0 | 2B | 18 | E | 14D | 39 | 43 |
| Octal | 333 | 174 | 246 | 0 | 53 | 30 | 16 | 515 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10100110 | 0 | 101011 | 11000 | 1110 | 101001101 | 111001 | 1000011 |
Color Harmonies of #DB7CA6
Complementary color
Monochromatic Colors of #DB7CA6
Black with #DB7CA6
Text Example
Text Example
White with #DB7CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CA6; }
p { color: rgb(219,124,166); }
H1.HeaderClassName
{
color: #DB7CA6;
}
.AnyTagClassName
{
color: #DB7CA6;
}
</style>
background-color css
<style>
a { background-color: #DB7CA6; }
a { background-color: rgb(219,124,166); }
div.DivClassName
{
background-color: #DB7CA6;
}
.BgClassName
{
background-color: #DB7CA6;
}
</style>
border-color css
<style>
span { border-color: #DB7CA6; }
span { border-color: rgb(219,124,166); }
td.TdClassName
{
border-color: #DB7CA6;
}
.TagClassName
{
border-color: #DB7CA6;
}
</style>