Shades of Froly #DE686D
Tints of Froly #DE686D
RGB
CMYK
RGB Variations
Color information
#DE686D (or 0xDE686D) is known color: Froly. HEX triplet: DE, 68 and 6D. RGB value is (222,104,109). Sum of RGB (Red+Green+Blue) = 222+104+109=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE686D is #219792. Grayscale: #8B8B8B. Windows color (decimal): -2201491 or 7170270. OLE color: 7170270.
HSL color Cylindrical-coordinate representation of color #DE686D: hue angle of 357.46º degrees, saturation: 0.64, 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 #DE686D is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 109 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.13 |
| HSL | 357.46º | 0.64% | 0.64% | - |
| HSV(B) | 357.46º | 0.53% | 0.87% | - |
| XYZ | 37.83 | 26.53 | 17.6 | - |
| YUV | 139.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 109 | 0 | 0.53 | 0.51 | 0.13 | 357.46 | 0.64 | 0.64 |
| Hex | DE | 68 | 6D | 0 | 35 | 33 | D | 165 | 40 | 40 |
| Octal | 336 | 150 | 155 | 0 | 65 | 63 | 15 | 545 | 100 | 100 |
| Binary | 11011110 | 1101000 | 1101101 | 0 | 110101 | 110011 | 1101 | 101100101 | 1000000 | 1000000 |
Color Harmonies of #DE686D
Complementary color
Monochromatic Colors of #DE686D
Black with #DE686D
Text Example
Text Example
White with #DE686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE686D; }
p { color: rgb(222,104,109); }
H1.HeaderClassName
{
color: #DE686D;
}
.AnyTagClassName
{
color: #DE686D;
}
</style>
background-color css
<style>
a { background-color: #DE686D; }
a { background-color: rgb(222,104,109); }
div.DivClassName
{
background-color: #DE686D;
}
.BgClassName
{
background-color: #DE686D;
}
</style>
border-color css
<style>
span { border-color: #DE686D; }
span { border-color: rgb(222,104,109); }
td.TdClassName
{
border-color: #DE686D;
}
.TagClassName
{
border-color: #DE686D;
}
</style>