Shades of Pale Violet Red #DB739D
Tints of Pale Violet Red #DB739D
RGB
CMYK
RGB Variations
Color information
#DB739D (or 0xDB739D) is known color: Pale Violet Red. HEX triplet: DB, 73 and 9D. RGB value is (219,115,157). Sum of RGB (Red+Green+Blue) = 219+115+157=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB739D is #248C62. Grayscale: #969696. Windows color (decimal): -2395235 or 10318811. OLE color: 10318811.
HSL color Cylindrical-coordinate representation of color #DB739D: hue angle of 335.77º 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 #DB739D is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 157 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.14 |
| HSL | 335.77º | 0.59% | 0.65% | - |
| HSV(B) | 335.77º | 0.47% | 0.86% | - |
| XYZ | 41.43 | 29.76 | 35.46 | - |
| YUV | 150.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 157 | 0 | 0.47 | 0.28 | 0.14 | 335.77 | 0.59 | 0.65 |
| Hex | DB | 73 | 9D | 0 | 2F | 1C | E | 150 | 3B | 41 |
| Octal | 333 | 163 | 235 | 0 | 57 | 34 | 16 | 520 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10011101 | 0 | 101111 | 11100 | 1110 | 101010000 | 111011 | 1000001 |
Color Harmonies of #DB739D
Complementary color
Monochromatic Colors of #DB739D
Black with #DB739D
Text Example
Text Example
White with #DB739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB739D; }
p { color: rgb(219,115,157); }
H1.HeaderClassName
{
color: #DB739D;
}
.AnyTagClassName
{
color: #DB739D;
}
</style>
background-color css
<style>
a { background-color: #DB739D; }
a { background-color: rgb(219,115,157); }
div.DivClassName
{
background-color: #DB739D;
}
.BgClassName
{
background-color: #DB739D;
}
</style>
border-color css
<style>
span { border-color: #DB739D; }
span { border-color: rgb(219,115,157); }
td.TdClassName
{
border-color: #DB739D;
}
.TagClassName
{
border-color: #DB739D;
}
</style>