Shades of Froly #DE7B7F
Tints of Froly #DE7B7F
RGB
CMYK
RGB Variations
Color information
#DE7B7F (or 0xDE7B7F) is known color: Froly. HEX triplet: DE, 7B and 7F. RGB value is (222,123,127). Sum of RGB (Red+Green+Blue) = 222+123+127=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B7F is #218480. Grayscale: #999999. Windows color (decimal): -2196609 or 8354782. OLE color: 8354782.
HSL color Cylindrical-coordinate representation of color #DE7B7F: hue angle of 357.58º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7B7F is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 127 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.13 |
| HSL | 357.58º | 0.6% | 0.68% | - |
| HSV(B) | 357.58º | 0.45% | 0.87% | - |
| XYZ | 41.04 | 31.23 | 23.94 | - |
| YUV | 153.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 127 | 0 | 0.45 | 0.43 | 0.13 | 357.58 | 0.6 | 0.68 |
| Hex | DE | 7B | 7F | 0 | 2D | 2B | D | 166 | 3C | 44 |
| Octal | 336 | 173 | 177 | 0 | 55 | 53 | 15 | 546 | 74 | 104 |
| Binary | 11011110 | 1111011 | 1111111 | 0 | 101101 | 101011 | 1101 | 101100110 | 111100 | 1000100 |
Color Harmonies of #DE7B7F
Complementary color
Monochromatic Colors of #DE7B7F
Black with #DE7B7F
Text Example
Text Example
White with #DE7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7B7F; }
p { color: rgb(222,123,127); }
H1.HeaderClassName
{
color: #DE7B7F;
}
.AnyTagClassName
{
color: #DE7B7F;
}
</style>
background-color css
<style>
a { background-color: #DE7B7F; }
a { background-color: rgb(222,123,127); }
div.DivClassName
{
background-color: #DE7B7F;
}
.BgClassName
{
background-color: #DE7B7F;
}
</style>
border-color css
<style>
span { border-color: #DE7B7F; }
span { border-color: rgb(222,123,127); }
td.TdClassName
{
border-color: #DE7B7F;
}
.TagClassName
{
border-color: #DE7B7F;
}
</style>