Shades of Pale Violet Red #DB729A
Tints of Pale Violet Red #DB729A
RGB
CMYK
RGB Variations
Color information
#DB729A (or 0xDB729A) is known color: Pale Violet Red. HEX triplet: DB, 72 and 9A. RGB value is (219,114,154). Sum of RGB (Red+Green+Blue) = 219+114+154=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB729A is #248D65. Grayscale: #959595. Windows color (decimal): -2395494 or 10121947. OLE color: 10121947.
HSL color Cylindrical-coordinate representation of color #DB729A: hue angle of 337.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB729A is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 154 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.14 |
| HSL | 337.14º | 0.59% | 0.65% | - |
| HSV(B) | 337.14º | 0.48% | 0.86% | - |
| XYZ | 41.06 | 29.43 | 34.09 | - |
| YUV | 149.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 154 | 0 | 0.48 | 0.30 | 0.14 | 337.14 | 0.59 | 0.65 |
| Hex | DB | 72 | 9A | 0 | 30 | 1E | E | 151 | 3B | 41 |
| Octal | 333 | 162 | 232 | 0 | 60 | 36 | 16 | 521 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10011010 | 0 | 110000 | 11110 | 1110 | 101010001 | 111011 | 1000001 |
Color Harmonies of #DB729A
Complementary color
Monochromatic Colors of #DB729A
Black with #DB729A
Text Example
Text Example
White with #DB729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB729A; }
p { color: rgb(219,114,154); }
H1.HeaderClassName
{
color: #DB729A;
}
.AnyTagClassName
{
color: #DB729A;
}
</style>
background-color css
<style>
a { background-color: #DB729A; }
a { background-color: rgb(219,114,154); }
div.DivClassName
{
background-color: #DB729A;
}
.BgClassName
{
background-color: #DB729A;
}
</style>
border-color css
<style>
span { border-color: #DB729A; }
span { border-color: rgb(219,114,154); }
td.TdClassName
{
border-color: #DB729A;
}
.TagClassName
{
border-color: #DB729A;
}
</style>