Shades of Froly #DF7275
Tints of Froly #DF7275
RGB
CMYK
RGB Variations
Color information
#DF7275 (or 0xDF7275) is known color: Froly. HEX triplet: DF, 72 and 75. RGB value is (223,114,117). Sum of RGB (Red+Green+Blue) = 223+114+117=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7275 is #208D8A. Grayscale: #939393. Windows color (decimal): -2133387 or 7697119. OLE color: 7697119.
HSL color Cylindrical-coordinate representation of color #DF7275: hue angle of 358.35º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7275 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 117 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.13 |
| HSL | 358.35º | 0.63% | 0.66% | - |
| HSV(B) | 358.35º | 0.49% | 0.87% | - |
| XYZ | 39.66 | 29.01 | 20.34 | - |
| YUV | 146.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 117 | 0 | 0.49 | 0.48 | 0.13 | 358.35 | 0.63 | 0.66 |
| Hex | DF | 72 | 75 | 0 | 31 | 30 | D | 166 | 3F | 42 |
| Octal | 337 | 162 | 165 | 0 | 61 | 60 | 15 | 546 | 77 | 102 |
| Binary | 11011111 | 1110010 | 1110101 | 0 | 110001 | 110000 | 1101 | 101100110 | 111111 | 1000010 |
Color Harmonies of #DF7275
Complementary color
Monochromatic Colors of #DF7275
Black with #DF7275
Text Example
Text Example
White with #DF7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7275; }
p { color: rgb(223,114,117); }
H1.HeaderClassName
{
color: #DF7275;
}
.AnyTagClassName
{
color: #DF7275;
}
</style>
background-color css
<style>
a { background-color: #DF7275; }
a { background-color: rgb(223,114,117); }
div.DivClassName
{
background-color: #DF7275;
}
.BgClassName
{
background-color: #DF7275;
}
</style>
border-color css
<style>
span { border-color: #DF7275; }
span { border-color: rgb(223,114,117); }
td.TdClassName
{
border-color: #DF7275;
}
.TagClassName
{
border-color: #DF7275;
}
</style>