Shades of Pale Violet Red #DB78AD
Tints of Pale Violet Red #DB78AD
RGB
CMYK
RGB Variations
Color information
#DB78AD (or 0xDB78AD) is known color: Pale Violet Red. HEX triplet: DB, 78 and AD. RGB value is (219,120,173). Sum of RGB (Red+Green+Blue) = 219+120+173=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78AD is #248752. Grayscale: #9B9B9B. Windows color (decimal): -2393939 or 11368667. OLE color: 11368667.
HSL color Cylindrical-coordinate representation of color #DB78AD: hue angle of 327.88º 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 #DB78AD is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 173 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.14 |
| HSL | 327.88º | 0.58% | 0.66% | - |
| HSV(B) | 327.88º | 0.45% | 0.86% | - |
| XYZ | 43.47 | 31.51 | 43.33 | - |
| YUV | 155.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 173 | 0 | 0.45 | 0.21 | 0.14 | 327.88 | 0.58 | 0.66 |
| Hex | DB | 78 | AD | 0 | 2D | 15 | E | 148 | 3A | 42 |
| Octal | 333 | 170 | 255 | 0 | 55 | 25 | 16 | 510 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10101101 | 0 | 101101 | 10101 | 1110 | 101001000 | 111010 | 1000010 |
Color Harmonies of #DB78AD
Complementary color
Monochromatic Colors of #DB78AD
Black with #DB78AD
Text Example
Text Example
White with #DB78AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78AD; }
p { color: rgb(219,120,173); }
H1.HeaderClassName
{
color: #DB78AD;
}
.AnyTagClassName
{
color: #DB78AD;
}
</style>
background-color css
<style>
a { background-color: #DB78AD; }
a { background-color: rgb(219,120,173); }
div.DivClassName
{
background-color: #DB78AD;
}
.BgClassName
{
background-color: #DB78AD;
}
</style>
border-color css
<style>
span { border-color: #DB78AD; }
span { border-color: rgb(219,120,173); }
td.TdClassName
{
border-color: #DB78AD;
}
.TagClassName
{
border-color: #DB78AD;
}
</style>