Shades of Froly #DF677D
Tints of Froly #DF677D
RGB
CMYK
RGB Variations
Color information
#DF677D (or 0xDF677D) is known color: Froly. HEX triplet: DF, 67 and 7D. RGB value is (223,103,125). Sum of RGB (Red+Green+Blue) = 223+103+125=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF677D is #209882. Grayscale: #8D8D8D. Windows color (decimal): -2136195 or 8218591. OLE color: 8218591.
HSL color Cylindrical-coordinate representation of color #DF677D: hue angle of 349º 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 #DF677D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 125 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.13 |
| HSL | 349º | 0.65% | 0.64% | - |
| HSV(B) | 349º | 0.54% | 0.87% | - |
| XYZ | 38.98 | 26.87 | 22.53 | - |
| YUV | 141.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 125 | 0 | 0.54 | 0.44 | 0.13 | 349 | 0.65 | 0.64 |
| Hex | DF | 67 | 7D | 0 | 36 | 2C | D | 15D | 41 | 40 |
| Octal | 337 | 147 | 175 | 0 | 66 | 54 | 15 | 535 | 101 | 100 |
| Binary | 11011111 | 1100111 | 1111101 | 0 | 110110 | 101100 | 1101 | 101011101 | 1000001 | 1000000 |
Color Harmonies of #DF677D
Complementary color
Monochromatic Colors of #DF677D
Black with #DF677D
Text Example
Text Example
White with #DF677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF677D; }
p { color: rgb(223,103,125); }
H1.HeaderClassName
{
color: #DF677D;
}
.AnyTagClassName
{
color: #DF677D;
}
</style>
background-color css
<style>
a { background-color: #DF677D; }
a { background-color: rgb(223,103,125); }
div.DivClassName
{
background-color: #DF677D;
}
.BgClassName
{
background-color: #DF677D;
}
</style>
border-color css
<style>
span { border-color: #DF677D; }
span { border-color: rgb(223,103,125); }
td.TdClassName
{
border-color: #DF677D;
}
.TagClassName
{
border-color: #DF677D;
}
</style>