Shades of Froly #D5757B
Tints of Froly #D5757B
RGB
CMYK
RGB Variations
Color information
#D5757B (or 0xD5757B) is known color: Froly. HEX triplet: D5, 75 and 7B. RGB value is (213,117,123). Sum of RGB (Red+Green+Blue) = 213+117+123=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5757B is #2A8A84. Grayscale: #929292. Windows color (decimal): -2787973 or 8091093. OLE color: 8091093.
HSL color Cylindrical-coordinate representation of color #D5757B: hue angle of 356.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5757B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 123 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.16 |
| HSL | 356.25º | 0.53% | 0.65% | - |
| HSV(B) | 356.25º | 0.45% | 0.84% | - |
| XYZ | 37.38 | 28.3 | 22.23 | - |
| YUV | 146.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 123 | 0 | 0.45 | 0.42 | 0.16 | 356.25 | 0.53 | 0.65 |
| Hex | D5 | 75 | 7B | 0 | 2D | 2A | 10 | 164 | 35 | 41 |
| Octal | 325 | 165 | 173 | 0 | 55 | 52 | 20 | 544 | 65 | 101 |
| Binary | 11010101 | 1110101 | 1111011 | 0 | 101101 | 101010 | 10000 | 101100100 | 110101 | 1000001 |
Color Harmonies of #D5757B
Complementary color
Monochromatic Colors of #D5757B
Black with #D5757B
Text Example
Text Example
White with #D5757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5757B; }
p { color: rgb(213,117,123); }
H1.HeaderClassName
{
color: #D5757B;
}
.AnyTagClassName
{
color: #D5757B;
}
</style>
background-color css
<style>
a { background-color: #D5757B; }
a { background-color: rgb(213,117,123); }
div.DivClassName
{
background-color: #D5757B;
}
.BgClassName
{
background-color: #D5757B;
}
</style>
border-color css
<style>
span { border-color: #D5757B; }
span { border-color: rgb(213,117,123); }
td.TdClassName
{
border-color: #D5757B;
}
.TagClassName
{
border-color: #D5757B;
}
</style>