Shades of Pale Violet Red #DB76A0
Tints of Pale Violet Red #DB76A0
RGB
CMYK
RGB Variations
Color information
#DB76A0 (or 0xDB76A0) is known color: Pale Violet Red. HEX triplet: DB, 76 and A0. RGB value is (219,118,160). Sum of RGB (Red+Green+Blue) = 219+118+160=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76A0 is #24895F. Grayscale: #989898. Windows color (decimal): -2394464 or 10516187. OLE color: 10516187.
HSL color Cylindrical-coordinate representation of color #DB76A0: hue angle of 335.05º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB76A0 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 160 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.14 |
| HSL | 335.05º | 0.58% | 0.66% | - |
| HSV(B) | 335.05º | 0.46% | 0.86% | - |
| XYZ | 42.04 | 30.56 | 36.94 | - |
| YUV | 152.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 160 | 0 | 0.46 | 0.27 | 0.14 | 335.05 | 0.58 | 0.66 |
| Hex | DB | 76 | A0 | 0 | 2E | 1B | E | 14F | 3A | 42 |
| Octal | 333 | 166 | 240 | 0 | 56 | 33 | 16 | 517 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10100000 | 0 | 101110 | 11011 | 1110 | 101001111 | 111010 | 1000010 |
Color Harmonies of #DB76A0
Complementary color
Monochromatic Colors of #DB76A0
Black with #DB76A0
Text Example
Text Example
White with #DB76A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76A0; }
p { color: rgb(219,118,160); }
H1.HeaderClassName
{
color: #DB76A0;
}
.AnyTagClassName
{
color: #DB76A0;
}
</style>
background-color css
<style>
a { background-color: #DB76A0; }
a { background-color: rgb(219,118,160); }
div.DivClassName
{
background-color: #DB76A0;
}
.BgClassName
{
background-color: #DB76A0;
}
</style>
border-color css
<style>
span { border-color: #DB76A0; }
span { border-color: rgb(219,118,160); }
td.TdClassName
{
border-color: #DB76A0;
}
.TagClassName
{
border-color: #DB76A0;
}
</style>