Shades of Froly #DB616E
Tints of Froly #DB616E
RGB
CMYK
RGB Variations
Color information
#DB616E (or 0xDB616E) is known color: Froly. HEX triplet: DB, 61 and 6E. RGB value is (219,97,110). Sum of RGB (Red+Green+Blue) = 219+97+110=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB616E is #249E91. Grayscale: #878787. Windows color (decimal): -2399890 or 7234011. OLE color: 7234011.
HSL color Cylindrical-coordinate representation of color #DB616E: hue angle of 353.61º 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 #DB616E is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 110 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.14 |
| HSL | 353.61º | 0.63% | 0.62% | - |
| HSV(B) | 353.61º | 0.56% | 0.86% | - |
| XYZ | 36.3 | 24.74 | 17.61 | - |
| YUV | 134.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 110 | 0 | 0.56 | 0.50 | 0.14 | 353.61 | 0.63 | 0.62 |
| Hex | DB | 61 | 6E | 0 | 38 | 32 | E | 162 | 3F | 3E |
| Octal | 333 | 141 | 156 | 0 | 70 | 62 | 16 | 542 | 77 | 76 |
| Binary | 11011011 | 1100001 | 1101110 | 0 | 111000 | 110010 | 1110 | 101100010 | 111111 | 111110 |
Color Harmonies of #DB616E
Complementary color
Monochromatic Colors of #DB616E
Black with #DB616E
Text Example
Text Example
White with #DB616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB616E; }
p { color: rgb(219,97,110); }
H1.HeaderClassName
{
color: #DB616E;
}
.AnyTagClassName
{
color: #DB616E;
}
</style>
background-color css
<style>
a { background-color: #DB616E; }
a { background-color: rgb(219,97,110); }
div.DivClassName
{
background-color: #DB616E;
}
.BgClassName
{
background-color: #DB616E;
}
</style>
border-color css
<style>
span { border-color: #DB616E; }
span { border-color: rgb(219,97,110); }
td.TdClassName
{
border-color: #DB616E;
}
.TagClassName
{
border-color: #DB616E;
}
</style>