Shades of Pale Violet Red #DB739F
Tints of Pale Violet Red #DB739F
RGB
CMYK
RGB Variations
Color information
#DB739F (or 0xDB739F) is known color: Pale Violet Red. HEX triplet: DB, 73 and 9F. RGB value is (219,115,159). Sum of RGB (Red+Green+Blue) = 219+115+159=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB739F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB739F is #248C60. Grayscale: #979797. Windows color (decimal): -2395233 or 10449883. OLE color: 10449883.
HSL color Cylindrical-coordinate representation of color #DB739F: hue angle of 334.62º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB739F is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 159 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.14 |
| HSL | 334.62º | 0.59% | 0.65% | - |
| HSV(B) | 334.62º | 0.47% | 0.86% | - |
| XYZ | 41.6 | 29.82 | 36.36 | - |
| YUV | 151.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 159 | 0 | 0.47 | 0.27 | 0.14 | 334.62 | 0.59 | 0.65 |
| Hex | DB | 73 | 9F | 0 | 2F | 1B | E | 14F | 3B | 41 |
| Octal | 333 | 163 | 237 | 0 | 57 | 33 | 16 | 517 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10011111 | 0 | 101111 | 11011 | 1110 | 101001111 | 111011 | 1000001 |
Color Harmonies of #DB739F
Complementary color
Monochromatic Colors of #DB739F
Black with #DB739F
Text Example
Text Example
White with #DB739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB739F; }
p { color: rgb(219,115,159); }
H1.HeaderClassName
{
color: #DB739F;
}
.AnyTagClassName
{
color: #DB739F;
}
</style>
background-color css
<style>
a { background-color: #DB739F; }
a { background-color: rgb(219,115,159); }
div.DivClassName
{
background-color: #DB739F;
}
.BgClassName
{
background-color: #DB739F;
}
</style>
border-color css
<style>
span { border-color: #DB739F; }
span { border-color: rgb(219,115,159); }
td.TdClassName
{
border-color: #DB739F;
}
.TagClassName
{
border-color: #DB739F;
}
</style>