Shades of Froly #DF6472
Tints of Froly #DF6472
RGB
CMYK
RGB Variations
Color information
#DF6472 (or 0xDF6472) is known color: Froly. HEX triplet: DF, 64 and 72. RGB value is (223,100,114). Sum of RGB (Red+Green+Blue) = 223+100+114=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6472 is #209B8D. Grayscale: #8A8A8A. Windows color (decimal): -2136974 or 7496927. OLE color: 7496927.
HSL color Cylindrical-coordinate representation of color #DF6472: hue angle of 353.17º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6472 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 114 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.13 |
| HSL | 353.17º | 0.66% | 0.63% | - |
| HSV(B) | 353.17º | 0.55% | 0.87% | - |
| XYZ | 38.03 | 26.02 | 18.94 | - |
| YUV | 138.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 114 | 0 | 0.55 | 0.49 | 0.13 | 353.17 | 0.66 | 0.63 |
| Hex | DF | 64 | 72 | 0 | 37 | 31 | D | 161 | 42 | 3F |
| Octal | 337 | 144 | 162 | 0 | 67 | 61 | 15 | 541 | 102 | 77 |
| Binary | 11011111 | 1100100 | 1110010 | 0 | 110111 | 110001 | 1101 | 101100001 | 1000010 | 111111 |
Color Harmonies of #DF6472
Complementary color
Monochromatic Colors of #DF6472
Black with #DF6472
Text Example
Text Example
White with #DF6472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6472; }
p { color: rgb(223,100,114); }
H1.HeaderClassName
{
color: #DF6472;
}
.AnyTagClassName
{
color: #DF6472;
}
</style>
background-color css
<style>
a { background-color: #DF6472; }
a { background-color: rgb(223,100,114); }
div.DivClassName
{
background-color: #DF6472;
}
.BgClassName
{
background-color: #DF6472;
}
</style>
border-color css
<style>
span { border-color: #DF6472; }
span { border-color: rgb(223,100,114); }
td.TdClassName
{
border-color: #DF6472;
}
.TagClassName
{
border-color: #DF6472;
}
</style>