Shades of Pale Violet Red #DB79A7
Tints of Pale Violet Red #DB79A7
RGB
CMYK
RGB Variations
Color information
#DB79A7 (or 0xDB79A7) is known color: Pale Violet Red. HEX triplet: DB, 79 and A7. RGB value is (219,121,167). Sum of RGB (Red+Green+Blue) = 219+121+167=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB79A7 is #248658. Grayscale: #9B9B9B. Windows color (decimal): -2393689 or 10975707. OLE color: 10975707.
HSL color Cylindrical-coordinate representation of color #DB79A7: hue angle of 331.84º 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 #DB79A7 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 167 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.14 |
| HSL | 331.84º | 0.58% | 0.67% | - |
| HSV(B) | 331.84º | 0.45% | 0.86% | - |
| XYZ | 43.03 | 31.52 | 40.38 | - |
| YUV | 155.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 167 | 0 | 0.45 | 0.24 | 0.14 | 331.84 | 0.58 | 0.67 |
| Hex | DB | 79 | A7 | 0 | 2D | 18 | E | 14C | 3A | 43 |
| Octal | 333 | 171 | 247 | 0 | 55 | 30 | 16 | 514 | 72 | 103 |
| Binary | 11011011 | 1111001 | 10100111 | 0 | 101101 | 11000 | 1110 | 101001100 | 111010 | 1000011 |
Color Harmonies of #DB79A7
Complementary color
Monochromatic Colors of #DB79A7
Black with #DB79A7
Text Example
Text Example
White with #DB79A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79A7; }
p { color: rgb(219,121,167); }
H1.HeaderClassName
{
color: #DB79A7;
}
.AnyTagClassName
{
color: #DB79A7;
}
</style>
background-color css
<style>
a { background-color: #DB79A7; }
a { background-color: rgb(219,121,167); }
div.DivClassName
{
background-color: #DB79A7;
}
.BgClassName
{
background-color: #DB79A7;
}
</style>
border-color css
<style>
span { border-color: #DB79A7; }
span { border-color: rgb(219,121,167); }
td.TdClassName
{
border-color: #DB79A7;
}
.TagClassName
{
border-color: #DB79A7;
}
</style>