Shades of Froly #DD6D71
Tints of Froly #DD6D71
RGB
CMYK
RGB Variations
Color information
#DD6D71 (or 0xDD6D71) is known color: Froly. HEX triplet: DD, 6D and 71. RGB value is (221,109,113). Sum of RGB (Red+Green+Blue) = 221+109+113=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D71 is #22928E. Grayscale: #8F8F8F. Windows color (decimal): -2265743 or 7433693. OLE color: 7433693.
HSL color Cylindrical-coordinate representation of color #DD6D71: hue angle of 357.86º 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 #DD6D71 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 113 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.13 |
| HSL | 357.86º | 0.62% | 0.65% | - |
| HSV(B) | 357.86º | 0.51% | 0.87% | - |
| XYZ | 38.27 | 27.5 | 18.91 | - |
| YUV | 142.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 113 | 0 | 0.51 | 0.49 | 0.13 | 357.86 | 0.62 | 0.65 |
| Hex | DD | 6D | 71 | 0 | 33 | 31 | D | 166 | 3E | 41 |
| Octal | 335 | 155 | 161 | 0 | 63 | 61 | 15 | 546 | 76 | 101 |
| Binary | 11011101 | 1101101 | 1110001 | 0 | 110011 | 110001 | 1101 | 101100110 | 111110 | 1000001 |
Color Harmonies of #DD6D71
Complementary color
Monochromatic Colors of #DD6D71
Black with #DD6D71
Text Example
Text Example
White with #DD6D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D71; }
p { color: rgb(221,109,113); }
H1.HeaderClassName
{
color: #DD6D71;
}
.AnyTagClassName
{
color: #DD6D71;
}
</style>
background-color css
<style>
a { background-color: #DD6D71; }
a { background-color: rgb(221,109,113); }
div.DivClassName
{
background-color: #DD6D71;
}
.BgClassName
{
background-color: #DD6D71;
}
</style>
border-color css
<style>
span { border-color: #DD6D71; }
span { border-color: rgb(221,109,113); }
td.TdClassName
{
border-color: #DD6D71;
}
.TagClassName
{
border-color: #DD6D71;
}
</style>