Shades of Pale Violet Red #DB76AD
Tints of Pale Violet Red #DB76AD
RGB
CMYK
RGB Variations
Color information
#DB76AD (or 0xDB76AD) is known color: Pale Violet Red. HEX triplet: DB, 76 and AD. RGB value is (219,118,173). Sum of RGB (Red+Green+Blue) = 219+118+173=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76AD is #248952. Grayscale: #9A9A9A. Windows color (decimal): -2394451 or 11368155. OLE color: 11368155.
HSL color Cylindrical-coordinate representation of color #DB76AD: hue angle of 327.33º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB76AD is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 173 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.14 |
| HSL | 327.33º | 0.58% | 0.66% | - |
| HSV(B) | 327.33º | 0.46% | 0.86% | - |
| XYZ | 43.23 | 31.03 | 43.25 | - |
| YUV | 154.47 | 138.46 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 173 | 0 | 0.46 | 0.21 | 0.14 | 327.33 | 0.58 | 0.66 |
| Hex | DB | 76 | AD | 0 | 2E | 15 | E | 147 | 3A | 42 |
| Octal | 333 | 166 | 255 | 0 | 56 | 25 | 16 | 507 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10101101 | 0 | 101110 | 10101 | 1110 | 101000111 | 111010 | 1000010 |
Color Harmonies of #DB76AD
Complementary color
Monochromatic Colors of #DB76AD
Black with #DB76AD
Text Example
Text Example
White with #DB76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76AD; }
p { color: rgb(219,118,173); }
H1.HeaderClassName
{
color: #DB76AD;
}
.AnyTagClassName
{
color: #DB76AD;
}
</style>
background-color css
<style>
a { background-color: #DB76AD; }
a { background-color: rgb(219,118,173); }
div.DivClassName
{
background-color: #DB76AD;
}
.BgClassName
{
background-color: #DB76AD;
}
</style>
border-color css
<style>
span { border-color: #DB76AD; }
span { border-color: rgb(219,118,173); }
td.TdClassName
{
border-color: #DB76AD;
}
.TagClassName
{
border-color: #DB76AD;
}
</style>