Shades of Pale Violet Red #DB79AC
Tints of Pale Violet Red #DB79AC
RGB
CMYK
RGB Variations
Color information
#DB79AC (or 0xDB79AC) is known color: Pale Violet Red. HEX triplet: DB, 79 and AC. RGB value is (219,121,172). Sum of RGB (Red+Green+Blue) = 219+121+172=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB79AC is #248653. Grayscale: #9C9C9C. Windows color (decimal): -2393684 or 11303387. OLE color: 11303387.
HSL color Cylindrical-coordinate representation of color #DB79AC: hue angle of 328.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79AC is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 172 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.14 |
| HSL | 328.78º | 0.58% | 0.67% | - |
| HSV(B) | 328.78º | 0.45% | 0.86% | - |
| XYZ | 43.5 | 31.71 | 42.86 | - |
| YUV | 156.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 172 | 0 | 0.45 | 0.21 | 0.14 | 328.78 | 0.58 | 0.67 |
| Hex | DB | 79 | AC | 0 | 2D | 15 | E | 149 | 3A | 43 |
| Octal | 333 | 171 | 254 | 0 | 55 | 25 | 16 | 511 | 72 | 103 |
| Binary | 11011011 | 1111001 | 10101100 | 0 | 101101 | 10101 | 1110 | 101001001 | 111010 | 1000011 |
Color Harmonies of #DB79AC
Complementary color
Monochromatic Colors of #DB79AC
Black with #DB79AC
Text Example
Text Example
White with #DB79AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79AC; }
p { color: rgb(219,121,172); }
H1.HeaderClassName
{
color: #DB79AC;
}
.AnyTagClassName
{
color: #DB79AC;
}
</style>
background-color css
<style>
a { background-color: #DB79AC; }
a { background-color: rgb(219,121,172); }
div.DivClassName
{
background-color: #DB79AC;
}
.BgClassName
{
background-color: #DB79AC;
}
</style>
border-color css
<style>
span { border-color: #DB79AC; }
span { border-color: rgb(219,121,172); }
td.TdClassName
{
border-color: #DB79AC;
}
.TagClassName
{
border-color: #DB79AC;
}
</style>