Shades of Froly #DD777C
Tints of Froly #DD777C
RGB
CMYK
RGB Variations
Color information
#DD777C (or 0xDD777C) is known color: Froly. HEX triplet: DD, 77 and 7C. RGB value is (221,119,124). Sum of RGB (Red+Green+Blue) = 221+119+124=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD777C is #228883. Grayscale: #969696. Windows color (decimal): -2263172 or 8157149. OLE color: 8157149.
HSL color Cylindrical-coordinate representation of color #DD777C: hue angle of 357.06º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD777C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 124 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.13 |
| HSL | 357.06º | 0.6% | 0.67% | - |
| HSV(B) | 357.06º | 0.46% | 0.87% | - |
| XYZ | 40.05 | 30.02 | 22.75 | - |
| YUV | 150.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 124 | 0 | 0.46 | 0.44 | 0.13 | 357.06 | 0.6 | 0.67 |
| Hex | DD | 77 | 7C | 0 | 2E | 2C | D | 165 | 3C | 43 |
| Octal | 335 | 167 | 174 | 0 | 56 | 54 | 15 | 545 | 74 | 103 |
| Binary | 11011101 | 1110111 | 1111100 | 0 | 101110 | 101100 | 1101 | 101100101 | 111100 | 1000011 |
Color Harmonies of #DD777C
Complementary color
Monochromatic Colors of #DD777C
Black with #DD777C
Text Example
Text Example
White with #DD777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD777C; }
p { color: rgb(221,119,124); }
H1.HeaderClassName
{
color: #DD777C;
}
.AnyTagClassName
{
color: #DD777C;
}
</style>
background-color css
<style>
a { background-color: #DD777C; }
a { background-color: rgb(221,119,124); }
div.DivClassName
{
background-color: #DD777C;
}
.BgClassName
{
background-color: #DD777C;
}
</style>
border-color css
<style>
span { border-color: #DD777C; }
span { border-color: rgb(221,119,124); }
td.TdClassName
{
border-color: #DD777C;
}
.TagClassName
{
border-color: #DD777C;
}
</style>