Shades of Froly #DF6465
Tints of Froly #DF6465
RGB
CMYK
RGB Variations
Color information
#DF6465 (or 0xDF6465) is known color: Froly. HEX triplet: DF, 64 and 65. RGB value is (223,100,101). Sum of RGB (Red+Green+Blue) = 223+100+101=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6465 is #209B9A. Grayscale: #898989. Windows color (decimal): -2136987 or 6644959. OLE color: 6644959.
HSL color Cylindrical-coordinate representation of color #DF6465: hue angle of 359.51º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6465 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 101 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.13 |
| HSL | 359.51º | 0.66% | 0.63% | - |
| HSV(B) | 359.51º | 0.55% | 0.87% | - |
| XYZ | 37.34 | 25.74 | 15.31 | - |
| YUV | 136.89 | 107.75 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 101 | 0 | 0.55 | 0.55 | 0.13 | 359.51 | 0.66 | 0.63 |
| Hex | DF | 64 | 65 | 0 | 37 | 37 | D | 168 | 42 | 3F |
| Octal | 337 | 144 | 145 | 0 | 67 | 67 | 15 | 550 | 102 | 77 |
| Binary | 11011111 | 1100100 | 1100101 | 0 | 110111 | 110111 | 1101 | 101101000 | 1000010 | 111111 |
Color Harmonies of #DF6465
Complementary color
Monochromatic Colors of #DF6465
Black with #DF6465
Text Example
Text Example
White with #DF6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6465; }
p { color: rgb(223,100,101); }
H1.HeaderClassName
{
color: #DF6465;
}
.AnyTagClassName
{
color: #DF6465;
}
</style>
background-color css
<style>
a { background-color: #DF6465; }
a { background-color: rgb(223,100,101); }
div.DivClassName
{
background-color: #DF6465;
}
.BgClassName
{
background-color: #DF6465;
}
</style>
border-color css
<style>
span { border-color: #DF6465; }
span { border-color: rgb(223,100,101); }
td.TdClassName
{
border-color: #DF6465;
}
.TagClassName
{
border-color: #DF6465;
}
</style>