Shades of Pale Violet Red #DB779F
Tints of Pale Violet Red #DB779F
RGB
CMYK
RGB Variations
Color information
#DB779F (or 0xDB779F) is known color: Pale Violet Red. HEX triplet: DB, 77 and 9F. RGB value is (219,119,159). Sum of RGB (Red+Green+Blue) = 219+119+159=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB779F is #248860. Grayscale: #999999. Windows color (decimal): -2394209 or 10450907. OLE color: 10450907.
HSL color Cylindrical-coordinate representation of color #DB779F: hue angle of 336º 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 #DB779F is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 159 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.14 |
| HSL | 336º | 0.58% | 0.66% | - |
| HSV(B) | 336º | 0.46% | 0.86% | - |
| XYZ | 42.07 | 30.76 | 36.52 | - |
| YUV | 153.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 159 | 0 | 0.46 | 0.27 | 0.14 | 336 | 0.58 | 0.66 |
| Hex | DB | 77 | 9F | 0 | 2E | 1B | E | 150 | 3A | 42 |
| Octal | 333 | 167 | 237 | 0 | 56 | 33 | 16 | 520 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10011111 | 0 | 101110 | 11011 | 1110 | 101010000 | 111010 | 1000010 |
Color Harmonies of #DB779F
Complementary color
Monochromatic Colors of #DB779F
Black with #DB779F
Text Example
Text Example
White with #DB779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB779F; }
p { color: rgb(219,119,159); }
H1.HeaderClassName
{
color: #DB779F;
}
.AnyTagClassName
{
color: #DB779F;
}
</style>
background-color css
<style>
a { background-color: #DB779F; }
a { background-color: rgb(219,119,159); }
div.DivClassName
{
background-color: #DB779F;
}
.BgClassName
{
background-color: #DB779F;
}
</style>
border-color css
<style>
span { border-color: #DB779F; }
span { border-color: rgb(219,119,159); }
td.TdClassName
{
border-color: #DB779F;
}
.TagClassName
{
border-color: #DB779F;
}
</style>