Shades of Froly #DD687C
Tints of Froly #DD687C
RGB
CMYK
RGB Variations
Color information
#DD687C (or 0xDD687C) is known color: Froly. HEX triplet: DD, 68 and 7C. RGB value is (221,104,124). Sum of RGB (Red+Green+Blue) = 221+104+124=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD687C is #229783. Grayscale: #8D8D8D. Windows color (decimal): -2267012 or 8153309. OLE color: 8153309.
HSL color Cylindrical-coordinate representation of color #DD687C: hue angle of 349.74º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD687C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 124 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.13 |
| HSL | 349.74º | 0.63% | 0.64% | - |
| HSV(B) | 349.74º | 0.53% | 0.87% | - |
| XYZ | 38.41 | 26.73 | 22.2 | - |
| YUV | 141.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 124 | 0 | 0.53 | 0.44 | 0.13 | 349.74 | 0.63 | 0.64 |
| Hex | DD | 68 | 7C | 0 | 35 | 2C | D | 15E | 3F | 40 |
| Octal | 335 | 150 | 174 | 0 | 65 | 54 | 15 | 536 | 77 | 100 |
| Binary | 11011101 | 1101000 | 1111100 | 0 | 110101 | 101100 | 1101 | 101011110 | 111111 | 1000000 |
Color Harmonies of #DD687C
Complementary color
Monochromatic Colors of #DD687C
Black with #DD687C
Text Example
Text Example
White with #DD687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD687C; }
p { color: rgb(221,104,124); }
H1.HeaderClassName
{
color: #DD687C;
}
.AnyTagClassName
{
color: #DD687C;
}
</style>
background-color css
<style>
a { background-color: #DD687C; }
a { background-color: rgb(221,104,124); }
div.DivClassName
{
background-color: #DD687C;
}
.BgClassName
{
background-color: #DD687C;
}
</style>
border-color css
<style>
span { border-color: #DD687C; }
span { border-color: rgb(221,104,124); }
td.TdClassName
{
border-color: #DD687C;
}
.TagClassName
{
border-color: #DD687C;
}
</style>