Shades of Froly #D5686B
Tints of Froly #D5686B
RGB
CMYK
RGB Variations
Color information
#D5686B (or 0xD5686B) is known color: Froly. HEX triplet: D5, 68 and 6B. RGB value is (213,104,107). Sum of RGB (Red+Green+Blue) = 213+104+107=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5686B is #2A9794. Grayscale: #898989. Windows color (decimal): -2791317 or 7039189. OLE color: 7039189.
HSL color Cylindrical-coordinate representation of color #D5686B: hue angle of 358.35º 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 #D5686B is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 107 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.16 |
| HSL | 358.35º | 0.56% | 0.62% | - |
| HSV(B) | 358.35º | 0.51% | 0.84% | - |
| XYZ | 35.04 | 25.11 | 16.91 | - |
| YUV | 136.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 107 | 0 | 0.51 | 0.50 | 0.16 | 358.35 | 0.56 | 0.62 |
| Hex | D5 | 68 | 6B | 0 | 33 | 32 | 10 | 166 | 38 | 3E |
| Octal | 325 | 150 | 153 | 0 | 63 | 62 | 20 | 546 | 70 | 76 |
| Binary | 11010101 | 1101000 | 1101011 | 0 | 110011 | 110010 | 10000 | 101100110 | 111000 | 111110 |
Color Harmonies of #D5686B
Complementary color
Monochromatic Colors of #D5686B
Black with #D5686B
Text Example
Text Example
White with #D5686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5686B; }
p { color: rgb(213,104,107); }
H1.HeaderClassName
{
color: #D5686B;
}
.AnyTagClassName
{
color: #D5686B;
}
</style>
background-color css
<style>
a { background-color: #D5686B; }
a { background-color: rgb(213,104,107); }
div.DivClassName
{
background-color: #D5686B;
}
.BgClassName
{
background-color: #D5686B;
}
</style>
border-color css
<style>
span { border-color: #D5686B; }
span { border-color: rgb(213,104,107); }
td.TdClassName
{
border-color: #D5686B;
}
.TagClassName
{
border-color: #D5686B;
}
</style>