Shades of Froly #DF656D
Tints of Froly #DF656D
RGB
CMYK
RGB Variations
Color information
#DF656D (or 0xDF656D) is known color: Froly. HEX triplet: DF, 65 and 6D. RGB value is (223,101,109). Sum of RGB (Red+Green+Blue) = 223+101+109=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF656D is #209A92. Grayscale: #8A8A8A. Windows color (decimal): -2136723 or 7169503. OLE color: 7169503.
HSL color Cylindrical-coordinate representation of color #DF656D: hue angle of 356.07º 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 #DF656D is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 109 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.13 |
| HSL | 356.07º | 0.66% | 0.64% | - |
| HSV(B) | 356.07º | 0.55% | 0.87% | - |
| XYZ | 37.85 | 26.1 | 17.51 | - |
| YUV | 138.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 109 | 0 | 0.55 | 0.51 | 0.13 | 356.07 | 0.66 | 0.64 |
| Hex | DF | 65 | 6D | 0 | 37 | 33 | D | 164 | 42 | 40 |
| Octal | 337 | 145 | 155 | 0 | 67 | 63 | 15 | 544 | 102 | 100 |
| Binary | 11011111 | 1100101 | 1101101 | 0 | 110111 | 110011 | 1101 | 101100100 | 1000010 | 1000000 |
Color Harmonies of #DF656D
Complementary color
Monochromatic Colors of #DF656D
Black with #DF656D
Text Example
Text Example
White with #DF656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF656D; }
p { color: rgb(223,101,109); }
H1.HeaderClassName
{
color: #DF656D;
}
.AnyTagClassName
{
color: #DF656D;
}
</style>
background-color css
<style>
a { background-color: #DF656D; }
a { background-color: rgb(223,101,109); }
div.DivClassName
{
background-color: #DF656D;
}
.BgClassName
{
background-color: #DF656D;
}
</style>
border-color css
<style>
span { border-color: #DF656D; }
span { border-color: rgb(223,101,109); }
td.TdClassName
{
border-color: #DF656D;
}
.TagClassName
{
border-color: #DF656D;
}
</style>