Shades of Pale Violet Red #DB76AC
Tints of Pale Violet Red #DB76AC
RGB
CMYK
RGB Variations
Color information
#DB76AC (or 0xDB76AC) is known color: Pale Violet Red. HEX triplet: DB, 76 and AC. RGB value is (219,118,172). Sum of RGB (Red+Green+Blue) = 219+118+172=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76AC is #248953. Grayscale: #9A9A9A. Windows color (decimal): -2394452 or 11302619. OLE color: 11302619.
HSL color Cylindrical-coordinate representation of color #DB76AC: hue angle of 327.92º 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 #DB76AC is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 172 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.14 |
| HSL | 327.92º | 0.58% | 0.66% | - |
| HSV(B) | 327.92º | 0.46% | 0.86% | - |
| XYZ | 43.14 | 31 | 42.74 | - |
| YUV | 154.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 172 | 0 | 0.46 | 0.21 | 0.14 | 327.92 | 0.58 | 0.66 |
| Hex | DB | 76 | AC | 0 | 2E | 15 | E | 148 | 3A | 42 |
| Octal | 333 | 166 | 254 | 0 | 56 | 25 | 16 | 510 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10101100 | 0 | 101110 | 10101 | 1110 | 101001000 | 111010 | 1000010 |
Color Harmonies of #DB76AC
Complementary color
Monochromatic Colors of #DB76AC
Black with #DB76AC
Text Example
Text Example
White with #DB76AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76AC; }
p { color: rgb(219,118,172); }
H1.HeaderClassName
{
color: #DB76AC;
}
.AnyTagClassName
{
color: #DB76AC;
}
</style>
background-color css
<style>
a { background-color: #DB76AC; }
a { background-color: rgb(219,118,172); }
div.DivClassName
{
background-color: #DB76AC;
}
.BgClassName
{
background-color: #DB76AC;
}
</style>
border-color css
<style>
span { border-color: #DB76AC; }
span { border-color: rgb(219,118,172); }
td.TdClassName
{
border-color: #DB76AC;
}
.TagClassName
{
border-color: #DB76AC;
}
</style>