Shades of Froly #DF6272
Tints of Froly #DF6272
RGB
CMYK
RGB Variations
Color information
#DF6272 (or 0xDF6272) is known color: Froly. HEX triplet: DF, 62 and 72. RGB value is (223,98,114). Sum of RGB (Red+Green+Blue) = 223+98+114=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6272 is #209D8D. Grayscale: #898989. Windows color (decimal): -2137486 or 7496415. OLE color: 7496415.
HSL color Cylindrical-coordinate representation of color #DF6272: hue angle of 352.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6272 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 114 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.13 |
| HSL | 352.32º | 0.66% | 0.63% | - |
| HSV(B) | 352.32º | 0.56% | 0.87% | - |
| XYZ | 37.84 | 25.64 | 18.87 | - |
| YUV | 137.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 114 | 0 | 0.56 | 0.49 | 0.13 | 352.32 | 0.66 | 0.63 |
| Hex | DF | 62 | 72 | 0 | 38 | 31 | D | 160 | 42 | 3F |
| Octal | 337 | 142 | 162 | 0 | 70 | 61 | 15 | 540 | 102 | 77 |
| Binary | 11011111 | 1100010 | 1110010 | 0 | 111000 | 110001 | 1101 | 101100000 | 1000010 | 111111 |
Color Harmonies of #DF6272
Complementary color
Monochromatic Colors of #DF6272
Black with #DF6272
Text Example
Text Example
White with #DF6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6272; }
p { color: rgb(223,98,114); }
H1.HeaderClassName
{
color: #DF6272;
}
.AnyTagClassName
{
color: #DF6272;
}
</style>
background-color css
<style>
a { background-color: #DF6272; }
a { background-color: rgb(223,98,114); }
div.DivClassName
{
background-color: #DF6272;
}
.BgClassName
{
background-color: #DF6272;
}
</style>
border-color css
<style>
span { border-color: #DF6272; }
span { border-color: rgb(223,98,114); }
td.TdClassName
{
border-color: #DF6272;
}
.TagClassName
{
border-color: #DF6272;
}
</style>