Shades of Froly #D5737C
Tints of Froly #D5737C
RGB
CMYK
RGB Variations
Color information
#D5737C (or 0xD5737C) is known color: Froly. HEX triplet: D5, 73 and 7C. RGB value is (213,115,124). Sum of RGB (Red+Green+Blue) = 213+115+124=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5737C is #2A8C83. Grayscale: #919191. Windows color (decimal): -2788484 or 8156117. OLE color: 8156117.
HSL color Cylindrical-coordinate representation of color #D5737C: hue angle of 354.49º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5737C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 124 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.16 |
| HSL | 354.49º | 0.54% | 0.64% | - |
| HSV(B) | 354.49º | 0.46% | 0.84% | - |
| XYZ | 37.21 | 27.86 | 22.49 | - |
| YUV | 145.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 124 | 0 | 0.46 | 0.42 | 0.16 | 354.49 | 0.54 | 0.64 |
| Hex | D5 | 73 | 7C | 0 | 2E | 2A | 10 | 162 | 36 | 40 |
| Octal | 325 | 163 | 174 | 0 | 56 | 52 | 20 | 542 | 66 | 100 |
| Binary | 11010101 | 1110011 | 1111100 | 0 | 101110 | 101010 | 10000 | 101100010 | 110110 | 1000000 |
Color Harmonies of #D5737C
Complementary color
Monochromatic Colors of #D5737C
Black with #D5737C
Text Example
Text Example
White with #D5737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5737C; }
p { color: rgb(213,115,124); }
H1.HeaderClassName
{
color: #D5737C;
}
.AnyTagClassName
{
color: #D5737C;
}
</style>
background-color css
<style>
a { background-color: #D5737C; }
a { background-color: rgb(213,115,124); }
div.DivClassName
{
background-color: #D5737C;
}
.BgClassName
{
background-color: #D5737C;
}
</style>
border-color css
<style>
span { border-color: #D5737C; }
span { border-color: rgb(213,115,124); }
td.TdClassName
{
border-color: #D5737C;
}
.TagClassName
{
border-color: #D5737C;
}
</style>