Shades of Froly #DE777D
Tints of Froly #DE777D
RGB
CMYK
RGB Variations
Color information
#DE777D (or 0xDE777D) is known color: Froly. HEX triplet: DE, 77 and 7D. RGB value is (222,119,125). Sum of RGB (Red+Green+Blue) = 222+119+125=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE777D is #218882. Grayscale: #969696. Windows color (decimal): -2197635 or 8222686. OLE color: 8222686.
HSL color Cylindrical-coordinate representation of color #DE777D: hue angle of 356.5º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE777D is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 125 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.13 |
| HSL | 356.5º | 0.61% | 0.67% | - |
| HSV(B) | 356.5º | 0.46% | 0.87% | - |
| XYZ | 40.42 | 30.2 | 23.1 | - |
| YUV | 150.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 125 | 0 | 0.46 | 0.44 | 0.13 | 356.5 | 0.61 | 0.67 |
| Hex | DE | 77 | 7D | 0 | 2E | 2C | D | 165 | 3D | 43 |
| Octal | 336 | 167 | 175 | 0 | 56 | 54 | 15 | 545 | 75 | 103 |
| Binary | 11011110 | 1110111 | 1111101 | 0 | 101110 | 101100 | 1101 | 101100101 | 111101 | 1000011 |
Color Harmonies of #DE777D
Complementary color
Monochromatic Colors of #DE777D
Black with #DE777D
Text Example
Text Example
White with #DE777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE777D; }
p { color: rgb(222,119,125); }
H1.HeaderClassName
{
color: #DE777D;
}
.AnyTagClassName
{
color: #DE777D;
}
</style>
background-color css
<style>
a { background-color: #DE777D; }
a { background-color: rgb(222,119,125); }
div.DivClassName
{
background-color: #DE777D;
}
.BgClassName
{
background-color: #DE777D;
}
</style>
border-color css
<style>
span { border-color: #DE777D; }
span { border-color: rgb(222,119,125); }
td.TdClassName
{
border-color: #DE777D;
}
.TagClassName
{
border-color: #DE777D;
}
</style>