Shades of Pale Violet Red #DB79A4
Tints of Pale Violet Red #DB79A4
RGB
CMYK
RGB Variations
Color information
#DB79A4 (or 0xDB79A4) is known color: Pale Violet Red. HEX triplet: DB, 79 and A4. RGB value is (219,121,164). Sum of RGB (Red+Green+Blue) = 219+121+164=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB79A4 is #24865B. Grayscale: #9B9B9B. Windows color (decimal): -2393692 or 10779099. OLE color: 10779099.
HSL color Cylindrical-coordinate representation of color #DB79A4: hue angle of 333.67º 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 #DB79A4 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 164 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.14 |
| HSL | 333.67º | 0.58% | 0.67% | - |
| HSV(B) | 333.67º | 0.45% | 0.86% | - |
| XYZ | 42.75 | 31.42 | 38.93 | - |
| YUV | 155.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 164 | 0 | 0.45 | 0.25 | 0.14 | 333.67 | 0.58 | 0.67 |
| Hex | DB | 79 | A4 | 0 | 2D | 19 | E | 14E | 3A | 43 |
| Octal | 333 | 171 | 244 | 0 | 55 | 31 | 16 | 516 | 72 | 103 |
| Binary | 11011011 | 1111001 | 10100100 | 0 | 101101 | 11001 | 1110 | 101001110 | 111010 | 1000011 |
Color Harmonies of #DB79A4
Complementary color
Monochromatic Colors of #DB79A4
Black with #DB79A4
Text Example
Text Example
White with #DB79A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79A4; }
p { color: rgb(219,121,164); }
H1.HeaderClassName
{
color: #DB79A4;
}
.AnyTagClassName
{
color: #DB79A4;
}
</style>
background-color css
<style>
a { background-color: #DB79A4; }
a { background-color: rgb(219,121,164); }
div.DivClassName
{
background-color: #DB79A4;
}
.BgClassName
{
background-color: #DB79A4;
}
</style>
border-color css
<style>
span { border-color: #DB79A4; }
span { border-color: rgb(219,121,164); }
td.TdClassName
{
border-color: #DB79A4;
}
.TagClassName
{
border-color: #DB79A4;
}
</style>