Shades of Pale Violet Red #DB7A91
Tints of Pale Violet Red #DB7A91
RGB
CMYK
RGB Variations
Color information
#DB7A91 (or 0xDB7A91) is known color: Pale Violet Red. HEX triplet: DB, 7A and 91. RGB value is (219,122,145). Sum of RGB (Red+Green+Blue) = 219+122+145=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A91 is #24856E. Grayscale: #999999. Windows color (decimal): -2393455 or 9534171. OLE color: 9534171.
HSL color Cylindrical-coordinate representation of color #DB7A91: hue angle of 345.77º 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 #DB7A91 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 145 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.14 |
| HSL | 345.77º | 0.57% | 0.67% | - |
| HSV(B) | 345.77º | 0.44% | 0.86% | - |
| XYZ | 41.28 | 31.02 | 30.6 | - |
| YUV | 153.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 145 | 0 | 0.44 | 0.34 | 0.14 | 345.77 | 0.57 | 0.67 |
| Hex | DB | 7A | 91 | 0 | 2C | 22 | E | 15A | 39 | 43 |
| Octal | 333 | 172 | 221 | 0 | 54 | 42 | 16 | 532 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10010001 | 0 | 101100 | 100010 | 1110 | 101011010 | 111001 | 1000011 |
Color Harmonies of #DB7A91
Complementary color
Monochromatic Colors of #DB7A91
Black with #DB7A91
Text Example
Text Example
White with #DB7A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A91; }
p { color: rgb(219,122,145); }
H1.HeaderClassName
{
color: #DB7A91;
}
.AnyTagClassName
{
color: #DB7A91;
}
</style>
background-color css
<style>
a { background-color: #DB7A91; }
a { background-color: rgb(219,122,145); }
div.DivClassName
{
background-color: #DB7A91;
}
.BgClassName
{
background-color: #DB7A91;
}
</style>
border-color css
<style>
span { border-color: #DB7A91; }
span { border-color: rgb(219,122,145); }
td.TdClassName
{
border-color: #DB7A91;
}
.TagClassName
{
border-color: #DB7A91;
}
</style>