Shades of Froly #D5687A
Tints of Froly #D5687A
RGB
CMYK
RGB Variations
Color information
#D5687A (or 0xD5687A) is known color: Froly. HEX triplet: D5, 68 and 7A. RGB value is (213,104,122). Sum of RGB (Red+Green+Blue) = 213+104+122=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5687A is #2A9785. Grayscale: #8A8A8A. Windows color (decimal): -2791302 or 8022229. OLE color: 8022229.
HSL color Cylindrical-coordinate representation of color #D5687A: hue angle of 350.09º 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 #D5687A is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 122 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.16 |
| HSL | 350.09º | 0.56% | 0.62% | - |
| HSV(B) | 350.09º | 0.51% | 0.84% | - |
| XYZ | 35.9 | 25.45 | 21.43 | - |
| YUV | 138.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 122 | 0 | 0.51 | 0.43 | 0.16 | 350.09 | 0.56 | 0.62 |
| Hex | D5 | 68 | 7A | 0 | 33 | 2B | 10 | 15E | 38 | 3E |
| Octal | 325 | 150 | 172 | 0 | 63 | 53 | 20 | 536 | 70 | 76 |
| Binary | 11010101 | 1101000 | 1111010 | 0 | 110011 | 101011 | 10000 | 101011110 | 111000 | 111110 |
Color Harmonies of #D5687A
Complementary color
Monochromatic Colors of #D5687A
Black with #D5687A
Text Example
Text Example
White with #D5687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5687A; }
p { color: rgb(213,104,122); }
H1.HeaderClassName
{
color: #D5687A;
}
.AnyTagClassName
{
color: #D5687A;
}
</style>
background-color css
<style>
a { background-color: #D5687A; }
a { background-color: rgb(213,104,122); }
div.DivClassName
{
background-color: #D5687A;
}
.BgClassName
{
background-color: #D5687A;
}
</style>
border-color css
<style>
span { border-color: #D5687A; }
span { border-color: rgb(213,104,122); }
td.TdClassName
{
border-color: #D5687A;
}
.TagClassName
{
border-color: #D5687A;
}
</style>