Shades of Pale Violet Red #DB73AD
Tints of Pale Violet Red #DB73AD
RGB
CMYK
RGB Variations
Color information
#DB73AD (or 0xDB73AD) is known color: Pale Violet Red. HEX triplet: DB, 73 and AD. RGB value is (219,115,173). Sum of RGB (Red+Green+Blue) = 219+115+173=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB73AD is #248C52. Grayscale: #989898. Windows color (decimal): -2395219 or 11367387. OLE color: 11367387.
HSL color Cylindrical-coordinate representation of color #DB73AD: hue angle of 326.54º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB73AD is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 173 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.14 |
| HSL | 326.54º | 0.59% | 0.65% | - |
| HSV(B) | 326.54º | 0.47% | 0.86% | - |
| XYZ | 42.89 | 30.34 | 43.13 | - |
| YUV | 152.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 173 | 0 | 0.47 | 0.21 | 0.14 | 326.54 | 0.59 | 0.65 |
| Hex | DB | 73 | AD | 0 | 2F | 15 | E | 147 | 3B | 41 |
| Octal | 333 | 163 | 255 | 0 | 57 | 25 | 16 | 507 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10101101 | 0 | 101111 | 10101 | 1110 | 101000111 | 111011 | 1000001 |
Color Harmonies of #DB73AD
Complementary color
Monochromatic Colors of #DB73AD
Black with #DB73AD
Text Example
Text Example
White with #DB73AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73AD; }
p { color: rgb(219,115,173); }
H1.HeaderClassName
{
color: #DB73AD;
}
.AnyTagClassName
{
color: #DB73AD;
}
</style>
background-color css
<style>
a { background-color: #DB73AD; }
a { background-color: rgb(219,115,173); }
div.DivClassName
{
background-color: #DB73AD;
}
.BgClassName
{
background-color: #DB73AD;
}
</style>
border-color css
<style>
span { border-color: #DB73AD; }
span { border-color: rgb(219,115,173); }
td.TdClassName
{
border-color: #DB73AD;
}
.TagClassName
{
border-color: #DB73AD;
}
</style>