Shades of Froly #DD7172
Tints of Froly #DD7172
RGB
CMYK
RGB Variations
Color information
#DD7172 (or 0xDD7172) is known color: Froly. HEX triplet: DD, 71 and 72. RGB value is (221,113,114). Sum of RGB (Red+Green+Blue) = 221+113+114=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7172 is #228E8D. Grayscale: #919191. Windows color (decimal): -2264718 or 7500253. OLE color: 7500253.
HSL color Cylindrical-coordinate representation of color #DD7172: hue angle of 359.44º 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 #DD7172 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 114 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.13 |
| HSL | 359.44º | 0.61% | 0.65% | - |
| HSV(B) | 359.44º | 0.49% | 0.87% | - |
| XYZ | 38.76 | 28.4 | 19.36 | - |
| YUV | 145.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 114 | 0 | 0.49 | 0.48 | 0.13 | 359.44 | 0.61 | 0.65 |
| Hex | DD | 71 | 72 | 0 | 31 | 30 | D | 167 | 3D | 41 |
| Octal | 335 | 161 | 162 | 0 | 61 | 60 | 15 | 547 | 75 | 101 |
| Binary | 11011101 | 1110001 | 1110010 | 0 | 110001 | 110000 | 1101 | 101100111 | 111101 | 1000001 |
Color Harmonies of #DD7172
Complementary color
Monochromatic Colors of #DD7172
Black with #DD7172
Text Example
Text Example
White with #DD7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7172; }
p { color: rgb(221,113,114); }
H1.HeaderClassName
{
color: #DD7172;
}
.AnyTagClassName
{
color: #DD7172;
}
</style>
background-color css
<style>
a { background-color: #DD7172; }
a { background-color: rgb(221,113,114); }
div.DivClassName
{
background-color: #DD7172;
}
.BgClassName
{
background-color: #DD7172;
}
</style>
border-color css
<style>
span { border-color: #DD7172; }
span { border-color: rgb(221,113,114); }
td.TdClassName
{
border-color: #DD7172;
}
.TagClassName
{
border-color: #DD7172;
}
</style>