Shades of Froly #DB6170
Tints of Froly #DB6170
RGB
CMYK
RGB Variations
Color information
#DB6170 (or 0xDB6170) is known color: Froly. HEX triplet: DB, 61 and 70. RGB value is (219,97,112). Sum of RGB (Red+Green+Blue) = 219+97+112=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6170 is #249E8F. Grayscale: #878787. Windows color (decimal): -2399888 or 7365083. OLE color: 7365083.
HSL color Cylindrical-coordinate representation of color #DB6170: hue angle of 352.62º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6170 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 112 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.14 |
| HSL | 352.62º | 0.63% | 0.62% | - |
| HSV(B) | 352.62º | 0.56% | 0.86% | - |
| XYZ | 36.41 | 24.78 | 18.19 | - |
| YUV | 135.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 112 | 0 | 0.56 | 0.49 | 0.14 | 352.62 | 0.63 | 0.62 |
| Hex | DB | 61 | 70 | 0 | 38 | 31 | E | 161 | 3F | 3E |
| Octal | 333 | 141 | 160 | 0 | 70 | 61 | 16 | 541 | 77 | 76 |
| Binary | 11011011 | 1100001 | 1110000 | 0 | 111000 | 110001 | 1110 | 101100001 | 111111 | 111110 |
Color Harmonies of #DB6170
Complementary color
Monochromatic Colors of #DB6170
Black with #DB6170
Text Example
Text Example
White with #DB6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6170; }
p { color: rgb(219,97,112); }
H1.HeaderClassName
{
color: #DB6170;
}
.AnyTagClassName
{
color: #DB6170;
}
</style>
background-color css
<style>
a { background-color: #DB6170; }
a { background-color: rgb(219,97,112); }
div.DivClassName
{
background-color: #DB6170;
}
.BgClassName
{
background-color: #DB6170;
}
</style>
border-color css
<style>
span { border-color: #DB6170; }
span { border-color: rgb(219,97,112); }
td.TdClassName
{
border-color: #DB6170;
}
.TagClassName
{
border-color: #DB6170;
}
</style>