Shades of Pale Violet Red #DB77AD
Tints of Pale Violet Red #DB77AD
RGB
CMYK
RGB Variations
Color information
#DB77AD (or 0xDB77AD) is known color: Pale Violet Red. HEX triplet: DB, 77 and AD. RGB value is (219,119,173). Sum of RGB (Red+Green+Blue) = 219+119+173=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77AD is #248852. Grayscale: #9A9A9A. Windows color (decimal): -2394195 or 11368411. OLE color: 11368411.
HSL color Cylindrical-coordinate representation of color #DB77AD: hue angle of 327.6º 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 #DB77AD is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 173 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.14 |
| HSL | 327.6º | 0.58% | 0.66% | - |
| HSV(B) | 327.6º | 0.46% | 0.86% | - |
| XYZ | 43.35 | 31.27 | 43.29 | - |
| YUV | 155.06 | 138.13 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 173 | 0 | 0.46 | 0.21 | 0.14 | 327.6 | 0.58 | 0.66 |
| Hex | DB | 77 | AD | 0 | 2E | 15 | E | 148 | 3A | 42 |
| Octal | 333 | 167 | 255 | 0 | 56 | 25 | 16 | 510 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10101101 | 0 | 101110 | 10101 | 1110 | 101001000 | 111010 | 1000010 |
Color Harmonies of #DB77AD
Complementary color
Monochromatic Colors of #DB77AD
Black with #DB77AD
Text Example
Text Example
White with #DB77AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77AD; }
p { color: rgb(219,119,173); }
H1.HeaderClassName
{
color: #DB77AD;
}
.AnyTagClassName
{
color: #DB77AD;
}
</style>
background-color css
<style>
a { background-color: #DB77AD; }
a { background-color: rgb(219,119,173); }
div.DivClassName
{
background-color: #DB77AD;
}
.BgClassName
{
background-color: #DB77AD;
}
</style>
border-color css
<style>
span { border-color: #DB77AD; }
span { border-color: rgb(219,119,173); }
td.TdClassName
{
border-color: #DB77AD;
}
.TagClassName
{
border-color: #DB77AD;
}
</style>