Shades of Pale Violet Red #DB71A1
Tints of Pale Violet Red #DB71A1
RGB
CMYK
RGB Variations
Color information
#DB71A1 (or 0xDB71A1) is known color: Pale Violet Red. HEX triplet: DB, 71 and A1. RGB value is (219,113,161). Sum of RGB (Red+Green+Blue) = 219+113+161=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB71A1 is #248E5E. Grayscale: #969696. Windows color (decimal): -2395743 or 10580443. OLE color: 10580443.
HSL color Cylindrical-coordinate representation of color #DB71A1: hue angle of 332.83º 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 #DB71A1 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 161 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.14 |
| HSL | 332.83º | 0.6% | 0.65% | - |
| HSV(B) | 332.83º | 0.48% | 0.86% | - |
| XYZ | 41.55 | 29.44 | 37.21 | - |
| YUV | 150.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 161 | 0 | 0.48 | 0.26 | 0.14 | 332.83 | 0.6 | 0.65 |
| Hex | DB | 71 | A1 | 0 | 30 | 1A | E | 14D | 3C | 41 |
| Octal | 333 | 161 | 241 | 0 | 60 | 32 | 16 | 515 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10100001 | 0 | 110000 | 11010 | 1110 | 101001101 | 111100 | 1000001 |
Color Harmonies of #DB71A1
Complementary color
Monochromatic Colors of #DB71A1
Black with #DB71A1
Text Example
Text Example
White with #DB71A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71A1; }
p { color: rgb(219,113,161); }
H1.HeaderClassName
{
color: #DB71A1;
}
.AnyTagClassName
{
color: #DB71A1;
}
</style>
background-color css
<style>
a { background-color: #DB71A1; }
a { background-color: rgb(219,113,161); }
div.DivClassName
{
background-color: #DB71A1;
}
.BgClassName
{
background-color: #DB71A1;
}
</style>
border-color css
<style>
span { border-color: #DB71A1; }
span { border-color: rgb(219,113,161); }
td.TdClassName
{
border-color: #DB71A1;
}
.TagClassName
{
border-color: #DB71A1;
}
</style>