Shades of Pale Violet Red #DB77A5
Tints of Pale Violet Red #DB77A5
RGB
CMYK
RGB Variations
Color information
#DB77A5 (or 0xDB77A5) is known color: Pale Violet Red. HEX triplet: DB, 77 and A5. RGB value is (219,119,165). Sum of RGB (Red+Green+Blue) = 219+119+165=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77A5 is #24885A. Grayscale: #9A9A9A. Windows color (decimal): -2394203 or 10844123. OLE color: 10844123.
HSL color Cylindrical-coordinate representation of color #DB77A5: hue angle of 332.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 #DB77A5 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 165 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.14 |
| HSL | 332.4º | 0.58% | 0.66% | - |
| HSV(B) | 332.4º | 0.46% | 0.86% | - |
| XYZ | 42.6 | 30.97 | 39.33 | - |
| YUV | 154.14 | 134.13 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 165 | 0 | 0.46 | 0.25 | 0.14 | 332.4 | 0.58 | 0.66 |
| Hex | DB | 77 | A5 | 0 | 2E | 19 | E | 14C | 3A | 42 |
| Octal | 333 | 167 | 245 | 0 | 56 | 31 | 16 | 514 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10100101 | 0 | 101110 | 11001 | 1110 | 101001100 | 111010 | 1000010 |
Color Harmonies of #DB77A5
Complementary color
Monochromatic Colors of #DB77A5
Black with #DB77A5
Text Example
Text Example
White with #DB77A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77A5; }
p { color: rgb(219,119,165); }
H1.HeaderClassName
{
color: #DB77A5;
}
.AnyTagClassName
{
color: #DB77A5;
}
</style>
background-color css
<style>
a { background-color: #DB77A5; }
a { background-color: rgb(219,119,165); }
div.DivClassName
{
background-color: #DB77A5;
}
.BgClassName
{
background-color: #DB77A5;
}
</style>
border-color css
<style>
span { border-color: #DB77A5; }
span { border-color: rgb(219,119,165); }
td.TdClassName
{
border-color: #DB77A5;
}
.TagClassName
{
border-color: #DB77A5;
}
</style>