Shades of Froly #DD7D7E
Tints of Froly #DD7D7E
RGB
CMYK
RGB Variations
Color information
#DD7D7E (or 0xDD7D7E) is known color: Froly. HEX triplet: DD, 7D and 7E. RGB value is (221,125,126). Sum of RGB (Red+Green+Blue) = 221+125+126=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D7E is #228281. Grayscale: #999999. Windows color (decimal): -2261634 or 8289757. OLE color: 8289757.
HSL color Cylindrical-coordinate representation of color #DD7D7E: hue angle of 359.38º degrees, saturation: 0.59, 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 #DD7D7E is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 126 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.13 |
| HSL | 359.38º | 0.59% | 0.68% | - |
| HSV(B) | 359.38º | 0.43% | 0.87% | - |
| XYZ | 40.92 | 31.55 | 23.67 | - |
| YUV | 153.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 126 | 0 | 0.43 | 0.43 | 0.13 | 359.38 | 0.59 | 0.68 |
| Hex | DD | 7D | 7E | 0 | 2B | 2B | D | 167 | 3B | 44 |
| Octal | 335 | 175 | 176 | 0 | 53 | 53 | 15 | 547 | 73 | 104 |
| Binary | 11011101 | 1111101 | 1111110 | 0 | 101011 | 101011 | 1101 | 101100111 | 111011 | 1000100 |
Color Harmonies of #DD7D7E
Complementary color
Monochromatic Colors of #DD7D7E
Black with #DD7D7E
Text Example
Text Example
White with #DD7D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D7E; }
p { color: rgb(221,125,126); }
H1.HeaderClassName
{
color: #DD7D7E;
}
.AnyTagClassName
{
color: #DD7D7E;
}
</style>
background-color css
<style>
a { background-color: #DD7D7E; }
a { background-color: rgb(221,125,126); }
div.DivClassName
{
background-color: #DD7D7E;
}
.BgClassName
{
background-color: #DD7D7E;
}
</style>
border-color css
<style>
span { border-color: #DD7D7E; }
span { border-color: rgb(221,125,126); }
td.TdClassName
{
border-color: #DD7D7E;
}
.TagClassName
{
border-color: #DD7D7E;
}
</style>