Shades of Froly #D4717C
Tints of Froly #D4717C
RGB
CMYK
RGB Variations
Color information
#D4717C (or 0xD4717C) is known color: Froly. HEX triplet: D4, 71 and 7C. RGB value is (212,113,124). Sum of RGB (Red+Green+Blue) = 212+113+124=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4717C is #2B8E83. Grayscale: #8F8F8F. Windows color (decimal): -2854532 or 8155604. OLE color: 8155604.
HSL color Cylindrical-coordinate representation of color #D4717C: hue angle of 353.33º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4717C is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 124 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.17 |
| HSL | 353.33º | 0.54% | 0.64% | - |
| HSV(B) | 353.33º | 0.47% | 0.83% | - |
| XYZ | 36.69 | 27.26 | 22.4 | - |
| YUV | 143.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 124 | 0 | 0.47 | 0.42 | 0.17 | 353.33 | 0.54 | 0.64 |
| Hex | D4 | 71 | 7C | 0 | 2F | 2A | 11 | 161 | 36 | 40 |
| Octal | 324 | 161 | 174 | 0 | 57 | 52 | 21 | 541 | 66 | 100 |
| Binary | 11010100 | 1110001 | 1111100 | 0 | 101111 | 101010 | 10001 | 101100001 | 110110 | 1000000 |
Color Harmonies of #D4717C
Complementary color
Monochromatic Colors of #D4717C
Black with #D4717C
Text Example
Text Example
White with #D4717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4717C; }
p { color: rgb(212,113,124); }
H1.HeaderClassName
{
color: #D4717C;
}
.AnyTagClassName
{
color: #D4717C;
}
</style>
background-color css
<style>
a { background-color: #D4717C; }
a { background-color: rgb(212,113,124); }
div.DivClassName
{
background-color: #D4717C;
}
.BgClassName
{
background-color: #D4717C;
}
</style>
border-color css
<style>
span { border-color: #D4717C; }
span { border-color: rgb(212,113,124); }
td.TdClassName
{
border-color: #D4717C;
}
.TagClassName
{
border-color: #D4717C;
}
</style>