Shades of Pale Violet Red #DB71AD
Tints of Pale Violet Red #DB71AD
RGB
CMYK
RGB Variations
Color information
#DB71AD (or 0xDB71AD) is known color: Pale Violet Red. HEX triplet: DB, 71 and AD. RGB value is (219,113,173). Sum of RGB (Red+Green+Blue) = 219+113+173=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB71AD is #248E52. Grayscale: #979797. Windows color (decimal): -2395731 or 11366875. OLE color: 11366875.
HSL color Cylindrical-coordinate representation of color #DB71AD: hue angle of 326.04º 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 #DB71AD is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 173 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.14 |
| HSL | 326.04º | 0.6% | 0.65% | - |
| HSV(B) | 326.04º | 0.48% | 0.86% | - |
| XYZ | 42.66 | 29.89 | 43.06 | - |
| YUV | 151.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 173 | 0 | 0.48 | 0.21 | 0.14 | 326.04 | 0.6 | 0.65 |
| Hex | DB | 71 | AD | 0 | 30 | 15 | E | 146 | 3C | 41 |
| Octal | 333 | 161 | 255 | 0 | 60 | 25 | 16 | 506 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10101101 | 0 | 110000 | 10101 | 1110 | 101000110 | 111100 | 1000001 |
Color Harmonies of #DB71AD
Complementary color
Monochromatic Colors of #DB71AD
Black with #DB71AD
Text Example
Text Example
White with #DB71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71AD; }
p { color: rgb(219,113,173); }
H1.HeaderClassName
{
color: #DB71AD;
}
.AnyTagClassName
{
color: #DB71AD;
}
</style>
background-color css
<style>
a { background-color: #DB71AD; }
a { background-color: rgb(219,113,173); }
div.DivClassName
{
background-color: #DB71AD;
}
.BgClassName
{
background-color: #DB71AD;
}
</style>
border-color css
<style>
span { border-color: #DB71AD; }
span { border-color: rgb(219,113,173); }
td.TdClassName
{
border-color: #DB71AD;
}
.TagClassName
{
border-color: #DB71AD;
}
</style>