Shades of Pale Violet Red #DB77AB
Tints of Pale Violet Red #DB77AB
RGB
CMYK
RGB Variations
Color information
#DB77AB (or 0xDB77AB) is known color: Pale Violet Red. HEX triplet: DB, 77 and AB. RGB value is (219,119,171). Sum of RGB (Red+Green+Blue) = 219+119+171=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77AB is #248854. Grayscale: #9A9A9A. Windows color (decimal): -2394197 or 11237339. OLE color: 11237339.
HSL color Cylindrical-coordinate representation of color #DB77AB: hue angle of 328.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 #DB77AB is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 171 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.14 |
| HSL | 328.8º | 0.58% | 0.66% | - |
| HSV(B) | 328.8º | 0.46% | 0.86% | - |
| XYZ | 43.16 | 31.19 | 42.27 | - |
| YUV | 154.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 171 | 0 | 0.46 | 0.22 | 0.14 | 328.8 | 0.58 | 0.66 |
| Hex | DB | 77 | AB | 0 | 2E | 16 | E | 149 | 3A | 42 |
| Octal | 333 | 167 | 253 | 0 | 56 | 26 | 16 | 511 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10101011 | 0 | 101110 | 10110 | 1110 | 101001001 | 111010 | 1000010 |
Color Harmonies of #DB77AB
Complementary color
Monochromatic Colors of #DB77AB
Black with #DB77AB
Text Example
Text Example
White with #DB77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77AB; }
p { color: rgb(219,119,171); }
H1.HeaderClassName
{
color: #DB77AB;
}
.AnyTagClassName
{
color: #DB77AB;
}
</style>
background-color css
<style>
a { background-color: #DB77AB; }
a { background-color: rgb(219,119,171); }
div.DivClassName
{
background-color: #DB77AB;
}
.BgClassName
{
background-color: #DB77AB;
}
</style>
border-color css
<style>
span { border-color: #DB77AB; }
span { border-color: rgb(219,119,171); }
td.TdClassName
{
border-color: #DB77AB;
}
.TagClassName
{
border-color: #DB77AB;
}
</style>