Shades of Pale Violet Red #DB76A6
Tints of Pale Violet Red #DB76A6
RGB
CMYK
RGB Variations
Color information
#DB76A6 (or 0xDB76A6) is known color: Pale Violet Red. HEX triplet: DB, 76 and A6. RGB value is (219,118,166). Sum of RGB (Red+Green+Blue) = 219+118+166=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76A6 is #248959. Grayscale: #999999. Windows color (decimal): -2394458 or 10909403. OLE color: 10909403.
HSL color Cylindrical-coordinate representation of color #DB76A6: hue angle of 331.49º 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 #DB76A6 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 166 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.14 |
| HSL | 331.49º | 0.58% | 0.66% | - |
| HSV(B) | 331.49º | 0.46% | 0.86% | - |
| XYZ | 42.57 | 30.77 | 39.77 | - |
| YUV | 153.67 | 134.96 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 166 | 0 | 0.46 | 0.24 | 0.14 | 331.49 | 0.58 | 0.66 |
| Hex | DB | 76 | A6 | 0 | 2E | 18 | E | 14B | 3A | 42 |
| Octal | 333 | 166 | 246 | 0 | 56 | 30 | 16 | 513 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10100110 | 0 | 101110 | 11000 | 1110 | 101001011 | 111010 | 1000010 |
Color Harmonies of #DB76A6
Complementary color
Monochromatic Colors of #DB76A6
Black with #DB76A6
Text Example
Text Example
White with #DB76A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76A6; }
p { color: rgb(219,118,166); }
H1.HeaderClassName
{
color: #DB76A6;
}
.AnyTagClassName
{
color: #DB76A6;
}
</style>
background-color css
<style>
a { background-color: #DB76A6; }
a { background-color: rgb(219,118,166); }
div.DivClassName
{
background-color: #DB76A6;
}
.BgClassName
{
background-color: #DB76A6;
}
</style>
border-color css
<style>
span { border-color: #DB76A6; }
span { border-color: rgb(219,118,166); }
td.TdClassName
{
border-color: #DB76A6;
}
.TagClassName
{
border-color: #DB76A6;
}
</style>