Shades of Froly #DD6A74
Tints of Froly #DD6A74
RGB
CMYK
RGB Variations
Color information
#DD6A74 (or 0xDD6A74) is known color: Froly. HEX triplet: DD, 6A and 74. RGB value is (221,106,116). Sum of RGB (Red+Green+Blue) = 221+106+116=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A74 is #22958B. Grayscale: #8D8D8D. Windows color (decimal): -2266508 or 7629533. OLE color: 7629533.
HSL color Cylindrical-coordinate representation of color #DD6A74: hue angle of 354.78º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6A74 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 116 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.13 |
| HSL | 354.78º | 0.63% | 0.64% | - |
| HSV(B) | 354.78º | 0.52% | 0.87% | - |
| XYZ | 38.13 | 26.94 | 19.71 | - |
| YUV | 141.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 116 | 0 | 0.52 | 0.48 | 0.13 | 354.78 | 0.63 | 0.64 |
| Hex | DD | 6A | 74 | 0 | 34 | 30 | D | 163 | 3F | 40 |
| Octal | 335 | 152 | 164 | 0 | 64 | 60 | 15 | 543 | 77 | 100 |
| Binary | 11011101 | 1101010 | 1110100 | 0 | 110100 | 110000 | 1101 | 101100011 | 111111 | 1000000 |
Color Harmonies of #DD6A74
Complementary color
Monochromatic Colors of #DD6A74
Black with #DD6A74
Text Example
Text Example
White with #DD6A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A74; }
p { color: rgb(221,106,116); }
H1.HeaderClassName
{
color: #DD6A74;
}
.AnyTagClassName
{
color: #DD6A74;
}
</style>
background-color css
<style>
a { background-color: #DD6A74; }
a { background-color: rgb(221,106,116); }
div.DivClassName
{
background-color: #DD6A74;
}
.BgClassName
{
background-color: #DD6A74;
}
</style>
border-color css
<style>
span { border-color: #DD6A74; }
span { border-color: rgb(221,106,116); }
td.TdClassName
{
border-color: #DD6A74;
}
.TagClassName
{
border-color: #DD6A74;
}
</style>