Shades of Pale Violet Red #DB78A9
Tints of Pale Violet Red #DB78A9
RGB
CMYK
RGB Variations
Color information
#DB78A9 (or 0xDB78A9) is known color: Pale Violet Red. HEX triplet: DB, 78 and A9. RGB value is (219,120,169). Sum of RGB (Red+Green+Blue) = 219+120+169=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78A9 is #248756. Grayscale: #9B9B9B. Windows color (decimal): -2393943 or 11106523. OLE color: 11106523.
HSL color Cylindrical-coordinate representation of color #DB78A9: 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.45%. Process color model (Four color, CMYK) of #DB78A9 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 169 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.14 |
| HSL | 330.3º | 0.58% | 0.66% | - |
| HSV(B) | 330.3º | 0.45% | 0.86% | - |
| XYZ | 43.09 | 31.36 | 41.32 | - |
| YUV | 155.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 169 | 0 | 0.45 | 0.23 | 0.14 | 330.3 | 0.58 | 0.66 |
| Hex | DB | 78 | A9 | 0 | 2D | 17 | E | 14A | 3A | 42 |
| Octal | 333 | 170 | 251 | 0 | 55 | 27 | 16 | 512 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10101001 | 0 | 101101 | 10111 | 1110 | 101001010 | 111010 | 1000010 |
Color Harmonies of #DB78A9
Complementary color
Monochromatic Colors of #DB78A9
Black with #DB78A9
Text Example
Text Example
White with #DB78A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78A9; }
p { color: rgb(219,120,169); }
H1.HeaderClassName
{
color: #DB78A9;
}
.AnyTagClassName
{
color: #DB78A9;
}
</style>
background-color css
<style>
a { background-color: #DB78A9; }
a { background-color: rgb(219,120,169); }
div.DivClassName
{
background-color: #DB78A9;
}
.BgClassName
{
background-color: #DB78A9;
}
</style>
border-color css
<style>
span { border-color: #DB78A9; }
span { border-color: rgb(219,120,169); }
td.TdClassName
{
border-color: #DB78A9;
}
.TagClassName
{
border-color: #DB78A9;
}
</style>