Shades of Froly #DD7C7E
Tints of Froly #DD7C7E
RGB
CMYK
RGB Variations
Color information
#DD7C7E (or 0xDD7C7E) is known color: Froly. HEX triplet: DD, 7C and 7E. RGB value is (221,124,126). Sum of RGB (Red+Green+Blue) = 221+124+126=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C7E is #228381. Grayscale: #999999. Windows color (decimal): -2261890 or 8289501. OLE color: 8289501.
HSL color Cylindrical-coordinate representation of color #DD7C7E: hue angle of 358.76º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7C7E is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 126 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.13 |
| HSL | 358.76º | 0.59% | 0.68% | - |
| HSV(B) | 358.76º | 0.44% | 0.87% | - |
| XYZ | 40.79 | 31.29 | 23.63 | - |
| YUV | 153.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 126 | 0 | 0.44 | 0.43 | 0.13 | 358.76 | 0.59 | 0.68 |
| Hex | DD | 7C | 7E | 0 | 2C | 2B | D | 167 | 3B | 44 |
| Octal | 335 | 174 | 176 | 0 | 54 | 53 | 15 | 547 | 73 | 104 |
| Binary | 11011101 | 1111100 | 1111110 | 0 | 101100 | 101011 | 1101 | 101100111 | 111011 | 1000100 |
Color Harmonies of #DD7C7E
Complementary color
Monochromatic Colors of #DD7C7E
Black with #DD7C7E
Text Example
Text Example
White with #DD7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C7E; }
p { color: rgb(221,124,126); }
H1.HeaderClassName
{
color: #DD7C7E;
}
.AnyTagClassName
{
color: #DD7C7E;
}
</style>
background-color css
<style>
a { background-color: #DD7C7E; }
a { background-color: rgb(221,124,126); }
div.DivClassName
{
background-color: #DD7C7E;
}
.BgClassName
{
background-color: #DD7C7E;
}
</style>
border-color css
<style>
span { border-color: #DD7C7E; }
span { border-color: rgb(221,124,126); }
td.TdClassName
{
border-color: #DD7C7E;
}
.TagClassName
{
border-color: #DD7C7E;
}
</style>