Shades of Pale Violet Red #DB709D
Tints of Pale Violet Red #DB709D
RGB
CMYK
RGB Variations
Color information
#DB709D (or 0xDB709D) is known color: Pale Violet Red. HEX triplet: DB, 70 and 9D. RGB value is (219,112,157). Sum of RGB (Red+Green+Blue) = 219+112+157=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB709D is #248F62. Grayscale: #959595. Windows color (decimal): -2396003 or 10318043. OLE color: 10318043.
HSL color Cylindrical-coordinate representation of color #DB709D: hue angle of 334.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB709D is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 157 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.14 |
| HSL | 334.77º | 0.6% | 0.65% | - |
| HSV(B) | 334.77º | 0.49% | 0.86% | - |
| XYZ | 41.09 | 29.08 | 35.35 | - |
| YUV | 149.12 | 132.45 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 157 | 0 | 0.49 | 0.28 | 0.14 | 334.77 | 0.6 | 0.65 |
| Hex | DB | 70 | 9D | 0 | 31 | 1C | E | 14F | 3C | 41 |
| Octal | 333 | 160 | 235 | 0 | 61 | 34 | 16 | 517 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10011101 | 0 | 110001 | 11100 | 1110 | 101001111 | 111100 | 1000001 |
Color Harmonies of #DB709D
Complementary color
Monochromatic Colors of #DB709D
Black with #DB709D
Text Example
Text Example
White with #DB709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB709D; }
p { color: rgb(219,112,157); }
H1.HeaderClassName
{
color: #DB709D;
}
.AnyTagClassName
{
color: #DB709D;
}
</style>
background-color css
<style>
a { background-color: #DB709D; }
a { background-color: rgb(219,112,157); }
div.DivClassName
{
background-color: #DB709D;
}
.BgClassName
{
background-color: #DB709D;
}
</style>
border-color css
<style>
span { border-color: #DB709D; }
span { border-color: rgb(219,112,157); }
td.TdClassName
{
border-color: #DB709D;
}
.TagClassName
{
border-color: #DB709D;
}
</style>