Shades of Froly #DF6364
Tints of Froly #DF6364
RGB
CMYK
RGB Variations
Color information
#DF6364 (or 0xDF6364) is known color: Froly. HEX triplet: DF, 63 and 64. RGB value is (223,99,100). Sum of RGB (Red+Green+Blue) = 223+99+100=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6364 is #209C9B. Grayscale: #888888. Windows color (decimal): -2137244 or 6579167. OLE color: 6579167.
HSL color Cylindrical-coordinate representation of color #DF6364: 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 #DF6364 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 100 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.13 |
| HSL | 359.52º | 0.66% | 0.63% | - |
| HSV(B) | 359.52º | 0.56% | 0.87% | - |
| XYZ | 37.19 | 25.53 | 15.02 | - |
| YUV | 136.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 100 | 0 | 0.56 | 0.55 | 0.13 | 359.52 | 0.66 | 0.63 |
| Hex | DF | 63 | 64 | 0 | 38 | 37 | D | 168 | 42 | 3F |
| Octal | 337 | 143 | 144 | 0 | 70 | 67 | 15 | 550 | 102 | 77 |
| Binary | 11011111 | 1100011 | 1100100 | 0 | 111000 | 110111 | 1101 | 101101000 | 1000010 | 111111 |
Color Harmonies of #DF6364
Complementary color
Monochromatic Colors of #DF6364
Black with #DF6364
Text Example
Text Example
White with #DF6364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6364; }
p { color: rgb(223,99,100); }
H1.HeaderClassName
{
color: #DF6364;
}
.AnyTagClassName
{
color: #DF6364;
}
</style>
background-color css
<style>
a { background-color: #DF6364; }
a { background-color: rgb(223,99,100); }
div.DivClassName
{
background-color: #DF6364;
}
.BgClassName
{
background-color: #DF6364;
}
</style>
border-color css
<style>
span { border-color: #DF6364; }
span { border-color: rgb(223,99,100); }
td.TdClassName
{
border-color: #DF6364;
}
.TagClassName
{
border-color: #DF6364;
}
</style>