Shades of Froly #DE7B7D
Tints of Froly #DE7B7D
RGB
CMYK
RGB Variations
Color information
#DE7B7D (or 0xDE7B7D) is known color: Froly. HEX triplet: DE, 7B and 7D. RGB value is (222,123,125). Sum of RGB (Red+Green+Blue) = 222+123+125=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B7D is #218482. Grayscale: #989898. Windows color (decimal): -2196611 or 8223710. OLE color: 8223710.
HSL color Cylindrical-coordinate representation of color #DE7B7D: hue angle of 358.79º 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 #DE7B7D is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 125 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.13 |
| HSL | 358.79º | 0.6% | 0.68% | - |
| HSV(B) | 358.79º | 0.45% | 0.87% | - |
| XYZ | 40.91 | 31.18 | 23.26 | - |
| YUV | 152.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 125 | 0 | 0.45 | 0.44 | 0.13 | 358.79 | 0.6 | 0.68 |
| Hex | DE | 7B | 7D | 0 | 2D | 2C | D | 167 | 3C | 44 |
| Octal | 336 | 173 | 175 | 0 | 55 | 54 | 15 | 547 | 74 | 104 |
| Binary | 11011110 | 1111011 | 1111101 | 0 | 101101 | 101100 | 1101 | 101100111 | 111100 | 1000100 |
Color Harmonies of #DE7B7D
Complementary color
Monochromatic Colors of #DE7B7D
Black with #DE7B7D
Text Example
Text Example
White with #DE7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7B7D; }
p { color: rgb(222,123,125); }
H1.HeaderClassName
{
color: #DE7B7D;
}
.AnyTagClassName
{
color: #DE7B7D;
}
</style>
background-color css
<style>
a { background-color: #DE7B7D; }
a { background-color: rgb(222,123,125); }
div.DivClassName
{
background-color: #DE7B7D;
}
.BgClassName
{
background-color: #DE7B7D;
}
</style>
border-color css
<style>
span { border-color: #DE7B7D; }
span { border-color: rgb(222,123,125); }
td.TdClassName
{
border-color: #DE7B7D;
}
.TagClassName
{
border-color: #DE7B7D;
}
</style>