Shades of Pale Violet Red #DB78A6
Tints of Pale Violet Red #DB78A6
RGB
CMYK
RGB Variations
Color information
#DB78A6 (or 0xDB78A6) is known color: Pale Violet Red. HEX triplet: DB, 78 and A6. RGB value is (219,120,166). Sum of RGB (Red+Green+Blue) = 219+120+166=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78A6 is #248759. Grayscale: #9A9A9A. Windows color (decimal): -2393946 or 10909915. OLE color: 10909915.
HSL color Cylindrical-coordinate representation of color #DB78A6: hue angle of 332.12º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB78A6 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 166 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.14 |
| HSL | 332.12º | 0.58% | 0.66% | - |
| HSV(B) | 332.12º | 0.45% | 0.86% | - |
| XYZ | 42.81 | 31.25 | 39.85 | - |
| YUV | 154.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 166 | 0 | 0.45 | 0.24 | 0.14 | 332.12 | 0.58 | 0.66 |
| Hex | DB | 78 | A6 | 0 | 2D | 18 | E | 14C | 3A | 42 |
| Octal | 333 | 170 | 246 | 0 | 55 | 30 | 16 | 514 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10100110 | 0 | 101101 | 11000 | 1110 | 101001100 | 111010 | 1000010 |
Color Harmonies of #DB78A6
Complementary color
Monochromatic Colors of #DB78A6
Black with #DB78A6
Text Example
Text Example
White with #DB78A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78A6; }
p { color: rgb(219,120,166); }
H1.HeaderClassName
{
color: #DB78A6;
}
.AnyTagClassName
{
color: #DB78A6;
}
</style>
background-color css
<style>
a { background-color: #DB78A6; }
a { background-color: rgb(219,120,166); }
div.DivClassName
{
background-color: #DB78A6;
}
.BgClassName
{
background-color: #DB78A6;
}
</style>
border-color css
<style>
span { border-color: #DB78A6; }
span { border-color: rgb(219,120,166); }
td.TdClassName
{
border-color: #DB78A6;
}
.TagClassName
{
border-color: #DB78A6;
}
</style>