Shades of Froly #D5787D
Tints of Froly #D5787D
RGB
CMYK
RGB Variations
Color information
#D5787D (or 0xD5787D) is known color: Froly. HEX triplet: D5, 78 and 7D. RGB value is (213,120,125). Sum of RGB (Red+Green+Blue) = 213+120+125=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5787D is #2A8782. Grayscale: #949494. Windows color (decimal): -2787203 or 8222933. OLE color: 8222933.
HSL color Cylindrical-coordinate representation of color #D5787D: hue angle of 356.77º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5787D is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 125 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.16 |
| HSL | 356.77º | 0.53% | 0.65% | - |
| HSV(B) | 356.77º | 0.44% | 0.84% | - |
| XYZ | 37.86 | 29.06 | 23.02 | - |
| YUV | 148.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 125 | 0 | 0.44 | 0.41 | 0.16 | 356.77 | 0.53 | 0.65 |
| Hex | D5 | 78 | 7D | 0 | 2C | 29 | 10 | 165 | 35 | 41 |
| Octal | 325 | 170 | 175 | 0 | 54 | 51 | 20 | 545 | 65 | 101 |
| Binary | 11010101 | 1111000 | 1111101 | 0 | 101100 | 101001 | 10000 | 101100101 | 110101 | 1000001 |
Color Harmonies of #D5787D
Complementary color
Monochromatic Colors of #D5787D
Black with #D5787D
Text Example
Text Example
White with #D5787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5787D; }
p { color: rgb(213,120,125); }
H1.HeaderClassName
{
color: #D5787D;
}
.AnyTagClassName
{
color: #D5787D;
}
</style>
background-color css
<style>
a { background-color: #D5787D; }
a { background-color: rgb(213,120,125); }
div.DivClassName
{
background-color: #D5787D;
}
.BgClassName
{
background-color: #D5787D;
}
</style>
border-color css
<style>
span { border-color: #D5787D; }
span { border-color: rgb(213,120,125); }
td.TdClassName
{
border-color: #D5787D;
}
.TagClassName
{
border-color: #D5787D;
}
</style>