Shades of Froly #D56871
Tints of Froly #D56871
RGB
CMYK
RGB Variations
Color information
#D56871 (or 0xD56871) is known color: Froly. HEX triplet: D5, 68 and 71. RGB value is (213,104,113). Sum of RGB (Red+Green+Blue) = 213+104+113=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D56871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56871 is #2A978E. Grayscale: #898989. Windows color (decimal): -2791311 or 7432405. OLE color: 7432405.
HSL color Cylindrical-coordinate representation of color #D56871: hue angle of 355.05º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56871 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 113 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.16 |
| HSL | 355.05º | 0.56% | 0.62% | - |
| HSV(B) | 355.05º | 0.51% | 0.84% | - |
| XYZ | 35.37 | 25.24 | 18.63 | - |
| YUV | 137.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 113 | 0 | 0.51 | 0.47 | 0.16 | 355.05 | 0.56 | 0.62 |
| Hex | D5 | 68 | 71 | 0 | 33 | 2F | 10 | 163 | 38 | 3E |
| Octal | 325 | 150 | 161 | 0 | 63 | 57 | 20 | 543 | 70 | 76 |
| Binary | 11010101 | 1101000 | 1110001 | 0 | 110011 | 101111 | 10000 | 101100011 | 111000 | 111110 |
Color Harmonies of #D56871
Complementary color
Monochromatic Colors of #D56871
Black with #D56871
Text Example
Text Example
White with #D56871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56871; }
p { color: rgb(213,104,113); }
H1.HeaderClassName
{
color: #D56871;
}
.AnyTagClassName
{
color: #D56871;
}
</style>
background-color css
<style>
a { background-color: #D56871; }
a { background-color: rgb(213,104,113); }
div.DivClassName
{
background-color: #D56871;
}
.BgClassName
{
background-color: #D56871;
}
</style>
border-color css
<style>
span { border-color: #D56871; }
span { border-color: rgb(213,104,113); }
td.TdClassName
{
border-color: #D56871;
}
.TagClassName
{
border-color: #D56871;
}
</style>