Shades of Froly #D5696F
Tints of Froly #D5696F
RGB
CMYK
RGB Variations
Color information
#D5696F (or 0xD5696F) is known color: Froly. HEX triplet: D5, 69 and 6F. RGB value is (213,105,111). Sum of RGB (Red+Green+Blue) = 213+105+111=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5696F is #2A9690. Grayscale: #8A8A8A. Windows color (decimal): -2791057 or 7301589. OLE color: 7301589.
HSL color Cylindrical-coordinate representation of color #D5696F: hue angle of 356.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5696F is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 111 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.16 |
| HSL | 356.67º | 0.56% | 0.62% | - |
| HSV(B) | 356.67º | 0.51% | 0.84% | - |
| XYZ | 35.36 | 25.4 | 18.08 | - |
| YUV | 137.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 111 | 0 | 0.51 | 0.48 | 0.16 | 356.67 | 0.56 | 0.62 |
| Hex | D5 | 69 | 6F | 0 | 33 | 30 | 10 | 165 | 38 | 3E |
| Octal | 325 | 151 | 157 | 0 | 63 | 60 | 20 | 545 | 70 | 76 |
| Binary | 11010101 | 1101001 | 1101111 | 0 | 110011 | 110000 | 10000 | 101100101 | 111000 | 111110 |
Color Harmonies of #D5696F
Complementary color
Monochromatic Colors of #D5696F
Black with #D5696F
Text Example
Text Example
White with #D5696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5696F; }
p { color: rgb(213,105,111); }
H1.HeaderClassName
{
color: #D5696F;
}
.AnyTagClassName
{
color: #D5696F;
}
</style>
background-color css
<style>
a { background-color: #D5696F; }
a { background-color: rgb(213,105,111); }
div.DivClassName
{
background-color: #D5696F;
}
.BgClassName
{
background-color: #D5696F;
}
</style>
border-color css
<style>
span { border-color: #D5696F; }
span { border-color: rgb(213,105,111); }
td.TdClassName
{
border-color: #D5696F;
}
.TagClassName
{
border-color: #D5696F;
}
</style>