Shades of Froly #DF6168
Tints of Froly #DF6168
RGB
CMYK
RGB Variations
Color information
#DF6168 (or 0xDF6168) is known color: Froly. HEX triplet: DF, 61 and 68. RGB value is (223,97,104). Sum of RGB (Red+Green+Blue) = 223+97+104=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6168 is #209E97. Grayscale: #878787. Windows color (decimal): -2137752 or 6840799. OLE color: 6840799.
HSL color Cylindrical-coordinate representation of color #DF6168: hue angle of 356.67º 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 #DF6168 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 104 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.13 |
| HSL | 356.67º | 0.66% | 0.63% | - |
| HSV(B) | 356.67º | 0.57% | 0.87% | - |
| XYZ | 37.2 | 25.24 | 16.01 | - |
| YUV | 135.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 104 | 0 | 0.57 | 0.53 | 0.13 | 356.67 | 0.66 | 0.63 |
| Hex | DF | 61 | 68 | 0 | 39 | 35 | D | 165 | 42 | 3F |
| Octal | 337 | 141 | 150 | 0 | 71 | 65 | 15 | 545 | 102 | 77 |
| Binary | 11011111 | 1100001 | 1101000 | 0 | 111001 | 110101 | 1101 | 101100101 | 1000010 | 111111 |
Color Harmonies of #DF6168
Complementary color
Monochromatic Colors of #DF6168
Black with #DF6168
Text Example
Text Example
White with #DF6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6168; }
p { color: rgb(223,97,104); }
H1.HeaderClassName
{
color: #DF6168;
}
.AnyTagClassName
{
color: #DF6168;
}
</style>
background-color css
<style>
a { background-color: #DF6168; }
a { background-color: rgb(223,97,104); }
div.DivClassName
{
background-color: #DF6168;
}
.BgClassName
{
background-color: #DF6168;
}
</style>
border-color css
<style>
span { border-color: #DF6168; }
span { border-color: rgb(223,97,104); }
td.TdClassName
{
border-color: #DF6168;
}
.TagClassName
{
border-color: #DF6168;
}
</style>