Shades of Froly #DF616C
Tints of Froly #DF616C
RGB
CMYK
RGB Variations
Color information
#DF616C (or 0xDF616C) is known color: Froly. HEX triplet: DF, 61 and 6C. RGB value is (223,97,108). Sum of RGB (Red+Green+Blue) = 223+97+108=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF616C is #209E93. Grayscale: #888888. Windows color (decimal): -2137748 or 7102943. OLE color: 7102943.
HSL color Cylindrical-coordinate representation of color #DF616C: hue angle of 354.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF616C is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 108 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.13 |
| HSL | 354.76º | 0.66% | 0.63% | - |
| HSV(B) | 354.76º | 0.57% | 0.87% | - |
| XYZ | 37.41 | 25.32 | 17.1 | - |
| YUV | 135.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 108 | 0 | 0.57 | 0.52 | 0.13 | 354.76 | 0.66 | 0.63 |
| Hex | DF | 61 | 6C | 0 | 39 | 34 | D | 163 | 42 | 3F |
| Octal | 337 | 141 | 154 | 0 | 71 | 64 | 15 | 543 | 102 | 77 |
| Binary | 11011111 | 1100001 | 1101100 | 0 | 111001 | 110100 | 1101 | 101100011 | 1000010 | 111111 |
Color Harmonies of #DF616C
Complementary color
Monochromatic Colors of #DF616C
Black with #DF616C
Text Example
Text Example
White with #DF616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF616C; }
p { color: rgb(223,97,108); }
H1.HeaderClassName
{
color: #DF616C;
}
.AnyTagClassName
{
color: #DF616C;
}
</style>
background-color css
<style>
a { background-color: #DF616C; }
a { background-color: rgb(223,97,108); }
div.DivClassName
{
background-color: #DF616C;
}
.BgClassName
{
background-color: #DF616C;
}
</style>
border-color css
<style>
span { border-color: #DF616C; }
span { border-color: rgb(223,97,108); }
td.TdClassName
{
border-color: #DF616C;
}
.TagClassName
{
border-color: #DF616C;
}
</style>