Shades of Pale Violet Red #DB708F
Tints of Pale Violet Red #DB708F
RGB
CMYK
RGB Variations
Color information
#DB708F (or 0xDB708F) is known color: Pale Violet Red. HEX triplet: DB, 70 and 8F. RGB value is (219,112,143). Sum of RGB (Red+Green+Blue) = 219+112+143=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB708F is #248F70. Grayscale: #939393. Windows color (decimal): -2396017 or 9400539. OLE color: 9400539.
HSL color Cylindrical-coordinate representation of color #DB708F: hue angle of 342.62º 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 #DB708F is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 143 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.14 |
| HSL | 342.62º | 0.6% | 0.65% | - |
| HSV(B) | 342.62º | 0.49% | 0.86% | - |
| XYZ | 39.97 | 28.63 | 29.41 | - |
| YUV | 147.53 | 125.45 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 143 | 0 | 0.49 | 0.35 | 0.14 | 342.62 | 0.6 | 0.65 |
| Hex | DB | 70 | 8F | 0 | 31 | 23 | E | 157 | 3C | 41 |
| Octal | 333 | 160 | 217 | 0 | 61 | 43 | 16 | 527 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10001111 | 0 | 110001 | 100011 | 1110 | 101010111 | 111100 | 1000001 |
Color Harmonies of #DB708F
Complementary color
Monochromatic Colors of #DB708F
Black with #DB708F
Text Example
Text Example
White with #DB708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB708F; }
p { color: rgb(219,112,143); }
H1.HeaderClassName
{
color: #DB708F;
}
.AnyTagClassName
{
color: #DB708F;
}
</style>
background-color css
<style>
a { background-color: #DB708F; }
a { background-color: rgb(219,112,143); }
div.DivClassName
{
background-color: #DB708F;
}
.BgClassName
{
background-color: #DB708F;
}
</style>
border-color css
<style>
span { border-color: #DB708F; }
span { border-color: rgb(219,112,143); }
td.TdClassName
{
border-color: #DB708F;
}
.TagClassName
{
border-color: #DB708F;
}
</style>