Shades of Froly #DD7174
Tints of Froly #DD7174
RGB
CMYK
RGB Variations
Color information
#DD7174 (or 0xDD7174) is known color: Froly. HEX triplet: DD, 71 and 74. RGB value is (221,113,116). Sum of RGB (Red+Green+Blue) = 221+113+116=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7174 is #228E8B. Grayscale: #919191. Windows color (decimal): -2264716 or 7631325. OLE color: 7631325.
HSL color Cylindrical-coordinate representation of color #DD7174: hue angle of 358.33º 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 #DD7174 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 116 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.13 |
| HSL | 358.33º | 0.61% | 0.65% | - |
| HSV(B) | 358.33º | 0.49% | 0.87% | - |
| XYZ | 38.88 | 28.44 | 19.96 | - |
| YUV | 145.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 116 | 0 | 0.49 | 0.48 | 0.13 | 358.33 | 0.61 | 0.65 |
| Hex | DD | 71 | 74 | 0 | 31 | 30 | D | 166 | 3D | 41 |
| Octal | 335 | 161 | 164 | 0 | 61 | 60 | 15 | 546 | 75 | 101 |
| Binary | 11011101 | 1110001 | 1110100 | 0 | 110001 | 110000 | 1101 | 101100110 | 111101 | 1000001 |
Color Harmonies of #DD7174
Complementary color
Monochromatic Colors of #DD7174
Black with #DD7174
Text Example
Text Example
White with #DD7174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7174; }
p { color: rgb(221,113,116); }
H1.HeaderClassName
{
color: #DD7174;
}
.AnyTagClassName
{
color: #DD7174;
}
</style>
background-color css
<style>
a { background-color: #DD7174; }
a { background-color: rgb(221,113,116); }
div.DivClassName
{
background-color: #DD7174;
}
.BgClassName
{
background-color: #DD7174;
}
</style>
border-color css
<style>
span { border-color: #DD7174; }
span { border-color: rgb(221,113,116); }
td.TdClassName
{
border-color: #DD7174;
}
.TagClassName
{
border-color: #DD7174;
}
</style>