Shades of Froly #D8697A
Tints of Froly #D8697A
RGB
CMYK
RGB Variations
Color information
#D8697A (or 0xD8697A) is known color: Froly. HEX triplet: D8, 69 and 7A. RGB value is (216,105,122). Sum of RGB (Red+Green+Blue) = 216+105+122=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8697A is #279685. Grayscale: #8C8C8C. Windows color (decimal): -2594438 or 8022488. OLE color: 8022488.
HSL color Cylindrical-coordinate representation of color #D8697A: hue angle of 350.81º 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 #D8697A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 122 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.15 |
| HSL | 350.81º | 0.59% | 0.63% | - |
| HSV(B) | 350.81º | 0.51% | 0.85% | - |
| XYZ | 36.88 | 26.11 | 21.51 | - |
| YUV | 140.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 122 | 0 | 0.51 | 0.44 | 0.15 | 350.81 | 0.59 | 0.63 |
| Hex | D8 | 69 | 7A | 0 | 33 | 2C | F | 15F | 3B | 3F |
| Octal | 330 | 151 | 172 | 0 | 63 | 54 | 17 | 537 | 73 | 77 |
| Binary | 11011000 | 1101001 | 1111010 | 0 | 110011 | 101100 | 1111 | 101011111 | 111011 | 111111 |
Color Harmonies of #D8697A
Complementary color
Monochromatic Colors of #D8697A
Black with #D8697A
Text Example
Text Example
White with #D8697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8697A; }
p { color: rgb(216,105,122); }
H1.HeaderClassName
{
color: #D8697A;
}
.AnyTagClassName
{
color: #D8697A;
}
</style>
background-color css
<style>
a { background-color: #D8697A; }
a { background-color: rgb(216,105,122); }
div.DivClassName
{
background-color: #D8697A;
}
.BgClassName
{
background-color: #D8697A;
}
</style>
border-color css
<style>
span { border-color: #D8697A; }
span { border-color: rgb(216,105,122); }
td.TdClassName
{
border-color: #D8697A;
}
.TagClassName
{
border-color: #D8697A;
}
</style>