Shades of Pale Violet Red #DB7DA1
Tints of Pale Violet Red #DB7DA1
RGB
CMYK
RGB Variations
Color information
#DB7DA1 (or 0xDB7DA1) is known color: Pale Violet Red. HEX triplet: DB, 7D and A1. RGB value is (219,125,161). Sum of RGB (Red+Green+Blue) = 219+125+161=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DA1 is #24825E. Grayscale: #9D9D9D. Windows color (decimal): -2392671 or 10583515. OLE color: 10583515.
HSL color Cylindrical-coordinate representation of color #DB7DA1: hue angle of 337.02º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DA1 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 161 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.14 |
| HSL | 337.02º | 0.57% | 0.67% | - |
| HSV(B) | 337.02º | 0.43% | 0.86% | - |
| XYZ | 42.98 | 32.3 | 37.69 | - |
| YUV | 157.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 161 | 0 | 0.43 | 0.26 | 0.14 | 337.02 | 0.57 | 0.67 |
| Hex | DB | 7D | A1 | 0 | 2B | 1A | E | 151 | 39 | 43 |
| Octal | 333 | 175 | 241 | 0 | 53 | 32 | 16 | 521 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10100001 | 0 | 101011 | 11010 | 1110 | 101010001 | 111001 | 1000011 |
Color Harmonies of #DB7DA1
Complementary color
Monochromatic Colors of #DB7DA1
Black with #DB7DA1
Text Example
Text Example
White with #DB7DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DA1; }
p { color: rgb(219,125,161); }
H1.HeaderClassName
{
color: #DB7DA1;
}
.AnyTagClassName
{
color: #DB7DA1;
}
</style>
background-color css
<style>
a { background-color: #DB7DA1; }
a { background-color: rgb(219,125,161); }
div.DivClassName
{
background-color: #DB7DA1;
}
.BgClassName
{
background-color: #DB7DA1;
}
</style>
border-color css
<style>
span { border-color: #DB7DA1; }
span { border-color: rgb(219,125,161); }
td.TdClassName
{
border-color: #DB7DA1;
}
.TagClassName
{
border-color: #DB7DA1;
}
</style>