Shades of Froly #DF7A7E
Tints of Froly #DF7A7E
RGB
CMYK
RGB Variations
Color information
#DF7A7E (or 0xDF7A7E) is known color: Froly. HEX triplet: DF, 7A and 7E. RGB value is (223,122,126). Sum of RGB (Red+Green+Blue) = 223+122+126=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A7E is #208581. Grayscale: #989898. Windows color (decimal): -2131330 or 8288991. OLE color: 8288991.
HSL color Cylindrical-coordinate representation of color #DF7A7E: hue angle of 357.62º degrees, saturation: 0.61, 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 #DF7A7E is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 126 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.13 |
| HSL | 357.62º | 0.61% | 0.68% | - |
| HSV(B) | 357.62º | 0.45% | 0.87% | - |
| XYZ | 41.16 | 31.11 | 23.57 | - |
| YUV | 152.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 126 | 0 | 0.45 | 0.43 | 0.13 | 357.62 | 0.61 | 0.68 |
| Hex | DF | 7A | 7E | 0 | 2D | 2B | D | 166 | 3D | 44 |
| Octal | 337 | 172 | 176 | 0 | 55 | 53 | 15 | 546 | 75 | 104 |
| Binary | 11011111 | 1111010 | 1111110 | 0 | 101101 | 101011 | 1101 | 101100110 | 111101 | 1000100 |
Color Harmonies of #DF7A7E
Complementary color
Monochromatic Colors of #DF7A7E
Black with #DF7A7E
Text Example
Text Example
White with #DF7A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A7E; }
p { color: rgb(223,122,126); }
H1.HeaderClassName
{
color: #DF7A7E;
}
.AnyTagClassName
{
color: #DF7A7E;
}
</style>
background-color css
<style>
a { background-color: #DF7A7E; }
a { background-color: rgb(223,122,126); }
div.DivClassName
{
background-color: #DF7A7E;
}
.BgClassName
{
background-color: #DF7A7E;
}
</style>
border-color css
<style>
span { border-color: #DF7A7E; }
span { border-color: rgb(223,122,126); }
td.TdClassName
{
border-color: #DF7A7E;
}
.TagClassName
{
border-color: #DF7A7E;
}
</style>