Shades of Froly #D56578
Tints of Froly #D56578
RGB
CMYK
RGB Variations
Color information
#D56578 (or 0xD56578) is known color: Froly. HEX triplet: D5, 65 and 78. RGB value is (213,101,120). Sum of RGB (Red+Green+Blue) = 213+101+120=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56578 is #2A9A87. Grayscale: #888888. Windows color (decimal): -2792072 or 7890389. OLE color: 7890389.
HSL color Cylindrical-coordinate representation of color #D56578: hue angle of 349.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56578 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 120 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.16 |
| HSL | 349.82º | 0.57% | 0.62% | - |
| HSV(B) | 349.82º | 0.53% | 0.84% | - |
| XYZ | 35.48 | 24.81 | 20.69 | - |
| YUV | 136.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 120 | 0 | 0.53 | 0.44 | 0.16 | 349.82 | 0.57 | 0.62 |
| Hex | D5 | 65 | 78 | 0 | 35 | 2C | 10 | 15E | 39 | 3E |
| Octal | 325 | 145 | 170 | 0 | 65 | 54 | 20 | 536 | 71 | 76 |
| Binary | 11010101 | 1100101 | 1111000 | 0 | 110101 | 101100 | 10000 | 101011110 | 111001 | 111110 |
Color Harmonies of #D56578
Complementary color
Monochromatic Colors of #D56578
Black with #D56578
Text Example
Text Example
White with #D56578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56578; }
p { color: rgb(213,101,120); }
H1.HeaderClassName
{
color: #D56578;
}
.AnyTagClassName
{
color: #D56578;
}
</style>
background-color css
<style>
a { background-color: #D56578; }
a { background-color: rgb(213,101,120); }
div.DivClassName
{
background-color: #D56578;
}
.BgClassName
{
background-color: #D56578;
}
</style>
border-color css
<style>
span { border-color: #D56578; }
span { border-color: rgb(213,101,120); }
td.TdClassName
{
border-color: #D56578;
}
.TagClassName
{
border-color: #D56578;
}
</style>