Shades of Pale Violet Red #DB7EA1
Tints of Pale Violet Red #DB7EA1
RGB
CMYK
RGB Variations
Color information
#DB7EA1 (or 0xDB7EA1) is known color: Pale Violet Red. HEX triplet: DB, 7E and A1. RGB value is (219,126,161). Sum of RGB (Red+Green+Blue) = 219+126+161=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7EA1 is #24815E. Grayscale: #9D9D9D. Windows color (decimal): -2392415 or 10583771. OLE color: 10583771.
HSL color Cylindrical-coordinate representation of color #DB7EA1: hue angle of 337.42º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7EA1 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 161 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.14 |
| HSL | 337.42º | 0.56% | 0.68% | - |
| HSV(B) | 337.42º | 0.42% | 0.86% | - |
| XYZ | 43.11 | 32.55 | 37.73 | - |
| YUV | 157.8 | 129.81 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 161 | 0 | 0.42 | 0.26 | 0.14 | 337.42 | 0.56 | 0.68 |
| Hex | DB | 7E | A1 | 0 | 2A | 1A | E | 151 | 38 | 44 |
| Octal | 333 | 176 | 241 | 0 | 52 | 32 | 16 | 521 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10100001 | 0 | 101010 | 11010 | 1110 | 101010001 | 111000 | 1000100 |
Color Harmonies of #DB7EA1
Complementary color
Monochromatic Colors of #DB7EA1
Black with #DB7EA1
Text Example
Text Example
White with #DB7EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EA1; }
p { color: rgb(219,126,161); }
H1.HeaderClassName
{
color: #DB7EA1;
}
.AnyTagClassName
{
color: #DB7EA1;
}
</style>
background-color css
<style>
a { background-color: #DB7EA1; }
a { background-color: rgb(219,126,161); }
div.DivClassName
{
background-color: #DB7EA1;
}
.BgClassName
{
background-color: #DB7EA1;
}
</style>
border-color css
<style>
span { border-color: #DB7EA1; }
span { border-color: rgb(219,126,161); }
td.TdClassName
{
border-color: #DB7EA1;
}
.TagClassName
{
border-color: #DB7EA1;
}
</style>