Shades of Froly #DD7577
Tints of Froly #DD7577
RGB
CMYK
RGB Variations
Color information
#DD7577 (or 0xDD7577) is known color: Froly. HEX triplet: DD, 75 and 77. RGB value is (221,117,119). Sum of RGB (Red+Green+Blue) = 221+117+119=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7577 is #228A88. Grayscale: #949494. Windows color (decimal): -2263689 or 7828957. OLE color: 7828957.
HSL color Cylindrical-coordinate representation of color #DD7577: hue angle of 358.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7577 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 119 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.13 |
| HSL | 358.85º | 0.6% | 0.66% | - |
| HSV(B) | 358.85º | 0.47% | 0.87% | - |
| XYZ | 39.51 | 29.43 | 21.05 | - |
| YUV | 148.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 119 | 0 | 0.47 | 0.46 | 0.13 | 358.85 | 0.6 | 0.66 |
| Hex | DD | 75 | 77 | 0 | 2F | 2E | D | 167 | 3C | 42 |
| Octal | 335 | 165 | 167 | 0 | 57 | 56 | 15 | 547 | 74 | 102 |
| Binary | 11011101 | 1110101 | 1110111 | 0 | 101111 | 101110 | 1101 | 101100111 | 111100 | 1000010 |
Color Harmonies of #DD7577
Complementary color
Monochromatic Colors of #DD7577
Black with #DD7577
Text Example
Text Example
White with #DD7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7577; }
p { color: rgb(221,117,119); }
H1.HeaderClassName
{
color: #DD7577;
}
.AnyTagClassName
{
color: #DD7577;
}
</style>
background-color css
<style>
a { background-color: #DD7577; }
a { background-color: rgb(221,117,119); }
div.DivClassName
{
background-color: #DD7577;
}
.BgClassName
{
background-color: #DD7577;
}
</style>
border-color css
<style>
span { border-color: #DD7577; }
span { border-color: rgb(221,117,119); }
td.TdClassName
{
border-color: #DD7577;
}
.TagClassName
{
border-color: #DD7577;
}
</style>