Shades of Pale Violet Red #DB73AB
Tints of Pale Violet Red #DB73AB
RGB
CMYK
RGB Variations
Color information
#DB73AB (or 0xDB73AB) is known color: Pale Violet Red. HEX triplet: DB, 73 and AB. RGB value is (219,115,171). Sum of RGB (Red+Green+Blue) = 219+115+171=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB73AB is #248C54. Grayscale: #989898. Windows color (decimal): -2395221 or 11236315. OLE color: 11236315.
HSL color Cylindrical-coordinate representation of color #DB73AB: hue angle of 327.69º 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 #DB73AB is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 171 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.14 |
| HSL | 327.69º | 0.59% | 0.65% | - |
| HSV(B) | 327.69º | 0.47% | 0.86% | - |
| XYZ | 42.69 | 30.26 | 42.12 | - |
| YUV | 152.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 171 | 0 | 0.47 | 0.22 | 0.14 | 327.69 | 0.59 | 0.65 |
| Hex | DB | 73 | AB | 0 | 2F | 16 | E | 148 | 3B | 41 |
| Octal | 333 | 163 | 253 | 0 | 57 | 26 | 16 | 510 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10101011 | 0 | 101111 | 10110 | 1110 | 101001000 | 111011 | 1000001 |
Color Harmonies of #DB73AB
Complementary color
Monochromatic Colors of #DB73AB
Black with #DB73AB
Text Example
Text Example
White with #DB73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73AB; }
p { color: rgb(219,115,171); }
H1.HeaderClassName
{
color: #DB73AB;
}
.AnyTagClassName
{
color: #DB73AB;
}
</style>
background-color css
<style>
a { background-color: #DB73AB; }
a { background-color: rgb(219,115,171); }
div.DivClassName
{
background-color: #DB73AB;
}
.BgClassName
{
background-color: #DB73AB;
}
</style>
border-color css
<style>
span { border-color: #DB73AB; }
span { border-color: rgb(219,115,171); }
td.TdClassName
{
border-color: #DB73AB;
}
.TagClassName
{
border-color: #DB73AB;
}
</style>