Shades of Froly #D56671
Tints of Froly #D56671
RGB
CMYK
RGB Variations
Color information
#D56671 (or 0xD56671) is known color: Froly. HEX triplet: D5, 66 and 71. RGB value is (213,102,113). Sum of RGB (Red+Green+Blue) = 213+102+113=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D56671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56671 is #2A998E. Grayscale: #888888. Windows color (decimal): -2791823 or 7431893. OLE color: 7431893.
HSL color Cylindrical-coordinate representation of color #D56671: hue angle of 354.05º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56671 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 113 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.16 |
| HSL | 354.05º | 0.57% | 0.62% | - |
| HSV(B) | 354.05º | 0.52% | 0.84% | - |
| XYZ | 35.17 | 24.84 | 18.56 | - |
| YUV | 136.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 113 | 0 | 0.52 | 0.47 | 0.16 | 354.05 | 0.57 | 0.62 |
| Hex | D5 | 66 | 71 | 0 | 34 | 2F | 10 | 162 | 39 | 3E |
| Octal | 325 | 146 | 161 | 0 | 64 | 57 | 20 | 542 | 71 | 76 |
| Binary | 11010101 | 1100110 | 1110001 | 0 | 110100 | 101111 | 10000 | 101100010 | 111001 | 111110 |
Color Harmonies of #D56671
Complementary color
Monochromatic Colors of #D56671
Black with #D56671
Text Example
Text Example
White with #D56671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56671; }
p { color: rgb(213,102,113); }
H1.HeaderClassName
{
color: #D56671;
}
.AnyTagClassName
{
color: #D56671;
}
</style>
background-color css
<style>
a { background-color: #D56671; }
a { background-color: rgb(213,102,113); }
div.DivClassName
{
background-color: #D56671;
}
.BgClassName
{
background-color: #D56671;
}
</style>
border-color css
<style>
span { border-color: #D56671; }
span { border-color: rgb(213,102,113); }
td.TdClassName
{
border-color: #D56671;
}
.TagClassName
{
border-color: #D56671;
}
</style>