Shades of Pale Violet Red #DB7797
Tints of Pale Violet Red #DB7797
RGB
CMYK
RGB Variations
Color information
#DB7797 (or 0xDB7797) is known color: Pale Violet Red. HEX triplet: DB, 77 and 97. RGB value is (219,119,151). Sum of RGB (Red+Green+Blue) = 219+119+151=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7797 is #248868. Grayscale: #989898. Windows color (decimal): -2394217 or 9926619. OLE color: 9926619.
HSL color Cylindrical-coordinate representation of color #DB7797: hue angle of 340.8º 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 #DB7797 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 151 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.14 |
| HSL | 340.8º | 0.58% | 0.66% | - |
| HSV(B) | 340.8º | 0.46% | 0.86% | - |
| XYZ | 41.4 | 30.49 | 32.98 | - |
| YUV | 152.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 151 | 0 | 0.46 | 0.31 | 0.14 | 340.8 | 0.58 | 0.66 |
| Hex | DB | 77 | 97 | 0 | 2E | 1F | E | 155 | 3A | 42 |
| Octal | 333 | 167 | 227 | 0 | 56 | 37 | 16 | 525 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10010111 | 0 | 101110 | 11111 | 1110 | 101010101 | 111010 | 1000010 |
Color Harmonies of #DB7797
Complementary color
Monochromatic Colors of #DB7797
Black with #DB7797
Text Example
Text Example
White with #DB7797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7797; }
p { color: rgb(219,119,151); }
H1.HeaderClassName
{
color: #DB7797;
}
.AnyTagClassName
{
color: #DB7797;
}
</style>
background-color css
<style>
a { background-color: #DB7797; }
a { background-color: rgb(219,119,151); }
div.DivClassName
{
background-color: #DB7797;
}
.BgClassName
{
background-color: #DB7797;
}
</style>
border-color css
<style>
span { border-color: #DB7797; }
span { border-color: rgb(219,119,151); }
td.TdClassName
{
border-color: #DB7797;
}
.TagClassName
{
border-color: #DB7797;
}
</style>