Shades of Froly #DB707C
Tints of Froly #DB707C
RGB
CMYK
RGB Variations
Color information
#DB707C (or 0xDB707C) is known color: Froly. HEX triplet: DB, 70 and 7C. RGB value is (219,112,124). Sum of RGB (Red+Green+Blue) = 219+112+124=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB707C is #248F83. Grayscale: #919191. Windows color (decimal): -2396036 or 8155355. OLE color: 8155355.
HSL color Cylindrical-coordinate representation of color #DB707C: hue angle of 353.27º 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 #DB707C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 124 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.14 |
| HSL | 353.27º | 0.6% | 0.65% | - |
| HSV(B) | 353.27º | 0.49% | 0.86% | - |
| XYZ | 38.65 | 28.1 | 22.46 | - |
| YUV | 145.36 | 115.95 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 124 | 0 | 0.49 | 0.43 | 0.14 | 353.27 | 0.6 | 0.65 |
| Hex | DB | 70 | 7C | 0 | 31 | 2B | E | 161 | 3C | 41 |
| Octal | 333 | 160 | 174 | 0 | 61 | 53 | 16 | 541 | 74 | 101 |
| Binary | 11011011 | 1110000 | 1111100 | 0 | 110001 | 101011 | 1110 | 101100001 | 111100 | 1000001 |
Color Harmonies of #DB707C
Complementary color
Monochromatic Colors of #DB707C
Black with #DB707C
Text Example
Text Example
White with #DB707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB707C; }
p { color: rgb(219,112,124); }
H1.HeaderClassName
{
color: #DB707C;
}
.AnyTagClassName
{
color: #DB707C;
}
</style>
background-color css
<style>
a { background-color: #DB707C; }
a { background-color: rgb(219,112,124); }
div.DivClassName
{
background-color: #DB707C;
}
.BgClassName
{
background-color: #DB707C;
}
</style>
border-color css
<style>
span { border-color: #DB707C; }
span { border-color: rgb(219,112,124); }
td.TdClassName
{
border-color: #DB707C;
}
.TagClassName
{
border-color: #DB707C;
}
</style>