Shades of Pale Violet Red #DB78A2
Tints of Pale Violet Red #DB78A2
RGB
CMYK
RGB Variations
Color information
#DB78A2 (or 0xDB78A2) is known color: Pale Violet Red. HEX triplet: DB, 78 and A2. RGB value is (219,120,162). Sum of RGB (Red+Green+Blue) = 219+120+162=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78A2 is #24875D. Grayscale: #9A9A9A. Windows color (decimal): -2393950 or 10647771. OLE color: 10647771.
HSL color Cylindrical-coordinate representation of color #DB78A2: hue angle of 334.55º 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 #DB78A2 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 162 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.14 |
| HSL | 334.55º | 0.58% | 0.66% | - |
| HSV(B) | 334.55º | 0.45% | 0.86% | - |
| XYZ | 42.45 | 31.1 | 37.95 | - |
| YUV | 154.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 162 | 0 | 0.45 | 0.26 | 0.14 | 334.55 | 0.58 | 0.66 |
| Hex | DB | 78 | A2 | 0 | 2D | 1A | E | 14F | 3A | 42 |
| Octal | 333 | 170 | 242 | 0 | 55 | 32 | 16 | 517 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10100010 | 0 | 101101 | 11010 | 1110 | 101001111 | 111010 | 1000010 |
Color Harmonies of #DB78A2
Complementary color
Monochromatic Colors of #DB78A2
Black with #DB78A2
Text Example
Text Example
White with #DB78A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78A2; }
p { color: rgb(219,120,162); }
H1.HeaderClassName
{
color: #DB78A2;
}
.AnyTagClassName
{
color: #DB78A2;
}
</style>
background-color css
<style>
a { background-color: #DB78A2; }
a { background-color: rgb(219,120,162); }
div.DivClassName
{
background-color: #DB78A2;
}
.BgClassName
{
background-color: #DB78A2;
}
</style>
border-color css
<style>
span { border-color: #DB78A2; }
span { border-color: rgb(219,120,162); }
td.TdClassName
{
border-color: #DB78A2;
}
.TagClassName
{
border-color: #DB78A2;
}
</style>