Shades of Froly #DF6876
Tints of Froly #DF6876
RGB
CMYK
RGB Variations
Color information
#DF6876 (or 0xDF6876) is known color: Froly. HEX triplet: DF, 68 and 76. RGB value is (223,104,118). Sum of RGB (Red+Green+Blue) = 223+104+118=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6876 is #209789. Grayscale: #8D8D8D. Windows color (decimal): -2135946 or 7760095. OLE color: 7760095.
HSL color Cylindrical-coordinate representation of color #DF6876: hue angle of 352.94º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6876 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 118 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.13 |
| HSL | 352.94º | 0.65% | 0.64% | - |
| HSV(B) | 352.94º | 0.53% | 0.87% | - |
| XYZ | 38.65 | 26.9 | 20.29 | - |
| YUV | 141.18 | 114.92 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 118 | 0 | 0.53 | 0.47 | 0.13 | 352.94 | 0.65 | 0.64 |
| Hex | DF | 68 | 76 | 0 | 35 | 2F | D | 161 | 41 | 40 |
| Octal | 337 | 150 | 166 | 0 | 65 | 57 | 15 | 541 | 101 | 100 |
| Binary | 11011111 | 1101000 | 1110110 | 0 | 110101 | 101111 | 1101 | 101100001 | 1000001 | 1000000 |
Color Harmonies of #DF6876
Complementary color
Monochromatic Colors of #DF6876
Black with #DF6876
Text Example
Text Example
White with #DF6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6876; }
p { color: rgb(223,104,118); }
H1.HeaderClassName
{
color: #DF6876;
}
.AnyTagClassName
{
color: #DF6876;
}
</style>
background-color css
<style>
a { background-color: #DF6876; }
a { background-color: rgb(223,104,118); }
div.DivClassName
{
background-color: #DF6876;
}
.BgClassName
{
background-color: #DF6876;
}
</style>
border-color css
<style>
span { border-color: #DF6876; }
span { border-color: rgb(223,104,118); }
td.TdClassName
{
border-color: #DF6876;
}
.TagClassName
{
border-color: #DF6876;
}
</style>