Shades of Froly #D8737E
Tints of Froly #D8737E
RGB
CMYK
RGB Variations
Color information
#D8737E (or 0xD8737E) is known color: Froly. HEX triplet: D8, 73 and 7E. RGB value is (216,115,126). Sum of RGB (Red+Green+Blue) = 216+115+126=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8737E is #278C81. Grayscale: #929292. Windows color (decimal): -2591874 or 8287192. OLE color: 8287192.
HSL color Cylindrical-coordinate representation of color #D8737E: hue angle of 353.47º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8737E is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 126 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.15 |
| HSL | 353.47º | 0.56% | 0.65% | - |
| HSV(B) | 353.47º | 0.47% | 0.85% | - |
| XYZ | 38.22 | 28.37 | 23.2 | - |
| YUV | 146.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 126 | 0 | 0.47 | 0.42 | 0.15 | 353.47 | 0.56 | 0.65 |
| Hex | D8 | 73 | 7E | 0 | 2F | 2A | F | 161 | 38 | 41 |
| Octal | 330 | 163 | 176 | 0 | 57 | 52 | 17 | 541 | 70 | 101 |
| Binary | 11011000 | 1110011 | 1111110 | 0 | 101111 | 101010 | 1111 | 101100001 | 111000 | 1000001 |
Color Harmonies of #D8737E
Complementary color
Monochromatic Colors of #D8737E
Black with #D8737E
Text Example
Text Example
White with #D8737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8737E; }
p { color: rgb(216,115,126); }
H1.HeaderClassName
{
color: #D8737E;
}
.AnyTagClassName
{
color: #D8737E;
}
</style>
background-color css
<style>
a { background-color: #D8737E; }
a { background-color: rgb(216,115,126); }
div.DivClassName
{
background-color: #D8737E;
}
.BgClassName
{
background-color: #D8737E;
}
</style>
border-color css
<style>
span { border-color: #D8737E; }
span { border-color: rgb(216,115,126); }
td.TdClassName
{
border-color: #D8737E;
}
.TagClassName
{
border-color: #D8737E;
}
</style>