Shades of Froly #DD7177
Tints of Froly #DD7177
RGB
CMYK
RGB Variations
Color information
#DD7177 (or 0xDD7177) is known color: Froly. HEX triplet: DD, 71 and 77. RGB value is (221,113,119). Sum of RGB (Red+Green+Blue) = 221+113+119=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7177 is #228E88. Grayscale: #929292. Windows color (decimal): -2264713 or 7827933. OLE color: 7827933.
HSL color Cylindrical-coordinate representation of color #DD7177: hue angle of 356.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7177 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 119 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.13 |
| HSL | 356.67º | 0.61% | 0.65% | - |
| HSV(B) | 356.67º | 0.49% | 0.87% | - |
| XYZ | 39.05 | 28.51 | 20.9 | - |
| YUV | 145.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 119 | 0 | 0.49 | 0.46 | 0.13 | 356.67 | 0.61 | 0.65 |
| Hex | DD | 71 | 77 | 0 | 31 | 2E | D | 165 | 3D | 41 |
| Octal | 335 | 161 | 167 | 0 | 61 | 56 | 15 | 545 | 75 | 101 |
| Binary | 11011101 | 1110001 | 1110111 | 0 | 110001 | 101110 | 1101 | 101100101 | 111101 | 1000001 |
Color Harmonies of #DD7177
Complementary color
Monochromatic Colors of #DD7177
Black with #DD7177
Text Example
Text Example
White with #DD7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7177; }
p { color: rgb(221,113,119); }
H1.HeaderClassName
{
color: #DD7177;
}
.AnyTagClassName
{
color: #DD7177;
}
</style>
background-color css
<style>
a { background-color: #DD7177; }
a { background-color: rgb(221,113,119); }
div.DivClassName
{
background-color: #DD7177;
}
.BgClassName
{
background-color: #DD7177;
}
</style>
border-color css
<style>
span { border-color: #DD7177; }
span { border-color: rgb(221,113,119); }
td.TdClassName
{
border-color: #DD7177;
}
.TagClassName
{
border-color: #DD7177;
}
</style>