Shades of Pale Violet Red #DB77A1
Tints of Pale Violet Red #DB77A1
RGB
CMYK
RGB Variations
Color information
#DB77A1 (or 0xDB77A1) is known color: Pale Violet Red. HEX triplet: DB, 77 and A1. RGB value is (219,119,161). Sum of RGB (Red+Green+Blue) = 219+119+161=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77A1 is #24885E. Grayscale: #999999. Windows color (decimal): -2394207 or 10581979. OLE color: 10581979.
HSL color Cylindrical-coordinate representation of color #DB77A1: hue angle of 334.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 #DB77A1 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 161 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.14 |
| HSL | 334.8º | 0.58% | 0.66% | - |
| HSV(B) | 334.8º | 0.46% | 0.86% | - |
| XYZ | 42.24 | 30.83 | 37.44 | - |
| YUV | 153.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 161 | 0 | 0.46 | 0.26 | 0.14 | 334.8 | 0.58 | 0.66 |
| Hex | DB | 77 | A1 | 0 | 2E | 1A | E | 14F | 3A | 42 |
| Octal | 333 | 167 | 241 | 0 | 56 | 32 | 16 | 517 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10100001 | 0 | 101110 | 11010 | 1110 | 101001111 | 111010 | 1000010 |
Color Harmonies of #DB77A1
Complementary color
Monochromatic Colors of #DB77A1
Black with #DB77A1
Text Example
Text Example
White with #DB77A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77A1; }
p { color: rgb(219,119,161); }
H1.HeaderClassName
{
color: #DB77A1;
}
.AnyTagClassName
{
color: #DB77A1;
}
</style>
background-color css
<style>
a { background-color: #DB77A1; }
a { background-color: rgb(219,119,161); }
div.DivClassName
{
background-color: #DB77A1;
}
.BgClassName
{
background-color: #DB77A1;
}
</style>
border-color css
<style>
span { border-color: #DB77A1; }
span { border-color: rgb(219,119,161); }
td.TdClassName
{
border-color: #DB77A1;
}
.TagClassName
{
border-color: #DB77A1;
}
</style>