Shades of Froly #DF6371
Tints of Froly #DF6371
RGB
CMYK
RGB Variations
Color information
#DF6371 (or 0xDF6371) is known color: Froly. HEX triplet: DF, 63 and 71. RGB value is (223,99,113). Sum of RGB (Red+Green+Blue) = 223+99+113=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6371 is #209C8E. Grayscale: #898989. Windows color (decimal): -2137231 or 7431135. OLE color: 7431135.
HSL color Cylindrical-coordinate representation of color #DF6371: hue angle of 353.23º 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 #DF6371 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 113 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.13 |
| HSL | 353.23º | 0.66% | 0.63% | - |
| HSV(B) | 353.23º | 0.56% | 0.87% | - |
| XYZ | 37.87 | 25.8 | 18.61 | - |
| YUV | 137.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 113 | 0 | 0.56 | 0.49 | 0.13 | 353.23 | 0.66 | 0.63 |
| Hex | DF | 63 | 71 | 0 | 38 | 31 | D | 161 | 42 | 3F |
| Octal | 337 | 143 | 161 | 0 | 70 | 61 | 15 | 541 | 102 | 77 |
| Binary | 11011111 | 1100011 | 1110001 | 0 | 111000 | 110001 | 1101 | 101100001 | 1000010 | 111111 |
Color Harmonies of #DF6371
Complementary color
Monochromatic Colors of #DF6371
Black with #DF6371
Text Example
Text Example
White with #DF6371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6371; }
p { color: rgb(223,99,113); }
H1.HeaderClassName
{
color: #DF6371;
}
.AnyTagClassName
{
color: #DF6371;
}
</style>
background-color css
<style>
a { background-color: #DF6371; }
a { background-color: rgb(223,99,113); }
div.DivClassName
{
background-color: #DF6371;
}
.BgClassName
{
background-color: #DF6371;
}
</style>
border-color css
<style>
span { border-color: #DF6371; }
span { border-color: rgb(223,99,113); }
td.TdClassName
{
border-color: #DF6371;
}
.TagClassName
{
border-color: #DF6371;
}
</style>