Shades of Froly #DD7276
Tints of Froly #DD7276
RGB
CMYK
RGB Variations
Color information
#DD7276 (or 0xDD7276) is known color: Froly. HEX triplet: DD, 72 and 76. RGB value is (221,114,118). Sum of RGB (Red+Green+Blue) = 221+114+118=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7276 is #228D89. Grayscale: #929292. Windows color (decimal): -2264458 or 7762653. OLE color: 7762653.
HSL color Cylindrical-coordinate representation of color #DD7276: hue angle of 357.76º 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 #DD7276 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 118 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.13 |
| HSL | 357.76º | 0.61% | 0.66% | - |
| HSV(B) | 357.76º | 0.48% | 0.87% | - |
| XYZ | 39.11 | 28.71 | 20.62 | - |
| YUV | 146.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 118 | 0 | 0.48 | 0.47 | 0.13 | 357.76 | 0.61 | 0.66 |
| Hex | DD | 72 | 76 | 0 | 30 | 2F | D | 166 | 3D | 42 |
| Octal | 335 | 162 | 166 | 0 | 60 | 57 | 15 | 546 | 75 | 102 |
| Binary | 11011101 | 1110010 | 1110110 | 0 | 110000 | 101111 | 1101 | 101100110 | 111101 | 1000010 |
Color Harmonies of #DD7276
Complementary color
Monochromatic Colors of #DD7276
Black with #DD7276
Text Example
Text Example
White with #DD7276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7276; }
p { color: rgb(221,114,118); }
H1.HeaderClassName
{
color: #DD7276;
}
.AnyTagClassName
{
color: #DD7276;
}
</style>
background-color css
<style>
a { background-color: #DD7276; }
a { background-color: rgb(221,114,118); }
div.DivClassName
{
background-color: #DD7276;
}
.BgClassName
{
background-color: #DD7276;
}
</style>
border-color css
<style>
span { border-color: #DD7276; }
span { border-color: rgb(221,114,118); }
td.TdClassName
{
border-color: #DD7276;
}
.TagClassName
{
border-color: #DD7276;
}
</style>