Shades of Pale Violet Red #DB7191
Tints of Pale Violet Red #DB7191
RGB
CMYK
RGB Variations
Color information
#DB7191 (or 0xDB7191) is known color: Pale Violet Red. HEX triplet: DB, 71 and 91. RGB value is (219,113,145). Sum of RGB (Red+Green+Blue) = 219+113+145=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7191 is #248E6E. Grayscale: #949494. Windows color (decimal): -2395759 or 9531867. OLE color: 9531867.
HSL color Cylindrical-coordinate representation of color #DB7191: hue angle of 341.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7191 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 145 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.14 |
| HSL | 341.89º | 0.6% | 0.65% | - |
| HSV(B) | 341.89º | 0.48% | 0.86% | - |
| XYZ | 40.23 | 28.91 | 30.25 | - |
| YUV | 148.34 | 126.12 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 145 | 0 | 0.48 | 0.34 | 0.14 | 341.89 | 0.6 | 0.65 |
| Hex | DB | 71 | 91 | 0 | 30 | 22 | E | 156 | 3C | 41 |
| Octal | 333 | 161 | 221 | 0 | 60 | 42 | 16 | 526 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10010001 | 0 | 110000 | 100010 | 1110 | 101010110 | 111100 | 1000001 |
Color Harmonies of #DB7191
Complementary color
Monochromatic Colors of #DB7191
Black with #DB7191
Text Example
Text Example
White with #DB7191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7191; }
p { color: rgb(219,113,145); }
H1.HeaderClassName
{
color: #DB7191;
}
.AnyTagClassName
{
color: #DB7191;
}
</style>
background-color css
<style>
a { background-color: #DB7191; }
a { background-color: rgb(219,113,145); }
div.DivClassName
{
background-color: #DB7191;
}
.BgClassName
{
background-color: #DB7191;
}
</style>
border-color css
<style>
span { border-color: #DB7191; }
span { border-color: rgb(219,113,145); }
td.TdClassName
{
border-color: #DB7191;
}
.TagClassName
{
border-color: #DB7191;
}
</style>