Shades of Froly #DF677C
Tints of Froly #DF677C
RGB
CMYK
RGB Variations
Color information
#DF677C (or 0xDF677C) is known color: Froly. HEX triplet: DF, 67 and 7C. RGB value is (223,103,124). Sum of RGB (Red+Green+Blue) = 223+103+124=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF677C is #209883. Grayscale: #8D8D8D. Windows color (decimal): -2136196 or 8153055. OLE color: 8153055.
HSL color Cylindrical-coordinate representation of color #DF677C: hue angle of 349.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF677C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 124 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.13 |
| HSL | 349.5º | 0.65% | 0.64% | - |
| HSV(B) | 349.5º | 0.54% | 0.87% | - |
| XYZ | 38.92 | 26.84 | 22.2 | - |
| YUV | 141.27 | 118.26 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 124 | 0 | 0.54 | 0.44 | 0.13 | 349.5 | 0.65 | 0.64 |
| Hex | DF | 67 | 7C | 0 | 36 | 2C | D | 15E | 41 | 40 |
| Octal | 337 | 147 | 174 | 0 | 66 | 54 | 15 | 536 | 101 | 100 |
| Binary | 11011111 | 1100111 | 1111100 | 0 | 110110 | 101100 | 1101 | 101011110 | 1000001 | 1000000 |
Color Harmonies of #DF677C
Complementary color
Monochromatic Colors of #DF677C
Black with #DF677C
Text Example
Text Example
White with #DF677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF677C; }
p { color: rgb(223,103,124); }
H1.HeaderClassName
{
color: #DF677C;
}
.AnyTagClassName
{
color: #DF677C;
}
</style>
background-color css
<style>
a { background-color: #DF677C; }
a { background-color: rgb(223,103,124); }
div.DivClassName
{
background-color: #DF677C;
}
.BgClassName
{
background-color: #DF677C;
}
</style>
border-color css
<style>
span { border-color: #DF677C; }
span { border-color: rgb(223,103,124); }
td.TdClassName
{
border-color: #DF677C;
}
.TagClassName
{
border-color: #DF677C;
}
</style>