Shades of Pale Violet Red #DB76A8
Tints of Pale Violet Red #DB76A8
RGB
CMYK
RGB Variations
Color information
#DB76A8 (or 0xDB76A8) is known color: Pale Violet Red. HEX triplet: DB, 76 and A8. RGB value is (219,118,168). Sum of RGB (Red+Green+Blue) = 219+118+168=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76A8 is #248957. Grayscale: #999999. Windows color (decimal): -2394456 or 11040475. OLE color: 11040475.
HSL color Cylindrical-coordinate representation of color #DB76A8: hue angle of 330.3º 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 #DB76A8 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 168 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.14 |
| HSL | 330.3º | 0.58% | 0.66% | - |
| HSV(B) | 330.3º | 0.46% | 0.86% | - |
| XYZ | 42.76 | 30.84 | 40.75 | - |
| YUV | 153.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 168 | 0 | 0.46 | 0.23 | 0.14 | 330.3 | 0.58 | 0.66 |
| Hex | DB | 76 | A8 | 0 | 2E | 17 | E | 14A | 3A | 42 |
| Octal | 333 | 166 | 250 | 0 | 56 | 27 | 16 | 512 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10101000 | 0 | 101110 | 10111 | 1110 | 101001010 | 111010 | 1000010 |
Color Harmonies of #DB76A8
Complementary color
Monochromatic Colors of #DB76A8
Black with #DB76A8
Text Example
Text Example
White with #DB76A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76A8; }
p { color: rgb(219,118,168); }
H1.HeaderClassName
{
color: #DB76A8;
}
.AnyTagClassName
{
color: #DB76A8;
}
</style>
background-color css
<style>
a { background-color: #DB76A8; }
a { background-color: rgb(219,118,168); }
div.DivClassName
{
background-color: #DB76A8;
}
.BgClassName
{
background-color: #DB76A8;
}
</style>
border-color css
<style>
span { border-color: #DB76A8; }
span { border-color: rgb(219,118,168); }
td.TdClassName
{
border-color: #DB76A8;
}
.TagClassName
{
border-color: #DB76A8;
}
</style>