Shades of Froly #DF6265
Tints of Froly #DF6265
RGB
CMYK
RGB Variations
Color information
#DF6265 (or 0xDF6265) is known color: Froly. HEX triplet: DF, 62 and 65. RGB value is (223,98,101). Sum of RGB (Red+Green+Blue) = 223+98+101=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6265 is #209D9A. Grayscale: #878787. Windows color (decimal): -2137499 or 6644447. OLE color: 6644447.
HSL color Cylindrical-coordinate representation of color #DF6265: hue angle of 358.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6265 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 101 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.13 |
| HSL | 358.56º | 0.66% | 0.63% | - |
| HSV(B) | 358.56º | 0.56% | 0.87% | - |
| XYZ | 37.15 | 25.36 | 15.25 | - |
| YUV | 135.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 101 | 0 | 0.56 | 0.55 | 0.13 | 358.56 | 0.66 | 0.63 |
| Hex | DF | 62 | 65 | 0 | 38 | 37 | D | 167 | 42 | 3F |
| Octal | 337 | 142 | 145 | 0 | 70 | 67 | 15 | 547 | 102 | 77 |
| Binary | 11011111 | 1100010 | 1100101 | 0 | 111000 | 110111 | 1101 | 101100111 | 1000010 | 111111 |
Color Harmonies of #DF6265
Complementary color
Monochromatic Colors of #DF6265
Black with #DF6265
Text Example
Text Example
White with #DF6265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6265; }
p { color: rgb(223,98,101); }
H1.HeaderClassName
{
color: #DF6265;
}
.AnyTagClassName
{
color: #DF6265;
}
</style>
background-color css
<style>
a { background-color: #DF6265; }
a { background-color: rgb(223,98,101); }
div.DivClassName
{
background-color: #DF6265;
}
.BgClassName
{
background-color: #DF6265;
}
</style>
border-color css
<style>
span { border-color: #DF6265; }
span { border-color: rgb(223,98,101); }
td.TdClassName
{
border-color: #DF6265;
}
.TagClassName
{
border-color: #DF6265;
}
</style>