Shades of Pale Violet Red #DB7DA0
Tints of Pale Violet Red #DB7DA0
RGB
CMYK
RGB Variations
Color information
#DB7DA0 (or 0xDB7DA0) is known color: Pale Violet Red. HEX triplet: DB, 7D and A0. RGB value is (219,125,160). Sum of RGB (Red+Green+Blue) = 219+125+160=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DA0 is #24825F. Grayscale: #9D9D9D. Windows color (decimal): -2392672 or 10517979. OLE color: 10517979.
HSL color Cylindrical-coordinate representation of color #DB7DA0: hue angle of 337.66º 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 #DB7DA0 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 160 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.14 |
| HSL | 337.66º | 0.57% | 0.67% | - |
| HSV(B) | 337.66º | 0.43% | 0.86% | - |
| XYZ | 42.89 | 32.27 | 37.22 | - |
| YUV | 157.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 160 | 0 | 0.43 | 0.27 | 0.14 | 337.66 | 0.57 | 0.67 |
| Hex | DB | 7D | A0 | 0 | 2B | 1B | E | 152 | 39 | 43 |
| Octal | 333 | 175 | 240 | 0 | 53 | 33 | 16 | 522 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10100000 | 0 | 101011 | 11011 | 1110 | 101010010 | 111001 | 1000011 |
Color Harmonies of #DB7DA0
Complementary color
Monochromatic Colors of #DB7DA0
Black with #DB7DA0
Text Example
Text Example
White with #DB7DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DA0; }
p { color: rgb(219,125,160); }
H1.HeaderClassName
{
color: #DB7DA0;
}
.AnyTagClassName
{
color: #DB7DA0;
}
</style>
background-color css
<style>
a { background-color: #DB7DA0; }
a { background-color: rgb(219,125,160); }
div.DivClassName
{
background-color: #DB7DA0;
}
.BgClassName
{
background-color: #DB7DA0;
}
</style>
border-color css
<style>
span { border-color: #DB7DA0; }
span { border-color: rgb(219,125,160); }
td.TdClassName
{
border-color: #DB7DA0;
}
.TagClassName
{
border-color: #DB7DA0;
}
</style>