Shades of Froly #DE7A7D
Tints of Froly #DE7A7D
RGB
CMYK
RGB Variations
Color information
#DE7A7D (or 0xDE7A7D) is known color: Froly. HEX triplet: DE, 7A and 7D. RGB value is (222,122,125). Sum of RGB (Red+Green+Blue) = 222+122+125=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A7D is #218582. Grayscale: #989898. Windows color (decimal): -2196867 or 8223454. OLE color: 8223454.
HSL color Cylindrical-coordinate representation of color #DE7A7D: hue angle of 358.2º 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 #DE7A7D is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 125 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.13 |
| HSL | 358.2º | 0.6% | 0.67% | - |
| HSV(B) | 358.2º | 0.45% | 0.87% | - |
| XYZ | 40.79 | 30.93 | 23.22 | - |
| YUV | 152.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 125 | 0 | 0.45 | 0.44 | 0.13 | 358.2 | 0.6 | 0.67 |
| Hex | DE | 7A | 7D | 0 | 2D | 2C | D | 166 | 3C | 43 |
| Octal | 336 | 172 | 175 | 0 | 55 | 54 | 15 | 546 | 74 | 103 |
| Binary | 11011110 | 1111010 | 1111101 | 0 | 101101 | 101100 | 1101 | 101100110 | 111100 | 1000011 |
Color Harmonies of #DE7A7D
Complementary color
Monochromatic Colors of #DE7A7D
Black with #DE7A7D
Text Example
Text Example
White with #DE7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A7D; }
p { color: rgb(222,122,125); }
H1.HeaderClassName
{
color: #DE7A7D;
}
.AnyTagClassName
{
color: #DE7A7D;
}
</style>
background-color css
<style>
a { background-color: #DE7A7D; }
a { background-color: rgb(222,122,125); }
div.DivClassName
{
background-color: #DE7A7D;
}
.BgClassName
{
background-color: #DE7A7D;
}
</style>
border-color css
<style>
span { border-color: #DE7A7D; }
span { border-color: rgb(222,122,125); }
td.TdClassName
{
border-color: #DE7A7D;
}
.TagClassName
{
border-color: #DE7A7D;
}
</style>