Shades of Froly #DF6164
Tints of Froly #DF6164
RGB
CMYK
RGB Variations
Color information
#DF6164 (or 0xDF6164) is known color: Froly. HEX triplet: DF, 61 and 64. RGB value is (223,97,100). Sum of RGB (Red+Green+Blue) = 223+97+100=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6164 is #209E9B. Grayscale: #878787. Windows color (decimal): -2137756 or 6578655. OLE color: 6578655.
HSL color Cylindrical-coordinate representation of color #DF6164: hue angle of 358.57º 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 #DF6164 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 100 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.13 |
| HSL | 358.57º | 0.66% | 0.63% | - |
| HSV(B) | 358.57º | 0.57% | 0.87% | - |
| XYZ | 37.01 | 25.16 | 14.96 | - |
| YUV | 135.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 100 | 0 | 0.57 | 0.55 | 0.13 | 358.57 | 0.66 | 0.63 |
| Hex | DF | 61 | 64 | 0 | 39 | 37 | D | 167 | 42 | 3F |
| Octal | 337 | 141 | 144 | 0 | 71 | 67 | 15 | 547 | 102 | 77 |
| Binary | 11011111 | 1100001 | 1100100 | 0 | 111001 | 110111 | 1101 | 101100111 | 1000010 | 111111 |
Color Harmonies of #DF6164
Complementary color
Monochromatic Colors of #DF6164
Black with #DF6164
Text Example
Text Example
White with #DF6164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6164; }
p { color: rgb(223,97,100); }
H1.HeaderClassName
{
color: #DF6164;
}
.AnyTagClassName
{
color: #DF6164;
}
</style>
background-color css
<style>
a { background-color: #DF6164; }
a { background-color: rgb(223,97,100); }
div.DivClassName
{
background-color: #DF6164;
}
.BgClassName
{
background-color: #DF6164;
}
</style>
border-color css
<style>
span { border-color: #DF6164; }
span { border-color: rgb(223,97,100); }
td.TdClassName
{
border-color: #DF6164;
}
.TagClassName
{
border-color: #DF6164;
}
</style>