Shades of Pale Violet Red #DB7697
Tints of Pale Violet Red #DB7697
RGB
CMYK
RGB Variations
Color information
#DB7697 (or 0xDB7697) is known color: Pale Violet Red. HEX triplet: DB, 76 and 97. RGB value is (219,118,151). Sum of RGB (Red+Green+Blue) = 219+118+151=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7697 is #248968. Grayscale: #979797. Windows color (decimal): -2394473 or 9926363. OLE color: 9926363.
HSL color Cylindrical-coordinate representation of color #DB7697: hue angle of 340.4º 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 #DB7697 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 151 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.14 |
| HSL | 340.4º | 0.58% | 0.66% | - |
| HSV(B) | 340.4º | 0.46% | 0.86% | - |
| XYZ | 41.28 | 30.25 | 32.94 | - |
| YUV | 151.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 151 | 0 | 0.46 | 0.31 | 0.14 | 340.4 | 0.58 | 0.66 |
| Hex | DB | 76 | 97 | 0 | 2E | 1F | E | 154 | 3A | 42 |
| Octal | 333 | 166 | 227 | 0 | 56 | 37 | 16 | 524 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10010111 | 0 | 101110 | 11111 | 1110 | 101010100 | 111010 | 1000010 |
Color Harmonies of #DB7697
Complementary color
Monochromatic Colors of #DB7697
Black with #DB7697
Text Example
Text Example
White with #DB7697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7697; }
p { color: rgb(219,118,151); }
H1.HeaderClassName
{
color: #DB7697;
}
.AnyTagClassName
{
color: #DB7697;
}
</style>
background-color css
<style>
a { background-color: #DB7697; }
a { background-color: rgb(219,118,151); }
div.DivClassName
{
background-color: #DB7697;
}
.BgClassName
{
background-color: #DB7697;
}
</style>
border-color css
<style>
span { border-color: #DB7697; }
span { border-color: rgb(219,118,151); }
td.TdClassName
{
border-color: #DB7697;
}
.TagClassName
{
border-color: #DB7697;
}
</style>