Shades of Froly #DF677A
Tints of Froly #DF677A
RGB
CMYK
RGB Variations
Color information
#DF677A (or 0xDF677A) is known color: Froly. HEX triplet: DF, 67 and 7A. RGB value is (223,103,122). Sum of RGB (Red+Green+Blue) = 223+103+122=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF677A is #209885. Grayscale: #8D8D8D. Windows color (decimal): -2136198 or 8021983. OLE color: 8021983.
HSL color Cylindrical-coordinate representation of color #DF677A: hue angle of 350.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 #DF677A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 122 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.13 |
| HSL | 350.5º | 0.65% | 0.64% | - |
| HSV(B) | 350.5º | 0.54% | 0.87% | - |
| XYZ | 38.79 | 26.79 | 21.54 | - |
| YUV | 141.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 122 | 0 | 0.54 | 0.45 | 0.13 | 350.5 | 0.65 | 0.64 |
| Hex | DF | 67 | 7A | 0 | 36 | 2D | D | 15E | 41 | 40 |
| Octal | 337 | 147 | 172 | 0 | 66 | 55 | 15 | 536 | 101 | 100 |
| Binary | 11011111 | 1100111 | 1111010 | 0 | 110110 | 101101 | 1101 | 101011110 | 1000001 | 1000000 |
Color Harmonies of #DF677A
Complementary color
Monochromatic Colors of #DF677A
Black with #DF677A
Text Example
Text Example
White with #DF677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF677A; }
p { color: rgb(223,103,122); }
H1.HeaderClassName
{
color: #DF677A;
}
.AnyTagClassName
{
color: #DF677A;
}
</style>
background-color css
<style>
a { background-color: #DF677A; }
a { background-color: rgb(223,103,122); }
div.DivClassName
{
background-color: #DF677A;
}
.BgClassName
{
background-color: #DF677A;
}
</style>
border-color css
<style>
span { border-color: #DF677A; }
span { border-color: rgb(223,103,122); }
td.TdClassName
{
border-color: #DF677A;
}
.TagClassName
{
border-color: #DF677A;
}
</style>