Shades of Pale Violet Red #DB77A0
Tints of Pale Violet Red #DB77A0
RGB
CMYK
RGB Variations
Color information
#DB77A0 (or 0xDB77A0) is known color: Pale Violet Red. HEX triplet: DB, 77 and A0. RGB value is (219,119,160). Sum of RGB (Red+Green+Blue) = 219+119+160=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77A0 is #24885F. Grayscale: #999999. Windows color (decimal): -2394208 or 10516443. OLE color: 10516443.
HSL color Cylindrical-coordinate representation of color #DB77A0: hue angle of 335.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 #DB77A0 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 119 | 160 | - |
CMYK | 0 | 0.46 | 0.27 | 0.14 |
HSL | 335.4º | 0.58% | 0.66% | - |
HSV(B) | 335.4º | 0.46% | 0.86% | - |
XYZ | 42.16 | 30.79 | 36.98 | - |
YUV | 153.57 | 131.63 | 174.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 119 | 160 | 0 | 0.46 | 0.27 | 0.14 | 335.4 | 0.58 | 0.66 |
Hex | DB | 77 | A0 | 0 | 2E | 1B | E | 14F | 3A | 42 |
Octal | 333 | 167 | 240 | 0 | 56 | 33 | 16 | 517 | 72 | 102 |
Binary | 11011011 | 1110111 | 10100000 | 0 | 101110 | 11011 | 1110 | 101001111 | 111010 | 1000010 |
Color Harmonies of #DB77A0
Complementary color
Monochromatic Colors of #DB77A0
Black with #DB77A0
Text Example
Text Example
White with #DB77A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77A0; }
p { color: rgb(219,119,160); }
H1.HeaderClassName
{
color: #DB77A0;
}
.AnyTagClassName
{
color: #DB77A0;
}
</style>
background-color css
<style>
a { background-color: #DB77A0; }
a { background-color: rgb(219,119,160); }
div.DivClassName
{
background-color: #DB77A0;
}
.BgClassName
{
background-color: #DB77A0;
}
</style>
border-color css
<style>
span { border-color: #DB77A0; }
span { border-color: rgb(219,119,160); }
td.TdClassName
{
border-color: #DB77A0;
}
.TagClassName
{
border-color: #DB77A0;
}
</style>