Shades of Froly #DE7A7B
Tints of Froly #DE7A7B
RGB
CMYK
RGB Variations
Color information
#DE7A7B (or 0xDE7A7B) is known color: Froly. HEX triplet: DE, 7A and 7B. RGB value is (222,122,123). Sum of RGB (Red+Green+Blue) = 222+122+123=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A7B is #218584. Grayscale: #989898. Windows color (decimal): -2196869 or 8092382. OLE color: 8092382.
HSL color Cylindrical-coordinate representation of color #DE7A7B: hue angle of 359.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7A7B is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 123 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.13 |
| HSL | 359.4º | 0.6% | 0.67% | - |
| HSV(B) | 359.4º | 0.45% | 0.87% | - |
| XYZ | 40.66 | 30.88 | 22.56 | - |
| YUV | 152.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 123 | 0 | 0.45 | 0.45 | 0.13 | 359.4 | 0.6 | 0.67 |
| Hex | DE | 7A | 7B | 0 | 2D | 2D | D | 167 | 3C | 43 |
| Octal | 336 | 172 | 173 | 0 | 55 | 55 | 15 | 547 | 74 | 103 |
| Binary | 11011110 | 1111010 | 1111011 | 0 | 101101 | 101101 | 1101 | 101100111 | 111100 | 1000011 |
Color Harmonies of #DE7A7B
Complementary color
Monochromatic Colors of #DE7A7B
Black with #DE7A7B
Text Example
Text Example
White with #DE7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A7B; }
p { color: rgb(222,122,123); }
H1.HeaderClassName
{
color: #DE7A7B;
}
.AnyTagClassName
{
color: #DE7A7B;
}
</style>
background-color css
<style>
a { background-color: #DE7A7B; }
a { background-color: rgb(222,122,123); }
div.DivClassName
{
background-color: #DE7A7B;
}
.BgClassName
{
background-color: #DE7A7B;
}
</style>
border-color css
<style>
span { border-color: #DE7A7B; }
span { border-color: rgb(222,122,123); }
td.TdClassName
{
border-color: #DE7A7B;
}
.TagClassName
{
border-color: #DE7A7B;
}
</style>