Shades of Pale Violet Red #DB78AC
Tints of Pale Violet Red #DB78AC
RGB
CMYK
RGB Variations
Color information
#DB78AC (or 0xDB78AC) is known color: Pale Violet Red. HEX triplet: DB, 78 and AC. RGB value is (219,120,172). Sum of RGB (Red+Green+Blue) = 219+120+172=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78AC is #248753. Grayscale: #9B9B9B. Windows color (decimal): -2393940 or 11303131. OLE color: 11303131.
HSL color Cylindrical-coordinate representation of color #DB78AC: hue angle of 328.48º 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 #DB78AC is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 172 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.14 |
| HSL | 328.48º | 0.58% | 0.66% | - |
| HSV(B) | 328.48º | 0.45% | 0.86% | - |
| XYZ | 43.38 | 31.47 | 42.82 | - |
| YUV | 155.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 172 | 0 | 0.45 | 0.21 | 0.14 | 328.48 | 0.58 | 0.66 |
| Hex | DB | 78 | AC | 0 | 2D | 15 | E | 148 | 3A | 42 |
| Octal | 333 | 170 | 254 | 0 | 55 | 25 | 16 | 510 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10101100 | 0 | 101101 | 10101 | 1110 | 101001000 | 111010 | 1000010 |
Color Harmonies of #DB78AC
Complementary color
Monochromatic Colors of #DB78AC
Black with #DB78AC
Text Example
Text Example
White with #DB78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78AC; }
p { color: rgb(219,120,172); }
H1.HeaderClassName
{
color: #DB78AC;
}
.AnyTagClassName
{
color: #DB78AC;
}
</style>
background-color css
<style>
a { background-color: #DB78AC; }
a { background-color: rgb(219,120,172); }
div.DivClassName
{
background-color: #DB78AC;
}
.BgClassName
{
background-color: #DB78AC;
}
</style>
border-color css
<style>
span { border-color: #DB78AC; }
span { border-color: rgb(219,120,172); }
td.TdClassName
{
border-color: #DB78AC;
}
.TagClassName
{
border-color: #DB78AC;
}
</style>