Shades of Froly #DD6171
Tints of Froly #DD6171
RGB
CMYK
RGB Variations
Color information
#DD6171 (or 0xDD6171) is known color: Froly. HEX triplet: DD, 61 and 71. RGB value is (221,97,113). Sum of RGB (Red+Green+Blue) = 221+97+113=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6171 is #229E8E. Grayscale: #878787. Windows color (decimal): -2268815 or 7430621. OLE color: 7430621.
HSL color Cylindrical-coordinate representation of color #DD6171: hue angle of 352.26º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6171 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 113 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.13 |
| HSL | 352.26º | 0.65% | 0.62% | - |
| HSV(B) | 352.26º | 0.56% | 0.87% | - |
| XYZ | 37.07 | 25.11 | 18.52 | - |
| YUV | 135.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 113 | 0 | 0.56 | 0.49 | 0.13 | 352.26 | 0.65 | 0.62 |
| Hex | DD | 61 | 71 | 0 | 38 | 31 | D | 160 | 41 | 3E |
| Octal | 335 | 141 | 161 | 0 | 70 | 61 | 15 | 540 | 101 | 76 |
| Binary | 11011101 | 1100001 | 1110001 | 0 | 111000 | 110001 | 1101 | 101100000 | 1000001 | 111110 |
Color Harmonies of #DD6171
Complementary color
Monochromatic Colors of #DD6171
Black with #DD6171
Text Example
Text Example
White with #DD6171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6171; }
p { color: rgb(221,97,113); }
H1.HeaderClassName
{
color: #DD6171;
}
.AnyTagClassName
{
color: #DD6171;
}
</style>
background-color css
<style>
a { background-color: #DD6171; }
a { background-color: rgb(221,97,113); }
div.DivClassName
{
background-color: #DD6171;
}
.BgClassName
{
background-color: #DD6171;
}
</style>
border-color css
<style>
span { border-color: #DD6171; }
span { border-color: rgb(221,97,113); }
td.TdClassName
{
border-color: #DD6171;
}
.TagClassName
{
border-color: #DD6171;
}
</style>