Shades of Froly #DD7074
Tints of Froly #DD7074
RGB
CMYK
RGB Variations
Color information
#DD7074 (or 0xDD7074) is known color: Froly. HEX triplet: DD, 70 and 74. RGB value is (221,112,116). Sum of RGB (Red+Green+Blue) = 221+112+116=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7074 is #228F8B. Grayscale: #919191. Windows color (decimal): -2264972 or 7631069. OLE color: 7631069.
HSL color Cylindrical-coordinate representation of color #DD7074: hue angle of 357.8º degrees, saturation: 0.62, 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 #DD7074 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 116 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.13 |
| HSL | 357.8º | 0.62% | 0.65% | - |
| HSV(B) | 357.8º | 0.49% | 0.87% | - |
| XYZ | 38.77 | 28.22 | 19.93 | - |
| YUV | 145.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 116 | 0 | 0.49 | 0.48 | 0.13 | 357.8 | 0.62 | 0.65 |
| Hex | DD | 70 | 74 | 0 | 31 | 30 | D | 166 | 3E | 41 |
| Octal | 335 | 160 | 164 | 0 | 61 | 60 | 15 | 546 | 76 | 101 |
| Binary | 11011101 | 1110000 | 1110100 | 0 | 110001 | 110000 | 1101 | 101100110 | 111110 | 1000001 |
Color Harmonies of #DD7074
Complementary color
Monochromatic Colors of #DD7074
Black with #DD7074
Text Example
Text Example
White with #DD7074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7074; }
p { color: rgb(221,112,116); }
H1.HeaderClassName
{
color: #DD7074;
}
.AnyTagClassName
{
color: #DD7074;
}
</style>
background-color css
<style>
a { background-color: #DD7074; }
a { background-color: rgb(221,112,116); }
div.DivClassName
{
background-color: #DD7074;
}
.BgClassName
{
background-color: #DD7074;
}
</style>
border-color css
<style>
span { border-color: #DD7074; }
span { border-color: rgb(221,112,116); }
td.TdClassName
{
border-color: #DD7074;
}
.TagClassName
{
border-color: #DD7074;
}
</style>