Shades of Pale Violet Red #DB71AC
Tints of Pale Violet Red #DB71AC
RGB
CMYK
RGB Variations
Color information
#DB71AC (or 0xDB71AC) is known color: Pale Violet Red. HEX triplet: DB, 71 and AC. RGB value is (219,113,172). Sum of RGB (Red+Green+Blue) = 219+113+172=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB71AC is #248E53. Grayscale: #979797. Windows color (decimal): -2395732 or 11301339. OLE color: 11301339.
HSL color Cylindrical-coordinate representation of color #DB71AC: hue angle of 326.6º 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 #DB71AC is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 172 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.14 |
| HSL | 326.6º | 0.6% | 0.65% | - |
| HSV(B) | 326.6º | 0.48% | 0.86% | - |
| XYZ | 42.56 | 29.85 | 42.55 | - |
| YUV | 151.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 172 | 0 | 0.48 | 0.21 | 0.14 | 326.6 | 0.6 | 0.65 |
| Hex | DB | 71 | AC | 0 | 30 | 15 | E | 147 | 3C | 41 |
| Octal | 333 | 161 | 254 | 0 | 60 | 25 | 16 | 507 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10101100 | 0 | 110000 | 10101 | 1110 | 101000111 | 111100 | 1000001 |
Color Harmonies of #DB71AC
Complementary color
Monochromatic Colors of #DB71AC
Black with #DB71AC
Text Example
Text Example
White with #DB71AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71AC; }
p { color: rgb(219,113,172); }
H1.HeaderClassName
{
color: #DB71AC;
}
.AnyTagClassName
{
color: #DB71AC;
}
</style>
background-color css
<style>
a { background-color: #DB71AC; }
a { background-color: rgb(219,113,172); }
div.DivClassName
{
background-color: #DB71AC;
}
.BgClassName
{
background-color: #DB71AC;
}
</style>
border-color css
<style>
span { border-color: #DB71AC; }
span { border-color: rgb(219,113,172); }
td.TdClassName
{
border-color: #DB71AC;
}
.TagClassName
{
border-color: #DB71AC;
}
</style>