Shades of Froly #DF656C
Tints of Froly #DF656C
RGB
CMYK
RGB Variations
Color information
#DF656C (or 0xDF656C) is known color: Froly. HEX triplet: DF, 65 and 6C. RGB value is (223,101,108). Sum of RGB (Red+Green+Blue) = 223+101+108=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF656C is #209A93. Grayscale: #8A8A8A. Windows color (decimal): -2136724 or 7103967. OLE color: 7103967.
HSL color Cylindrical-coordinate representation of color #DF656C: hue angle of 356.56º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF656C is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 108 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.13 |
| HSL | 356.56º | 0.66% | 0.64% | - |
| HSV(B) | 356.56º | 0.55% | 0.87% | - |
| XYZ | 37.79 | 26.08 | 17.23 | - |
| YUV | 138.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 108 | 0 | 0.55 | 0.52 | 0.13 | 356.56 | 0.66 | 0.64 |
| Hex | DF | 65 | 6C | 0 | 37 | 34 | D | 165 | 42 | 40 |
| Octal | 337 | 145 | 154 | 0 | 67 | 64 | 15 | 545 | 102 | 100 |
| Binary | 11011111 | 1100101 | 1101100 | 0 | 110111 | 110100 | 1101 | 101100101 | 1000010 | 1000000 |
Color Harmonies of #DF656C
Complementary color
Monochromatic Colors of #DF656C
Black with #DF656C
Text Example
Text Example
White with #DF656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF656C; }
p { color: rgb(223,101,108); }
H1.HeaderClassName
{
color: #DF656C;
}
.AnyTagClassName
{
color: #DF656C;
}
</style>
background-color css
<style>
a { background-color: #DF656C; }
a { background-color: rgb(223,101,108); }
div.DivClassName
{
background-color: #DF656C;
}
.BgClassName
{
background-color: #DF656C;
}
</style>
border-color css
<style>
span { border-color: #DF656C; }
span { border-color: rgb(223,101,108); }
td.TdClassName
{
border-color: #DF656C;
}
.TagClassName
{
border-color: #DF656C;
}
</style>