Shades of Froly #D8697D
Tints of Froly #D8697D
RGB
CMYK
RGB Variations
Color information
#D8697D (or 0xD8697D) is known color: Froly. HEX triplet: D8, 69 and 7D. RGB value is (216,105,125). Sum of RGB (Red+Green+Blue) = 216+105+125=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8697D is #279682. Grayscale: #8C8C8C. Windows color (decimal): -2594435 or 8219096. OLE color: 8219096.
HSL color Cylindrical-coordinate representation of color #D8697D: hue angle of 349.19º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8697D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 125 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.15 |
| HSL | 349.19º | 0.59% | 0.63% | - |
| HSV(B) | 349.19º | 0.51% | 0.85% | - |
| XYZ | 37.07 | 26.18 | 22.5 | - |
| YUV | 140.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 125 | 0 | 0.51 | 0.42 | 0.15 | 349.19 | 0.59 | 0.63 |
| Hex | D8 | 69 | 7D | 0 | 33 | 2A | F | 15D | 3B | 3F |
| Octal | 330 | 151 | 175 | 0 | 63 | 52 | 17 | 535 | 73 | 77 |
| Binary | 11011000 | 1101001 | 1111101 | 0 | 110011 | 101010 | 1111 | 101011101 | 111011 | 111111 |
Color Harmonies of #D8697D
Complementary color
Monochromatic Colors of #D8697D
Black with #D8697D
Text Example
Text Example
White with #D8697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8697D; }
p { color: rgb(216,105,125); }
H1.HeaderClassName
{
color: #D8697D;
}
.AnyTagClassName
{
color: #D8697D;
}
</style>
background-color css
<style>
a { background-color: #D8697D; }
a { background-color: rgb(216,105,125); }
div.DivClassName
{
background-color: #D8697D;
}
.BgClassName
{
background-color: #D8697D;
}
</style>
border-color css
<style>
span { border-color: #D8697D; }
span { border-color: rgb(216,105,125); }
td.TdClassName
{
border-color: #D8697D;
}
.TagClassName
{
border-color: #D8697D;
}
</style>