Shades of Froly #DD6A76
Tints of Froly #DD6A76
RGB
CMYK
RGB Variations
Color information
#DD6A76 (or 0xDD6A76) is known color: Froly. HEX triplet: DD, 6A and 76. RGB value is (221,106,118). Sum of RGB (Red+Green+Blue) = 221+106+118=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A76 is #229589. Grayscale: #8D8D8D. Windows color (decimal): -2266506 or 7760605. OLE color: 7760605.
HSL color Cylindrical-coordinate representation of color #DD6A76: hue angle of 353.74º 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 #DD6A76 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 118 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.13 |
| HSL | 353.74º | 0.63% | 0.64% | - |
| HSV(B) | 353.74º | 0.52% | 0.87% | - |
| XYZ | 38.24 | 26.99 | 20.33 | - |
| YUV | 141.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 118 | 0 | 0.52 | 0.47 | 0.13 | 353.74 | 0.63 | 0.64 |
| Hex | DD | 6A | 76 | 0 | 34 | 2F | D | 162 | 3F | 40 |
| Octal | 335 | 152 | 166 | 0 | 64 | 57 | 15 | 542 | 77 | 100 |
| Binary | 11011101 | 1101010 | 1110110 | 0 | 110100 | 101111 | 1101 | 101100010 | 111111 | 1000000 |
Color Harmonies of #DD6A76
Complementary color
Monochromatic Colors of #DD6A76
Black with #DD6A76
Text Example
Text Example
White with #DD6A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A76; }
p { color: rgb(221,106,118); }
H1.HeaderClassName
{
color: #DD6A76;
}
.AnyTagClassName
{
color: #DD6A76;
}
</style>
background-color css
<style>
a { background-color: #DD6A76; }
a { background-color: rgb(221,106,118); }
div.DivClassName
{
background-color: #DD6A76;
}
.BgClassName
{
background-color: #DD6A76;
}
</style>
border-color css
<style>
span { border-color: #DD6A76; }
span { border-color: rgb(221,106,118); }
td.TdClassName
{
border-color: #DD6A76;
}
.TagClassName
{
border-color: #DD6A76;
}
</style>