Shades of Froly #DE7B7E
Tints of Froly #DE7B7E
RGB
CMYK
RGB Variations
Color information
#DE7B7E (or 0xDE7B7E) is known color: Froly. HEX triplet: DE, 7B and 7E. RGB value is (222,123,126). Sum of RGB (Red+Green+Blue) = 222+123+126=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B7E is #218481. Grayscale: #999999. Windows color (decimal): -2196610 or 8289246. OLE color: 8289246.
HSL color Cylindrical-coordinate representation of color #DE7B7E: hue angle of 358.18º 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 #DE7B7E is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 126 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.13 |
| HSL | 358.18º | 0.6% | 0.68% | - |
| HSV(B) | 358.18º | 0.45% | 0.87% | - |
| XYZ | 40.97 | 31.2 | 23.6 | - |
| YUV | 152.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 126 | 0 | 0.45 | 0.43 | 0.13 | 358.18 | 0.6 | 0.68 |
| Hex | DE | 7B | 7E | 0 | 2D | 2B | D | 166 | 3C | 44 |
| Octal | 336 | 173 | 176 | 0 | 55 | 53 | 15 | 546 | 74 | 104 |
| Binary | 11011110 | 1111011 | 1111110 | 0 | 101101 | 101011 | 1101 | 101100110 | 111100 | 1000100 |
Color Harmonies of #DE7B7E
Complementary color
Monochromatic Colors of #DE7B7E
Black with #DE7B7E
Text Example
Text Example
White with #DE7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7B7E; }
p { color: rgb(222,123,126); }
H1.HeaderClassName
{
color: #DE7B7E;
}
.AnyTagClassName
{
color: #DE7B7E;
}
</style>
background-color css
<style>
a { background-color: #DE7B7E; }
a { background-color: rgb(222,123,126); }
div.DivClassName
{
background-color: #DE7B7E;
}
.BgClassName
{
background-color: #DE7B7E;
}
</style>
border-color css
<style>
span { border-color: #DE7B7E; }
span { border-color: rgb(222,123,126); }
td.TdClassName
{
border-color: #DE7B7E;
}
.TagClassName
{
border-color: #DE7B7E;
}
</style>