Shades of Pale Violet Red #DB78A5
Tints of Pale Violet Red #DB78A5
RGB
CMYK
RGB Variations
Color information
#DB78A5 (or 0xDB78A5) is known color: Pale Violet Red. HEX triplet: DB, 78 and A5. RGB value is (219,120,165). Sum of RGB (Red+Green+Blue) = 219+120+165=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78A5 is #24875A. Grayscale: #9A9A9A. Windows color (decimal): -2393947 or 10844379. OLE color: 10844379.
HSL color Cylindrical-coordinate representation of color #DB78A5: hue angle of 332.73º 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 #DB78A5 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 165 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.14 |
| HSL | 332.73º | 0.58% | 0.66% | - |
| HSV(B) | 332.73º | 0.45% | 0.86% | - |
| XYZ | 42.72 | 31.21 | 39.37 | - |
| YUV | 154.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 165 | 0 | 0.45 | 0.25 | 0.14 | 332.73 | 0.58 | 0.66 |
| Hex | DB | 78 | A5 | 0 | 2D | 19 | E | 14D | 3A | 42 |
| Octal | 333 | 170 | 245 | 0 | 55 | 31 | 16 | 515 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10100101 | 0 | 101101 | 11001 | 1110 | 101001101 | 111010 | 1000010 |
Color Harmonies of #DB78A5
Complementary color
Monochromatic Colors of #DB78A5
Black with #DB78A5
Text Example
Text Example
White with #DB78A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78A5; }
p { color: rgb(219,120,165); }
H1.HeaderClassName
{
color: #DB78A5;
}
.AnyTagClassName
{
color: #DB78A5;
}
</style>
background-color css
<style>
a { background-color: #DB78A5; }
a { background-color: rgb(219,120,165); }
div.DivClassName
{
background-color: #DB78A5;
}
.BgClassName
{
background-color: #DB78A5;
}
</style>
border-color css
<style>
span { border-color: #DB78A5; }
span { border-color: rgb(219,120,165); }
td.TdClassName
{
border-color: #DB78A5;
}
.TagClassName
{
border-color: #DB78A5;
}
</style>