Shades of Froly #DB707E
Tints of Froly #DB707E
RGB
CMYK
RGB Variations
Color information
#DB707E (or 0xDB707E) is known color: Froly. HEX triplet: DB, 70 and 7E. RGB value is (219,112,126). Sum of RGB (Red+Green+Blue) = 219+112+126=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB707E is #248F81. Grayscale: #919191. Windows color (decimal): -2396034 or 8286427. OLE color: 8286427.
HSL color Cylindrical-coordinate representation of color #DB707E: hue angle of 352.15º 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 #DB707E is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 126 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.14 |
| HSL | 352.15º | 0.6% | 0.65% | - |
| HSV(B) | 352.15º | 0.49% | 0.86% | - |
| XYZ | 38.77 | 28.15 | 23.13 | - |
| YUV | 145.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 126 | 0 | 0.49 | 0.42 | 0.14 | 352.15 | 0.6 | 0.65 |
| Hex | DB | 70 | 7E | 0 | 31 | 2A | E | 160 | 3C | 41 |
| Octal | 333 | 160 | 176 | 0 | 61 | 52 | 16 | 540 | 74 | 101 |
| Binary | 11011011 | 1110000 | 1111110 | 0 | 110001 | 101010 | 1110 | 101100000 | 111100 | 1000001 |
Color Harmonies of #DB707E
Complementary color
Monochromatic Colors of #DB707E
Black with #DB707E
Text Example
Text Example
White with #DB707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB707E; }
p { color: rgb(219,112,126); }
H1.HeaderClassName
{
color: #DB707E;
}
.AnyTagClassName
{
color: #DB707E;
}
</style>
background-color css
<style>
a { background-color: #DB707E; }
a { background-color: rgb(219,112,126); }
div.DivClassName
{
background-color: #DB707E;
}
.BgClassName
{
background-color: #DB707E;
}
</style>
border-color css
<style>
span { border-color: #DB707E; }
span { border-color: rgb(219,112,126); }
td.TdClassName
{
border-color: #DB707E;
}
.TagClassName
{
border-color: #DB707E;
}
</style>