Shades of Pale Violet Red #DB7195
Tints of Pale Violet Red #DB7195
RGB
CMYK
RGB Variations
Color information
#DB7195 (or 0xDB7195) is known color: Pale Violet Red. HEX triplet: DB, 71 and 95. RGB value is (219,113,149). Sum of RGB (Red+Green+Blue) = 219+113+149=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7195 is #248E6A. Grayscale: #949494. Windows color (decimal): -2395755 or 9794011. OLE color: 9794011.
HSL color Cylindrical-coordinate representation of color #DB7195: hue angle of 339.62º 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 #DB7195 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 149 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.14 |
| HSL | 339.62º | 0.6% | 0.65% | - |
| HSV(B) | 339.62º | 0.48% | 0.86% | - |
| XYZ | 40.54 | 29.04 | 31.9 | - |
| YUV | 148.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 149 | 0 | 0.48 | 0.32 | 0.14 | 339.62 | 0.6 | 0.65 |
| Hex | DB | 71 | 95 | 0 | 30 | 20 | E | 154 | 3C | 41 |
| Octal | 333 | 161 | 225 | 0 | 60 | 40 | 16 | 524 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10010101 | 0 | 110000 | 100000 | 1110 | 101010100 | 111100 | 1000001 |
Color Harmonies of #DB7195
Complementary color
Monochromatic Colors of #DB7195
Black with #DB7195
Text Example
Text Example
White with #DB7195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7195; }
p { color: rgb(219,113,149); }
H1.HeaderClassName
{
color: #DB7195;
}
.AnyTagClassName
{
color: #DB7195;
}
</style>
background-color css
<style>
a { background-color: #DB7195; }
a { background-color: rgb(219,113,149); }
div.DivClassName
{
background-color: #DB7195;
}
.BgClassName
{
background-color: #DB7195;
}
</style>
border-color css
<style>
span { border-color: #DB7195; }
span { border-color: rgb(219,113,149); }
td.TdClassName
{
border-color: #DB7195;
}
.TagClassName
{
border-color: #DB7195;
}
</style>