Shades of Froly #DD7376
Tints of Froly #DD7376
RGB
CMYK
RGB Variations
Color information
#DD7376 (or 0xDD7376) is known color: Froly. HEX triplet: DD, 73 and 76. RGB value is (221,115,118). Sum of RGB (Red+Green+Blue) = 221+115+118=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7376 is #228C89. Grayscale: #939393. Windows color (decimal): -2264202 or 7762909. OLE color: 7762909.
HSL color Cylindrical-coordinate representation of color #DD7376: hue angle of 358.3º 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 #DD7376 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 118 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.13 |
| HSL | 358.3º | 0.61% | 0.66% | - |
| HSV(B) | 358.3º | 0.48% | 0.87% | - |
| XYZ | 39.22 | 28.94 | 20.66 | - |
| YUV | 147.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 118 | 0 | 0.48 | 0.47 | 0.13 | 358.3 | 0.61 | 0.66 |
| Hex | DD | 73 | 76 | 0 | 30 | 2F | D | 166 | 3D | 42 |
| Octal | 335 | 163 | 166 | 0 | 60 | 57 | 15 | 546 | 75 | 102 |
| Binary | 11011101 | 1110011 | 1110110 | 0 | 110000 | 101111 | 1101 | 101100110 | 111101 | 1000010 |
Color Harmonies of #DD7376
Complementary color
Monochromatic Colors of #DD7376
Black with #DD7376
Text Example
Text Example
White with #DD7376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7376; }
p { color: rgb(221,115,118); }
H1.HeaderClassName
{
color: #DD7376;
}
.AnyTagClassName
{
color: #DD7376;
}
</style>
background-color css
<style>
a { background-color: #DD7376; }
a { background-color: rgb(221,115,118); }
div.DivClassName
{
background-color: #DD7376;
}
.BgClassName
{
background-color: #DD7376;
}
</style>
border-color css
<style>
span { border-color: #DD7376; }
span { border-color: rgb(221,115,118); }
td.TdClassName
{
border-color: #DD7376;
}
.TagClassName
{
border-color: #DD7376;
}
</style>