Shades of Pale Violet Red #DB73A1
Tints of Pale Violet Red #DB73A1
RGB
CMYK
RGB Variations
Color information
#DB73A1 (or 0xDB73A1) is known color: Pale Violet Red. HEX triplet: DB, 73 and A1. RGB value is (219,115,161). Sum of RGB (Red+Green+Blue) = 219+115+161=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB73A1 is #248C5E. Grayscale: #979797. Windows color (decimal): -2395231 or 10580955. OLE color: 10580955.
HSL color Cylindrical-coordinate representation of color #DB73A1: hue angle of 333.46º 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 #DB73A1 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 161 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.14 |
| HSL | 333.46º | 0.59% | 0.65% | - |
| HSV(B) | 333.46º | 0.47% | 0.86% | - |
| XYZ | 41.78 | 29.89 | 37.29 | - |
| YUV | 151.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 161 | 0 | 0.47 | 0.26 | 0.14 | 333.46 | 0.59 | 0.65 |
| Hex | DB | 73 | A1 | 0 | 2F | 1A | E | 14D | 3B | 41 |
| Octal | 333 | 163 | 241 | 0 | 57 | 32 | 16 | 515 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10100001 | 0 | 101111 | 11010 | 1110 | 101001101 | 111011 | 1000001 |
Color Harmonies of #DB73A1
Complementary color
Monochromatic Colors of #DB73A1
Black with #DB73A1
Text Example
Text Example
White with #DB73A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73A1; }
p { color: rgb(219,115,161); }
H1.HeaderClassName
{
color: #DB73A1;
}
.AnyTagClassName
{
color: #DB73A1;
}
</style>
background-color css
<style>
a { background-color: #DB73A1; }
a { background-color: rgb(219,115,161); }
div.DivClassName
{
background-color: #DB73A1;
}
.BgClassName
{
background-color: #DB73A1;
}
</style>
border-color css
<style>
span { border-color: #DB73A1; }
span { border-color: rgb(219,115,161); }
td.TdClassName
{
border-color: #DB73A1;
}
.TagClassName
{
border-color: #DB73A1;
}
</style>