Shades of Froly #DE747E
Tints of Froly #DE747E
RGB
CMYK
RGB Variations
Color information
#DE747E (or 0xDE747E) is known color: Froly. HEX triplet: DE, 74 and 7E. RGB value is (222,116,126). Sum of RGB (Red+Green+Blue) = 222+116+126=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE747E is #218B81. Grayscale: #949494. Windows color (decimal): -2198402 or 8287454. OLE color: 8287454.
HSL color Cylindrical-coordinate representation of color #DE747E: hue angle of 354.34º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE747E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 116 | 126 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.13 |
| HSL | 354.34º | 0.62% | 0.66% | - |
| HSV(B) | 354.34º | 0.48% | 0.87% | - |
| XYZ | 40.14 | 29.53 | 23.32 | - |
| YUV | 148.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 116 | 126 | 0 | 0.48 | 0.43 | 0.13 | 354.34 | 0.62 | 0.66 |
| Hex | DE | 74 | 7E | 0 | 30 | 2B | D | 162 | 3E | 42 |
| Octal | 336 | 164 | 176 | 0 | 60 | 53 | 15 | 542 | 76 | 102 |
| Binary | 11011110 | 1110100 | 1111110 | 0 | 110000 | 101011 | 1101 | 101100010 | 111110 | 1000010 |
Color Harmonies of #DE747E
Complementary color
Monochromatic Colors of #DE747E
Black with #DE747E
Text Example
Text Example
White with #DE747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE747E; }
p { color: rgb(222,116,126); }
H1.HeaderClassName
{
color: #DE747E;
}
.AnyTagClassName
{
color: #DE747E;
}
</style>
background-color css
<style>
a { background-color: #DE747E; }
a { background-color: rgb(222,116,126); }
div.DivClassName
{
background-color: #DE747E;
}
.BgClassName
{
background-color: #DE747E;
}
</style>
border-color css
<style>
span { border-color: #DE747E; }
span { border-color: rgb(222,116,126); }
td.TdClassName
{
border-color: #DE747E;
}
.TagClassName
{
border-color: #DE747E;
}
</style>