Shades of Froly #D56377
Tints of Froly #D56377
RGB
CMYK
RGB Variations
Color information
#D56377 (or 0xD56377) is known color: Froly. HEX triplet: D5, 63 and 77. RGB value is (213,99,119). Sum of RGB (Red+Green+Blue) = 213+99+119=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D56377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56377 is #2A9C88. Grayscale: #878787. Windows color (decimal): -2792585 or 7824341. OLE color: 7824341.
HSL color Cylindrical-coordinate representation of color #D56377: hue angle of 349.47º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56377 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 119 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.16 |
| HSL | 349.47º | 0.58% | 0.61% | - |
| HSV(B) | 349.47º | 0.54% | 0.84% | - |
| XYZ | 35.23 | 24.4 | 20.31 | - |
| YUV | 135.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 119 | 0 | 0.54 | 0.44 | 0.16 | 349.47 | 0.58 | 0.61 |
| Hex | D5 | 63 | 77 | 0 | 36 | 2C | 10 | 15D | 3A | 3D |
| Octal | 325 | 143 | 167 | 0 | 66 | 54 | 20 | 535 | 72 | 75 |
| Binary | 11010101 | 1100011 | 1110111 | 0 | 110110 | 101100 | 10000 | 101011101 | 111010 | 111101 |
Color Harmonies of #D56377
Complementary color
Monochromatic Colors of #D56377
Black with #D56377
Text Example
Text Example
White with #D56377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56377; }
p { color: rgb(213,99,119); }
H1.HeaderClassName
{
color: #D56377;
}
.AnyTagClassName
{
color: #D56377;
}
</style>
background-color css
<style>
a { background-color: #D56377; }
a { background-color: rgb(213,99,119); }
div.DivClassName
{
background-color: #D56377;
}
.BgClassName
{
background-color: #D56377;
}
</style>
border-color css
<style>
span { border-color: #D56377; }
span { border-color: rgb(213,99,119); }
td.TdClassName
{
border-color: #D56377;
}
.TagClassName
{
border-color: #D56377;
}
</style>