Shades of Pale Violet Red #DB7495
Tints of Pale Violet Red #DB7495
RGB
CMYK
RGB Variations
Color information
#DB7495 (or 0xDB7495) is known color: Pale Violet Red. HEX triplet: DB, 74 and 95. RGB value is (219,116,149). Sum of RGB (Red+Green+Blue) = 219+116+149=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7495 is #248B6A. Grayscale: #969696. Windows color (decimal): -2394987 or 9794779. OLE color: 9794779.
HSL color Cylindrical-coordinate representation of color #DB7495: hue angle of 340.78º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7495 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 149 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.14 |
| HSL | 340.78º | 0.59% | 0.66% | - |
| HSV(B) | 340.78º | 0.47% | 0.86% | - |
| XYZ | 40.88 | 29.72 | 32.02 | - |
| YUV | 150.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 149 | 0 | 0.47 | 0.32 | 0.14 | 340.78 | 0.59 | 0.66 |
| Hex | DB | 74 | 95 | 0 | 2F | 20 | E | 155 | 3B | 42 |
| Octal | 333 | 164 | 225 | 0 | 57 | 40 | 16 | 525 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10010101 | 0 | 101111 | 100000 | 1110 | 101010101 | 111011 | 1000010 |
Color Harmonies of #DB7495
Complementary color
Monochromatic Colors of #DB7495
Black with #DB7495
Text Example
Text Example
White with #DB7495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7495; }
p { color: rgb(219,116,149); }
H1.HeaderClassName
{
color: #DB7495;
}
.AnyTagClassName
{
color: #DB7495;
}
</style>
background-color css
<style>
a { background-color: #DB7495; }
a { background-color: rgb(219,116,149); }
div.DivClassName
{
background-color: #DB7495;
}
.BgClassName
{
background-color: #DB7495;
}
</style>
border-color css
<style>
span { border-color: #DB7495; }
span { border-color: rgb(219,116,149); }
td.TdClassName
{
border-color: #DB7495;
}
.TagClassName
{
border-color: #DB7495;
}
</style>