Shades of Froly #DF616E
Tints of Froly #DF616E
RGB
CMYK
RGB Variations
Color information
#DF616E (or 0xDF616E) is known color: Froly. HEX triplet: DF, 61 and 6E. RGB value is (223,97,110). Sum of RGB (Red+Green+Blue) = 223+97+110=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF616E is #209E91. Grayscale: #888888. Windows color (decimal): -2137746 or 7234015. OLE color: 7234015.
HSL color Cylindrical-coordinate representation of color #DF616E: hue angle of 353.81º 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 #DF616E is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 110 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.13 |
| HSL | 353.81º | 0.66% | 0.63% | - |
| HSV(B) | 353.81º | 0.57% | 0.87% | - |
| XYZ | 37.52 | 25.36 | 17.67 | - |
| YUV | 136.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 110 | 0 | 0.57 | 0.51 | 0.13 | 353.81 | 0.66 | 0.63 |
| Hex | DF | 61 | 6E | 0 | 39 | 33 | D | 162 | 42 | 3F |
| Octal | 337 | 141 | 156 | 0 | 71 | 63 | 15 | 542 | 102 | 77 |
| Binary | 11011111 | 1100001 | 1101110 | 0 | 111001 | 110011 | 1101 | 101100010 | 1000010 | 111111 |
Color Harmonies of #DF616E
Complementary color
Monochromatic Colors of #DF616E
Black with #DF616E
Text Example
Text Example
White with #DF616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF616E; }
p { color: rgb(223,97,110); }
H1.HeaderClassName
{
color: #DF616E;
}
.AnyTagClassName
{
color: #DF616E;
}
</style>
background-color css
<style>
a { background-color: #DF616E; }
a { background-color: rgb(223,97,110); }
div.DivClassName
{
background-color: #DF616E;
}
.BgClassName
{
background-color: #DF616E;
}
</style>
border-color css
<style>
span { border-color: #DF616E; }
span { border-color: rgb(223,97,110); }
td.TdClassName
{
border-color: #DF616E;
}
.TagClassName
{
border-color: #DF616E;
}
</style>