Shades of Froly #DF647C
Tints of Froly #DF647C
RGB
CMYK
RGB Variations
Color information
#DF647C (or 0xDF647C) is known color: Froly. HEX triplet: DF, 64 and 7C. RGB value is (223,100,124). Sum of RGB (Red+Green+Blue) = 223+100+124=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF647C is #209B83. Grayscale: #8B8B8B. Windows color (decimal): -2136964 or 8152287. OLE color: 8152287.
HSL color Cylindrical-coordinate representation of color #DF647C: hue angle of 348.29º 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 #DF647C is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 124 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.13 |
| HSL | 348.29º | 0.66% | 0.63% | - |
| HSV(B) | 348.29º | 0.55% | 0.87% | - |
| XYZ | 38.63 | 26.26 | 22.1 | - |
| YUV | 139.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 124 | 0 | 0.55 | 0.44 | 0.13 | 348.29 | 0.66 | 0.63 |
| Hex | DF | 64 | 7C | 0 | 37 | 2C | D | 15C | 42 | 3F |
| Octal | 337 | 144 | 174 | 0 | 67 | 54 | 15 | 534 | 102 | 77 |
| Binary | 11011111 | 1100100 | 1111100 | 0 | 110111 | 101100 | 1101 | 101011100 | 1000010 | 111111 |
Color Harmonies of #DF647C
Complementary color
Monochromatic Colors of #DF647C
Black with #DF647C
Text Example
Text Example
White with #DF647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF647C; }
p { color: rgb(223,100,124); }
H1.HeaderClassName
{
color: #DF647C;
}
.AnyTagClassName
{
color: #DF647C;
}
</style>
background-color css
<style>
a { background-color: #DF647C; }
a { background-color: rgb(223,100,124); }
div.DivClassName
{
background-color: #DF647C;
}
.BgClassName
{
background-color: #DF647C;
}
</style>
border-color css
<style>
span { border-color: #DF647C; }
span { border-color: rgb(223,100,124); }
td.TdClassName
{
border-color: #DF647C;
}
.TagClassName
{
border-color: #DF647C;
}
</style>