Shades of Pale Violet Red #DB7A95
Tints of Pale Violet Red #DB7A95
RGB
CMYK
RGB Variations
Color information
#DB7A95 (or 0xDB7A95) is known color: Pale Violet Red. HEX triplet: DB, 7A and 95. RGB value is (219,122,149). Sum of RGB (Red+Green+Blue) = 219+122+149=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A95 is #24856A. Grayscale: #9A9A9A. Windows color (decimal): -2393451 or 9796315. OLE color: 9796315.
HSL color Cylindrical-coordinate representation of color #DB7A95: hue angle of 343.3º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7A95 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 149 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.14 |
| HSL | 343.3º | 0.57% | 0.67% | - |
| HSV(B) | 343.3º | 0.44% | 0.86% | - |
| XYZ | 41.6 | 31.15 | 32.25 | - |
| YUV | 154.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 149 | 0 | 0.44 | 0.32 | 0.14 | 343.3 | 0.57 | 0.67 |
| Hex | DB | 7A | 95 | 0 | 2C | 20 | E | 157 | 39 | 43 |
| Octal | 333 | 172 | 225 | 0 | 54 | 40 | 16 | 527 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10010101 | 0 | 101100 | 100000 | 1110 | 101010111 | 111001 | 1000011 |
Color Harmonies of #DB7A95
Complementary color
Monochromatic Colors of #DB7A95
Black with #DB7A95
Text Example
Text Example
White with #DB7A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A95; }
p { color: rgb(219,122,149); }
H1.HeaderClassName
{
color: #DB7A95;
}
.AnyTagClassName
{
color: #DB7A95;
}
</style>
background-color css
<style>
a { background-color: #DB7A95; }
a { background-color: rgb(219,122,149); }
div.DivClassName
{
background-color: #DB7A95;
}
.BgClassName
{
background-color: #DB7A95;
}
</style>
border-color css
<style>
span { border-color: #DB7A95; }
span { border-color: rgb(219,122,149); }
td.TdClassName
{
border-color: #DB7A95;
}
.TagClassName
{
border-color: #DB7A95;
}
</style>