Shades of Froly #D57A7D
Tints of Froly #D57A7D
RGB
CMYK
RGB Variations
Color information
#D57A7D (or 0xD57A7D) is known color: Froly. HEX triplet: D5, 7A and 7D. RGB value is (213,122,125). Sum of RGB (Red+Green+Blue) = 213+122+125=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A7D is #2A8582. Grayscale: #959595. Windows color (decimal): -2786691 or 8223445. OLE color: 8223445.
HSL color Cylindrical-coordinate representation of color #D57A7D: hue angle of 358.02º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57A7D is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 125 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.16 |
| HSL | 358.02º | 0.52% | 0.66% | - |
| HSV(B) | 358.02º | 0.43% | 0.84% | - |
| XYZ | 38.1 | 29.55 | 23.1 | - |
| YUV | 149.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 125 | 0 | 0.43 | 0.41 | 0.16 | 358.02 | 0.52 | 0.66 |
| Hex | D5 | 7A | 7D | 0 | 2B | 29 | 10 | 166 | 34 | 42 |
| Octal | 325 | 172 | 175 | 0 | 53 | 51 | 20 | 546 | 64 | 102 |
| Binary | 11010101 | 1111010 | 1111101 | 0 | 101011 | 101001 | 10000 | 101100110 | 110100 | 1000010 |
Color Harmonies of #D57A7D
Complementary color
Monochromatic Colors of #D57A7D
Black with #D57A7D
Text Example
Text Example
White with #D57A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A7D; }
p { color: rgb(213,122,125); }
H1.HeaderClassName
{
color: #D57A7D;
}
.AnyTagClassName
{
color: #D57A7D;
}
</style>
background-color css
<style>
a { background-color: #D57A7D; }
a { background-color: rgb(213,122,125); }
div.DivClassName
{
background-color: #D57A7D;
}
.BgClassName
{
background-color: #D57A7D;
}
</style>
border-color css
<style>
span { border-color: #D57A7D; }
span { border-color: rgb(213,122,125); }
td.TdClassName
{
border-color: #D57A7D;
}
.TagClassName
{
border-color: #D57A7D;
}
</style>