Shades of Froly #DE7E81
Tints of Froly #DE7E81
RGB
CMYK
RGB Variations
Color information
#DE7E81 (or 0xDE7E81) is known color: Froly. HEX triplet: DE, 7E and 81. RGB value is (222,126,129). Sum of RGB (Red+Green+Blue) = 222+126+129=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7E81 is #21817E. Grayscale: #9B9B9B. Windows color (decimal): -2195839 or 8486622. OLE color: 8486622.
HSL color Cylindrical-coordinate representation of color #DE7E81: hue angle of 358.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7E81 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 129 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.13 |
| HSL | 358.13º | 0.59% | 0.68% | - |
| HSV(B) | 358.13º | 0.43% | 0.87% | - |
| XYZ | 41.55 | 32.04 | 24.76 | - |
| YUV | 155.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 129 | 0 | 0.43 | 0.42 | 0.13 | 358.13 | 0.59 | 0.68 |
| Hex | DE | 7E | 81 | 0 | 2B | 2A | D | 166 | 3B | 44 |
| Octal | 336 | 176 | 201 | 0 | 53 | 52 | 15 | 546 | 73 | 104 |
| Binary | 11011110 | 1111110 | 10000001 | 0 | 101011 | 101010 | 1101 | 101100110 | 111011 | 1000100 |
Color Harmonies of #DE7E81
Complementary color
Monochromatic Colors of #DE7E81
Black with #DE7E81
Text Example
Text Example
White with #DE7E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7E81; }
p { color: rgb(222,126,129); }
H1.HeaderClassName
{
color: #DE7E81;
}
.AnyTagClassName
{
color: #DE7E81;
}
</style>
background-color css
<style>
a { background-color: #DE7E81; }
a { background-color: rgb(222,126,129); }
div.DivClassName
{
background-color: #DE7E81;
}
.BgClassName
{
background-color: #DE7E81;
}
</style>
border-color css
<style>
span { border-color: #DE7E81; }
span { border-color: rgb(222,126,129); }
td.TdClassName
{
border-color: #DE7E81;
}
.TagClassName
{
border-color: #DE7E81;
}
</style>