Shades of Froly #DD616F
Tints of Froly #DD616F
RGB
CMYK
RGB Variations
Color information
#DD616F (or 0xDD616F) is known color: Froly. HEX triplet: DD, 61 and 6F. RGB value is (221,97,111). Sum of RGB (Red+Green+Blue) = 221+97+111=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD616F is #229E90. Grayscale: #878787. Windows color (decimal): -2268817 or 7299549. OLE color: 7299549.
HSL color Cylindrical-coordinate representation of color #DD616F: hue angle of 353.23º 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 #DD616F is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 111 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.13 |
| HSL | 353.23º | 0.65% | 0.62% | - |
| HSV(B) | 353.23º | 0.56% | 0.87% | - |
| XYZ | 36.96 | 25.07 | 17.93 | - |
| YUV | 135.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 111 | 0 | 0.56 | 0.50 | 0.13 | 353.23 | 0.65 | 0.62 |
| Hex | DD | 61 | 6F | 0 | 38 | 32 | D | 161 | 41 | 3E |
| Octal | 335 | 141 | 157 | 0 | 70 | 62 | 15 | 541 | 101 | 76 |
| Binary | 11011101 | 1100001 | 1101111 | 0 | 111000 | 110010 | 1101 | 101100001 | 1000001 | 111110 |
Color Harmonies of #DD616F
Complementary color
Monochromatic Colors of #DD616F
Black with #DD616F
Text Example
Text Example
White with #DD616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD616F; }
p { color: rgb(221,97,111); }
H1.HeaderClassName
{
color: #DD616F;
}
.AnyTagClassName
{
color: #DD616F;
}
</style>
background-color css
<style>
a { background-color: #DD616F; }
a { background-color: rgb(221,97,111); }
div.DivClassName
{
background-color: #DD616F;
}
.BgClassName
{
background-color: #DD616F;
}
</style>
border-color css
<style>
span { border-color: #DD616F; }
span { border-color: rgb(221,97,111); }
td.TdClassName
{
border-color: #DD616F;
}
.TagClassName
{
border-color: #DD616F;
}
</style>