Shades of Froly #DD7E7F
Tints of Froly #DD7E7F
RGB
CMYK
RGB Variations
Color information
#DD7E7F (or 0xDD7E7F) is known color: Froly. HEX triplet: DD, 7E and 7F. RGB value is (221,126,127). Sum of RGB (Red+Green+Blue) = 221+126+127=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E7F is #228180. Grayscale: #9A9A9A. Windows color (decimal): -2261377 or 8355549. OLE color: 8355549.
HSL color Cylindrical-coordinate representation of color #DD7E7F: hue angle of 359.37º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7E7F is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 127 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.13 |
| HSL | 359.37º | 0.58% | 0.68% | - |
| HSV(B) | 359.37º | 0.43% | 0.87% | - |
| XYZ | 41.11 | 31.83 | 24.05 | - |
| YUV | 154.52 | 112.47 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 127 | 0 | 0.43 | 0.43 | 0.13 | 359.37 | 0.58 | 0.68 |
| Hex | DD | 7E | 7F | 0 | 2B | 2B | D | 167 | 3A | 44 |
| Octal | 335 | 176 | 177 | 0 | 53 | 53 | 15 | 547 | 72 | 104 |
| Binary | 11011101 | 1111110 | 1111111 | 0 | 101011 | 101011 | 1101 | 101100111 | 111010 | 1000100 |
Color Harmonies of #DD7E7F
Complementary color
Monochromatic Colors of #DD7E7F
Black with #DD7E7F
Text Example
Text Example
White with #DD7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E7F; }
p { color: rgb(221,126,127); }
H1.HeaderClassName
{
color: #DD7E7F;
}
.AnyTagClassName
{
color: #DD7E7F;
}
</style>
background-color css
<style>
a { background-color: #DD7E7F; }
a { background-color: rgb(221,126,127); }
div.DivClassName
{
background-color: #DD7E7F;
}
.BgClassName
{
background-color: #DD7E7F;
}
</style>
border-color css
<style>
span { border-color: #DD7E7F; }
span { border-color: rgb(221,126,127); }
td.TdClassName
{
border-color: #DD7E7F;
}
.TagClassName
{
border-color: #DD7E7F;
}
</style>