Shades of Pale Violet Red #DB709C
Tints of Pale Violet Red #DB709C
RGB
CMYK
RGB Variations
Color information
#DB709C (or 0xDB709C) is known color: Pale Violet Red. HEX triplet: DB, 70 and 9C. RGB value is (219,112,156). Sum of RGB (Red+Green+Blue) = 219+112+156=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB709C is #248F63. Grayscale: #949494. Windows color (decimal): -2396004 or 10252507. OLE color: 10252507.
HSL color Cylindrical-coordinate representation of color #DB709C: hue angle of 335.33º 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 #DB709C is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 156 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.14 |
| HSL | 335.33º | 0.6% | 0.65% | - |
| HSV(B) | 335.33º | 0.49% | 0.86% | - |
| XYZ | 41.01 | 29.05 | 34.9 | - |
| YUV | 149.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 156 | 0 | 0.49 | 0.29 | 0.14 | 335.33 | 0.6 | 0.65 |
| Hex | DB | 70 | 9C | 0 | 31 | 1D | E | 14F | 3C | 41 |
| Octal | 333 | 160 | 234 | 0 | 61 | 35 | 16 | 517 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10011100 | 0 | 110001 | 11101 | 1110 | 101001111 | 111100 | 1000001 |
Color Harmonies of #DB709C
Complementary color
Monochromatic Colors of #DB709C
Black with #DB709C
Text Example
Text Example
White with #DB709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB709C; }
p { color: rgb(219,112,156); }
H1.HeaderClassName
{
color: #DB709C;
}
.AnyTagClassName
{
color: #DB709C;
}
</style>
background-color css
<style>
a { background-color: #DB709C; }
a { background-color: rgb(219,112,156); }
div.DivClassName
{
background-color: #DB709C;
}
.BgClassName
{
background-color: #DB709C;
}
</style>
border-color css
<style>
span { border-color: #DB709C; }
span { border-color: rgb(219,112,156); }
td.TdClassName
{
border-color: #DB709C;
}
.TagClassName
{
border-color: #DB709C;
}
</style>