Shades of Froly #D8636F
Tints of Froly #D8636F
RGB
CMYK
RGB Variations
Color information
#D8636F (or 0xD8636F) is known color: Froly. HEX triplet: D8, 63 and 6F. RGB value is (216,99,111). Sum of RGB (Red+Green+Blue) = 216+99+111=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8636F is #279C90. Grayscale: #878787. Windows color (decimal): -2595985 or 7300056. OLE color: 7300056.
HSL color Cylindrical-coordinate representation of color #D8636F: hue angle of 353.85º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8636F is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 111 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.15 |
| HSL | 353.85º | 0.6% | 0.62% | - |
| HSV(B) | 353.85º | 0.54% | 0.85% | - |
| XYZ | 35.65 | 24.67 | 17.92 | - |
| YUV | 135.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 111 | 0 | 0.54 | 0.49 | 0.15 | 353.85 | 0.6 | 0.62 |
| Hex | D8 | 63 | 6F | 0 | 36 | 31 | F | 162 | 3C | 3E |
| Octal | 330 | 143 | 157 | 0 | 66 | 61 | 17 | 542 | 74 | 76 |
| Binary | 11011000 | 1100011 | 1101111 | 0 | 110110 | 110001 | 1111 | 101100010 | 111100 | 111110 |
Color Harmonies of #D8636F
Complementary color
Monochromatic Colors of #D8636F
Black with #D8636F
Text Example
Text Example
White with #D8636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8636F; }
p { color: rgb(216,99,111); }
H1.HeaderClassName
{
color: #D8636F;
}
.AnyTagClassName
{
color: #D8636F;
}
</style>
background-color css
<style>
a { background-color: #D8636F; }
a { background-color: rgb(216,99,111); }
div.DivClassName
{
background-color: #D8636F;
}
.BgClassName
{
background-color: #D8636F;
}
</style>
border-color css
<style>
span { border-color: #D8636F; }
span { border-color: rgb(216,99,111); }
td.TdClassName
{
border-color: #D8636F;
}
.TagClassName
{
border-color: #D8636F;
}
</style>