Shades of Pale Violet Red #DB7795
Tints of Pale Violet Red #DB7795
RGB
CMYK
RGB Variations
Color information
#DB7795 (or 0xDB7795) is known color: Pale Violet Red. HEX triplet: DB, 77 and 95. RGB value is (219,119,149). Sum of RGB (Red+Green+Blue) = 219+119+149=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7795 is #24886A. Grayscale: #989898. Windows color (decimal): -2394219 or 9795547. OLE color: 9795547.
HSL color Cylindrical-coordinate representation of color #DB7795: hue angle of 342º 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 #DB7795 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 149 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.14 |
| HSL | 342º | 0.58% | 0.66% | - |
| HSV(B) | 342º | 0.46% | 0.86% | - |
| XYZ | 41.24 | 30.42 | 32.13 | - |
| YUV | 152.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 149 | 0 | 0.46 | 0.32 | 0.14 | 342 | 0.58 | 0.66 |
| Hex | DB | 77 | 95 | 0 | 2E | 20 | E | 156 | 3A | 42 |
| Octal | 333 | 167 | 225 | 0 | 56 | 40 | 16 | 526 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10010101 | 0 | 101110 | 100000 | 1110 | 101010110 | 111010 | 1000010 |
Color Harmonies of #DB7795
Complementary color
Monochromatic Colors of #DB7795
Black with #DB7795
Text Example
Text Example
White with #DB7795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7795; }
p { color: rgb(219,119,149); }
H1.HeaderClassName
{
color: #DB7795;
}
.AnyTagClassName
{
color: #DB7795;
}
</style>
background-color css
<style>
a { background-color: #DB7795; }
a { background-color: rgb(219,119,149); }
div.DivClassName
{
background-color: #DB7795;
}
.BgClassName
{
background-color: #DB7795;
}
</style>
border-color css
<style>
span { border-color: #DB7795; }
span { border-color: rgb(219,119,149); }
td.TdClassName
{
border-color: #DB7795;
}
.TagClassName
{
border-color: #DB7795;
}
</style>