Shades of Froly #DD7274
Tints of Froly #DD7274
RGB
CMYK
RGB Variations
Color information
#DD7274 (or 0xDD7274) is known color: Froly. HEX triplet: DD, 72 and 74. RGB value is (221,114,116). Sum of RGB (Red+Green+Blue) = 221+114+116=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7274 is #228D8B. Grayscale: #929292. Windows color (decimal): -2264460 or 7631581. OLE color: 7631581.
HSL color Cylindrical-coordinate representation of color #DD7274: hue angle of 358.88º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7274 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 116 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.13 |
| HSL | 358.88º | 0.61% | 0.66% | - |
| HSV(B) | 358.88º | 0.48% | 0.87% | - |
| XYZ | 38.99 | 28.67 | 20 | - |
| YUV | 146.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 116 | 0 | 0.48 | 0.48 | 0.13 | 358.88 | 0.61 | 0.66 |
| Hex | DD | 72 | 74 | 0 | 30 | 30 | D | 167 | 3D | 42 |
| Octal | 335 | 162 | 164 | 0 | 60 | 60 | 15 | 547 | 75 | 102 |
| Binary | 11011101 | 1110010 | 1110100 | 0 | 110000 | 110000 | 1101 | 101100111 | 111101 | 1000010 |
Color Harmonies of #DD7274
Complementary color
Monochromatic Colors of #DD7274
Black with #DD7274
Text Example
Text Example
White with #DD7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7274; }
p { color: rgb(221,114,116); }
H1.HeaderClassName
{
color: #DD7274;
}
.AnyTagClassName
{
color: #DD7274;
}
</style>
background-color css
<style>
a { background-color: #DD7274; }
a { background-color: rgb(221,114,116); }
div.DivClassName
{
background-color: #DD7274;
}
.BgClassName
{
background-color: #DD7274;
}
</style>
border-color css
<style>
span { border-color: #DD7274; }
span { border-color: rgb(221,114,116); }
td.TdClassName
{
border-color: #DD7274;
}
.TagClassName
{
border-color: #DD7274;
}
</style>