Shades of Froly #DF7B7D
Tints of Froly #DF7B7D
RGB
CMYK
RGB Variations
Color information
#DF7B7D (or 0xDF7B7D) is known color: Froly. HEX triplet: DF, 7B and 7D. RGB value is (223,123,125). Sum of RGB (Red+Green+Blue) = 223+123+125=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B7D is #208482. Grayscale: #999999. Windows color (decimal): -2131075 or 8223711. OLE color: 8223711.
HSL color Cylindrical-coordinate representation of color #DF7B7D: hue angle of 358.8º 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 #DF7B7D is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 125 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.13 |
| HSL | 358.8º | 0.61% | 0.68% | - |
| HSV(B) | 358.8º | 0.45% | 0.87% | - |
| XYZ | 41.22 | 31.33 | 23.28 | - |
| YUV | 153.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 125 | 0 | 0.45 | 0.44 | 0.13 | 358.8 | 0.61 | 0.68 |
| Hex | DF | 7B | 7D | 0 | 2D | 2C | D | 167 | 3D | 44 |
| Octal | 337 | 173 | 175 | 0 | 55 | 54 | 15 | 547 | 75 | 104 |
| Binary | 11011111 | 1111011 | 1111101 | 0 | 101101 | 101100 | 1101 | 101100111 | 111101 | 1000100 |
Color Harmonies of #DF7B7D
Complementary color
Monochromatic Colors of #DF7B7D
Black with #DF7B7D
Text Example
Text Example
White with #DF7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B7D; }
p { color: rgb(223,123,125); }
H1.HeaderClassName
{
color: #DF7B7D;
}
.AnyTagClassName
{
color: #DF7B7D;
}
</style>
background-color css
<style>
a { background-color: #DF7B7D; }
a { background-color: rgb(223,123,125); }
div.DivClassName
{
background-color: #DF7B7D;
}
.BgClassName
{
background-color: #DF7B7D;
}
</style>
border-color css
<style>
span { border-color: #DF7B7D; }
span { border-color: rgb(223,123,125); }
td.TdClassName
{
border-color: #DF7B7D;
}
.TagClassName
{
border-color: #DF7B7D;
}
</style>