Shades of Froly #D57378
Tints of Froly #D57378
RGB
CMYK
RGB Variations
Color information
#D57378 (or 0xD57378) is known color: Froly. HEX triplet: D5, 73 and 78. RGB value is (213,115,120). Sum of RGB (Red+Green+Blue) = 213+115+120=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D57378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57378 is #2A8C87. Grayscale: #909090. Windows color (decimal): -2788488 or 7893973. OLE color: 7893973.
HSL color Cylindrical-coordinate representation of color #D57378: hue angle of 356.94º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57378 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 120 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.16 |
| HSL | 356.94º | 0.54% | 0.64% | - |
| HSV(B) | 356.94º | 0.46% | 0.84% | - |
| XYZ | 36.96 | 27.76 | 21.18 | - |
| YUV | 144.87 | 113.97 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 120 | 0 | 0.46 | 0.44 | 0.16 | 356.94 | 0.54 | 0.64 |
| Hex | D5 | 73 | 78 | 0 | 2E | 2C | 10 | 165 | 36 | 40 |
| Octal | 325 | 163 | 170 | 0 | 56 | 54 | 20 | 545 | 66 | 100 |
| Binary | 11010101 | 1110011 | 1111000 | 0 | 101110 | 101100 | 10000 | 101100101 | 110110 | 1000000 |
Color Harmonies of #D57378
Complementary color
Monochromatic Colors of #D57378
Black with #D57378
Text Example
Text Example
White with #D57378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57378; }
p { color: rgb(213,115,120); }
H1.HeaderClassName
{
color: #D57378;
}
.AnyTagClassName
{
color: #D57378;
}
</style>
background-color css
<style>
a { background-color: #D57378; }
a { background-color: rgb(213,115,120); }
div.DivClassName
{
background-color: #D57378;
}
.BgClassName
{
background-color: #D57378;
}
</style>
border-color css
<style>
span { border-color: #D57378; }
span { border-color: rgb(213,115,120); }
td.TdClassName
{
border-color: #D57378;
}
.TagClassName
{
border-color: #D57378;
}
</style>