Shades of Froly #DF6263
Tints of Froly #DF6263
RGB
CMYK
RGB Variations
Color information
#DF6263 (or 0xDF6263) is known color: Froly. HEX triplet: DF, 62 and 63. RGB value is (223,98,99). Sum of RGB (Red+Green+Blue) = 223+98+99=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6263 is #209D9C. Grayscale: #878787. Windows color (decimal): -2137501 or 6513375. OLE color: 6513375.
HSL color Cylindrical-coordinate representation of color #DF6263: hue angle of 359.52º 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 #DF6263 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 99 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.13 |
| HSL | 359.52º | 0.66% | 0.63% | - |
| HSV(B) | 359.52º | 0.56% | 0.87% | - |
| XYZ | 37.05 | 25.32 | 14.74 | - |
| YUV | 135.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 99 | 0 | 0.56 | 0.56 | 0.13 | 359.52 | 0.66 | 0.63 |
| Hex | DF | 62 | 63 | 0 | 38 | 38 | D | 168 | 42 | 3F |
| Octal | 337 | 142 | 143 | 0 | 70 | 70 | 15 | 550 | 102 | 77 |
| Binary | 11011111 | 1100010 | 1100011 | 0 | 111000 | 111000 | 1101 | 101101000 | 1000010 | 111111 |
Color Harmonies of #DF6263
Complementary color
Monochromatic Colors of #DF6263
Black with #DF6263
Text Example
Text Example
White with #DF6263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6263; }
p { color: rgb(223,98,99); }
H1.HeaderClassName
{
color: #DF6263;
}
.AnyTagClassName
{
color: #DF6263;
}
</style>
background-color css
<style>
a { background-color: #DF6263; }
a { background-color: rgb(223,98,99); }
div.DivClassName
{
background-color: #DF6263;
}
.BgClassName
{
background-color: #DF6263;
}
</style>
border-color css
<style>
span { border-color: #DF6263; }
span { border-color: rgb(223,98,99); }
td.TdClassName
{
border-color: #DF6263;
}
.TagClassName
{
border-color: #DF6263;
}
</style>