Shades of Froly #D5757D
Tints of Froly #D5757D
RGB
CMYK
RGB Variations
Color information
#D5757D (or 0xD5757D) is known color: Froly. HEX triplet: D5, 75 and 7D. RGB value is (213,117,125). Sum of RGB (Red+Green+Blue) = 213+117+125=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5757D is #2A8A82. Grayscale: #929292. Windows color (decimal): -2787971 or 8222165. OLE color: 8222165.
HSL color Cylindrical-coordinate representation of color #D5757D: hue angle of 355º 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 #D5757D is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 125 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.16 |
| HSL | 355º | 0.53% | 0.65% | - |
| HSV(B) | 355º | 0.45% | 0.84% | - |
| XYZ | 37.5 | 28.35 | 22.9 | - |
| YUV | 146.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 125 | 0 | 0.45 | 0.41 | 0.16 | 355 | 0.53 | 0.65 |
| Hex | D5 | 75 | 7D | 0 | 2D | 29 | 10 | 163 | 35 | 41 |
| Octal | 325 | 165 | 175 | 0 | 55 | 51 | 20 | 543 | 65 | 101 |
| Binary | 11010101 | 1110101 | 1111101 | 0 | 101101 | 101001 | 10000 | 101100011 | 110101 | 1000001 |
Color Harmonies of #D5757D
Complementary color
Monochromatic Colors of #D5757D
Black with #D5757D
Text Example
Text Example
White with #D5757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5757D; }
p { color: rgb(213,117,125); }
H1.HeaderClassName
{
color: #D5757D;
}
.AnyTagClassName
{
color: #D5757D;
}
</style>
background-color css
<style>
a { background-color: #D5757D; }
a { background-color: rgb(213,117,125); }
div.DivClassName
{
background-color: #D5757D;
}
.BgClassName
{
background-color: #D5757D;
}
</style>
border-color css
<style>
span { border-color: #D5757D; }
span { border-color: rgb(213,117,125); }
td.TdClassName
{
border-color: #D5757D;
}
.TagClassName
{
border-color: #D5757D;
}
</style>