Shades of Pale Violet Red #DB7197
Tints of Pale Violet Red #DB7197
RGB
CMYK
RGB Variations
Color information
#DB7197 (or 0xDB7197) is known color: Pale Violet Red. HEX triplet: DB, 71 and 97. RGB value is (219,113,151). Sum of RGB (Red+Green+Blue) = 219+113+151=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7197 is #248E68. Grayscale: #949494. Windows color (decimal): -2395753 or 9925083. OLE color: 9925083.
HSL color Cylindrical-coordinate representation of color #DB7197: hue angle of 338.49º 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 #DB7197 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 151 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.14 |
| HSL | 338.49º | 0.6% | 0.65% | - |
| HSV(B) | 338.49º | 0.48% | 0.86% | - |
| XYZ | 40.7 | 29.1 | 32.75 | - |
| YUV | 149.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 151 | 0 | 0.48 | 0.31 | 0.14 | 338.49 | 0.6 | 0.65 |
| Hex | DB | 71 | 97 | 0 | 30 | 1F | E | 152 | 3C | 41 |
| Octal | 333 | 161 | 227 | 0 | 60 | 37 | 16 | 522 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10010111 | 0 | 110000 | 11111 | 1110 | 101010010 | 111100 | 1000001 |
Color Harmonies of #DB7197
Complementary color
Monochromatic Colors of #DB7197
Black with #DB7197
Text Example
Text Example
White with #DB7197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7197; }
p { color: rgb(219,113,151); }
H1.HeaderClassName
{
color: #DB7197;
}
.AnyTagClassName
{
color: #DB7197;
}
</style>
background-color css
<style>
a { background-color: #DB7197; }
a { background-color: rgb(219,113,151); }
div.DivClassName
{
background-color: #DB7197;
}
.BgClassName
{
background-color: #DB7197;
}
</style>
border-color css
<style>
span { border-color: #DB7197; }
span { border-color: rgb(219,113,151); }
td.TdClassName
{
border-color: #DB7197;
}
.TagClassName
{
border-color: #DB7197;
}
</style>