Shades of Froly #DF6065
Tints of Froly #DF6065
RGB
CMYK
RGB Variations
Color information
#DF6065 (or 0xDF6065) is known color: Froly. HEX triplet: DF, 60 and 65. RGB value is (223,96,101). Sum of RGB (Red+Green+Blue) = 223+96+101=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6065 is #209F9A. Grayscale: #868686. Windows color (decimal): -2138011 or 6643935. OLE color: 6643935.
HSL color Cylindrical-coordinate representation of color #DF6065: hue angle of 357.64º 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 #DF6065 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 101 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.13 |
| HSL | 357.64º | 0.66% | 0.63% | - |
| HSV(B) | 357.64º | 0.57% | 0.87% | - |
| XYZ | 36.96 | 24.99 | 15.19 | - |
| YUV | 134.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 101 | 0 | 0.57 | 0.55 | 0.13 | 357.64 | 0.66 | 0.63 |
| Hex | DF | 60 | 65 | 0 | 39 | 37 | D | 166 | 42 | 3F |
| Octal | 337 | 140 | 145 | 0 | 71 | 67 | 15 | 546 | 102 | 77 |
| Binary | 11011111 | 1100000 | 1100101 | 0 | 111001 | 110111 | 1101 | 101100110 | 1000010 | 111111 |
Color Harmonies of #DF6065
Complementary color
Monochromatic Colors of #DF6065
Black with #DF6065
Text Example
Text Example
White with #DF6065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6065; }
p { color: rgb(223,96,101); }
H1.HeaderClassName
{
color: #DF6065;
}
.AnyTagClassName
{
color: #DF6065;
}
</style>
background-color css
<style>
a { background-color: #DF6065; }
a { background-color: rgb(223,96,101); }
div.DivClassName
{
background-color: #DF6065;
}
.BgClassName
{
background-color: #DF6065;
}
</style>
border-color css
<style>
span { border-color: #DF6065; }
span { border-color: rgb(223,96,101); }
td.TdClassName
{
border-color: #DF6065;
}
.TagClassName
{
border-color: #DF6065;
}
</style>