Shades of Froly #D8757E
Tints of Froly #D8757E
RGB
CMYK
RGB Variations
Color information
#D8757E (or 0xD8757E) is known color: Froly. HEX triplet: D8, 75 and 7E. RGB value is (216,117,126). Sum of RGB (Red+Green+Blue) = 216+117+126=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8757E is #278A81. Grayscale: #939393. Windows color (decimal): -2591362 or 8287704. OLE color: 8287704.
HSL color Cylindrical-coordinate representation of color #D8757E: hue angle of 354.55º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8757E is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 126 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.15 |
| HSL | 354.55º | 0.56% | 0.65% | - |
| HSV(B) | 354.55º | 0.46% | 0.85% | - |
| XYZ | 38.45 | 28.83 | 23.28 | - |
| YUV | 147.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 126 | 0 | 0.46 | 0.42 | 0.15 | 354.55 | 0.56 | 0.65 |
| Hex | D8 | 75 | 7E | 0 | 2E | 2A | F | 163 | 38 | 41 |
| Octal | 330 | 165 | 176 | 0 | 56 | 52 | 17 | 543 | 70 | 101 |
| Binary | 11011000 | 1110101 | 1111110 | 0 | 101110 | 101010 | 1111 | 101100011 | 111000 | 1000001 |
Color Harmonies of #D8757E
Complementary color
Monochromatic Colors of #D8757E
Black with #D8757E
Text Example
Text Example
White with #D8757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8757E; }
p { color: rgb(216,117,126); }
H1.HeaderClassName
{
color: #D8757E;
}
.AnyTagClassName
{
color: #D8757E;
}
</style>
background-color css
<style>
a { background-color: #D8757E; }
a { background-color: rgb(216,117,126); }
div.DivClassName
{
background-color: #D8757E;
}
.BgClassName
{
background-color: #D8757E;
}
</style>
border-color css
<style>
span { border-color: #D8757E; }
span { border-color: rgb(216,117,126); }
td.TdClassName
{
border-color: #D8757E;
}
.TagClassName
{
border-color: #D8757E;
}
</style>