Shades of Froly #DE6C77
Tints of Froly #DE6C77
RGB
CMYK
RGB Variations
Color information
#DE6C77 (or 0xDE6C77) is known color: Froly. HEX triplet: DE, 6C and 77. RGB value is (222,108,119). Sum of RGB (Red+Green+Blue) = 222+108+119=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6C77 is #219388. Grayscale: #8F8F8F. Windows color (decimal): -2200457 or 7826654. OLE color: 7826654.
HSL color Cylindrical-coordinate representation of color #DE6C77: hue angle of 354.21º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE6C77 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 119 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.13 |
| HSL | 354.21º | 0.63% | 0.65% | - |
| HSV(B) | 354.21º | 0.51% | 0.87% | - |
| XYZ | 38.82 | 27.59 | 20.73 | - |
| YUV | 143.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 119 | 0 | 0.51 | 0.46 | 0.13 | 354.21 | 0.63 | 0.65 |
| Hex | DE | 6C | 77 | 0 | 33 | 2E | D | 162 | 3F | 41 |
| Octal | 336 | 154 | 167 | 0 | 63 | 56 | 15 | 542 | 77 | 101 |
| Binary | 11011110 | 1101100 | 1110111 | 0 | 110011 | 101110 | 1101 | 101100010 | 111111 | 1000001 |
Color Harmonies of #DE6C77
Complementary color
Monochromatic Colors of #DE6C77
Black with #DE6C77
Text Example
Text Example
White with #DE6C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C77; }
p { color: rgb(222,108,119); }
H1.HeaderClassName
{
color: #DE6C77;
}
.AnyTagClassName
{
color: #DE6C77;
}
</style>
background-color css
<style>
a { background-color: #DE6C77; }
a { background-color: rgb(222,108,119); }
div.DivClassName
{
background-color: #DE6C77;
}
.BgClassName
{
background-color: #DE6C77;
}
</style>
border-color css
<style>
span { border-color: #DE6C77; }
span { border-color: rgb(222,108,119); }
td.TdClassName
{
border-color: #DE6C77;
}
.TagClassName
{
border-color: #DE6C77;
}
</style>