Shades of Froly #DD7275
Tints of Froly #DD7275
RGB
CMYK
RGB Variations
Color information
#DD7275 (or 0xDD7275) is known color: Froly. HEX triplet: DD, 72 and 75. RGB value is (221,114,117). Sum of RGB (Red+Green+Blue) = 221+114+117=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7275 is #228D8A. Grayscale: #929292. Windows color (decimal): -2264459 or 7697117. OLE color: 7697117.
HSL color Cylindrical-coordinate representation of color #DD7275: hue angle of 358.32º 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 #DD7275 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 117 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.13 |
| HSL | 358.32º | 0.61% | 0.66% | - |
| HSV(B) | 358.32º | 0.48% | 0.87% | - |
| XYZ | 39.05 | 28.69 | 20.31 | - |
| YUV | 146.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 117 | 0 | 0.48 | 0.47 | 0.13 | 358.32 | 0.61 | 0.66 |
| Hex | DD | 72 | 75 | 0 | 30 | 2F | D | 166 | 3D | 42 |
| Octal | 335 | 162 | 165 | 0 | 60 | 57 | 15 | 546 | 75 | 102 |
| Binary | 11011101 | 1110010 | 1110101 | 0 | 110000 | 101111 | 1101 | 101100110 | 111101 | 1000010 |
Color Harmonies of #DD7275
Complementary color
Monochromatic Colors of #DD7275
Black with #DD7275
Text Example
Text Example
White with #DD7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7275; }
p { color: rgb(221,114,117); }
H1.HeaderClassName
{
color: #DD7275;
}
.AnyTagClassName
{
color: #DD7275;
}
</style>
background-color css
<style>
a { background-color: #DD7275; }
a { background-color: rgb(221,114,117); }
div.DivClassName
{
background-color: #DD7275;
}
.BgClassName
{
background-color: #DD7275;
}
</style>
border-color css
<style>
span { border-color: #DD7275; }
span { border-color: rgb(221,114,117); }
td.TdClassName
{
border-color: #DD7275;
}
.TagClassName
{
border-color: #DD7275;
}
</style>