Shades of Froly #DD6D74
Tints of Froly #DD6D74
RGB
CMYK
RGB Variations
Color information
#DD6D74 (or 0xDD6D74) is known color: Froly. HEX triplet: DD, 6D and 74. RGB value is (221,109,116). Sum of RGB (Red+Green+Blue) = 221+109+116=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D74 is #22928B. Grayscale: #8F8F8F. Windows color (decimal): -2265740 or 7630301. OLE color: 7630301.
HSL color Cylindrical-coordinate representation of color #DD6D74: hue angle of 356.25º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6D74 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 116 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.13 |
| HSL | 356.25º | 0.62% | 0.65% | - |
| HSV(B) | 356.25º | 0.51% | 0.87% | - |
| XYZ | 38.44 | 27.57 | 19.82 | - |
| YUV | 143.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 116 | 0 | 0.51 | 0.48 | 0.13 | 356.25 | 0.62 | 0.65 |
| Hex | DD | 6D | 74 | 0 | 33 | 30 | D | 164 | 3E | 41 |
| Octal | 335 | 155 | 164 | 0 | 63 | 60 | 15 | 544 | 76 | 101 |
| Binary | 11011101 | 1101101 | 1110100 | 0 | 110011 | 110000 | 1101 | 101100100 | 111110 | 1000001 |
Color Harmonies of #DD6D74
Complementary color
Monochromatic Colors of #DD6D74
Black with #DD6D74
Text Example
Text Example
White with #DD6D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D74; }
p { color: rgb(221,109,116); }
H1.HeaderClassName
{
color: #DD6D74;
}
.AnyTagClassName
{
color: #DD6D74;
}
</style>
background-color css
<style>
a { background-color: #DD6D74; }
a { background-color: rgb(221,109,116); }
div.DivClassName
{
background-color: #DD6D74;
}
.BgClassName
{
background-color: #DD6D74;
}
</style>
border-color css
<style>
span { border-color: #DD6D74; }
span { border-color: rgb(221,109,116); }
td.TdClassName
{
border-color: #DD6D74;
}
.TagClassName
{
border-color: #DD6D74;
}
</style>