Shades of Froly #D8767D
Tints of Froly #D8767D
RGB
CMYK
RGB Variations
Color information
#D8767D (or 0xD8767D) is known color: Froly. HEX triplet: D8, 76 and 7D. RGB value is (216,118,125). Sum of RGB (Red+Green+Blue) = 216+118+125=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8767D is #278982. Grayscale: #949494. Windows color (decimal): -2591107 or 8222424. OLE color: 8222424.
HSL color Cylindrical-coordinate representation of color #D8767D: hue angle of 355.71º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8767D is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 125 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.15 |
| HSL | 355.71º | 0.56% | 0.65% | - |
| HSV(B) | 355.71º | 0.45% | 0.85% | - |
| XYZ | 38.5 | 29.04 | 22.98 | - |
| YUV | 148.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 125 | 0 | 0.45 | 0.42 | 0.15 | 355.71 | 0.56 | 0.65 |
| Hex | D8 | 76 | 7D | 0 | 2D | 2A | F | 164 | 38 | 41 |
| Octal | 330 | 166 | 175 | 0 | 55 | 52 | 17 | 544 | 70 | 101 |
| Binary | 11011000 | 1110110 | 1111101 | 0 | 101101 | 101010 | 1111 | 101100100 | 111000 | 1000001 |
Color Harmonies of #D8767D
Complementary color
Monochromatic Colors of #D8767D
Black with #D8767D
Text Example
Text Example
White with #D8767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8767D; }
p { color: rgb(216,118,125); }
H1.HeaderClassName
{
color: #D8767D;
}
.AnyTagClassName
{
color: #D8767D;
}
</style>
background-color css
<style>
a { background-color: #D8767D; }
a { background-color: rgb(216,118,125); }
div.DivClassName
{
background-color: #D8767D;
}
.BgClassName
{
background-color: #D8767D;
}
</style>
border-color css
<style>
span { border-color: #D8767D; }
span { border-color: rgb(216,118,125); }
td.TdClassName
{
border-color: #D8767D;
}
.TagClassName
{
border-color: #D8767D;
}
</style>