Shades of Froly #DF6572
Tints of Froly #DF6572
RGB
CMYK
RGB Variations
Color information
#DF6572 (or 0xDF6572) is known color: Froly. HEX triplet: DF, 65 and 72. RGB value is (223,101,114). Sum of RGB (Red+Green+Blue) = 223+101+114=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6572 is #209A8D. Grayscale: #8B8B8B. Windows color (decimal): -2136718 or 7497183. OLE color: 7497183.
HSL color Cylindrical-coordinate representation of color #DF6572: hue angle of 353.61º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6572 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 114 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.13 |
| HSL | 353.61º | 0.66% | 0.64% | - |
| HSV(B) | 353.61º | 0.55% | 0.87% | - |
| XYZ | 38.12 | 26.21 | 18.97 | - |
| YUV | 138.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 114 | 0 | 0.55 | 0.49 | 0.13 | 353.61 | 0.66 | 0.64 |
| Hex | DF | 65 | 72 | 0 | 37 | 31 | D | 162 | 42 | 40 |
| Octal | 337 | 145 | 162 | 0 | 67 | 61 | 15 | 542 | 102 | 100 |
| Binary | 11011111 | 1100101 | 1110010 | 0 | 110111 | 110001 | 1101 | 101100010 | 1000010 | 1000000 |
Color Harmonies of #DF6572
Complementary color
Monochromatic Colors of #DF6572
Black with #DF6572
Text Example
Text Example
White with #DF6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6572; }
p { color: rgb(223,101,114); }
H1.HeaderClassName
{
color: #DF6572;
}
.AnyTagClassName
{
color: #DF6572;
}
</style>
background-color css
<style>
a { background-color: #DF6572; }
a { background-color: rgb(223,101,114); }
div.DivClassName
{
background-color: #DF6572;
}
.BgClassName
{
background-color: #DF6572;
}
</style>
border-color css
<style>
span { border-color: #DF6572; }
span { border-color: rgb(223,101,114); }
td.TdClassName
{
border-color: #DF6572;
}
.TagClassName
{
border-color: #DF6572;
}
</style>