Shades of Froly #D56676
Tints of Froly #D56676
RGB
CMYK
RGB Variations
Color information
#D56676 (or 0xD56676) is known color: Froly. HEX triplet: D5, 66 and 76. RGB value is (213,102,118). Sum of RGB (Red+Green+Blue) = 213+102+118=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D56676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56676 is #2A9989. Grayscale: #898989. Windows color (decimal): -2791818 or 7759573. OLE color: 7759573.
HSL color Cylindrical-coordinate representation of color #D56676: hue angle of 351.35º 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 #D56676 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 118 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.16 |
| HSL | 351.35º | 0.57% | 0.62% | - |
| HSV(B) | 351.35º | 0.52% | 0.84% | - |
| XYZ | 35.46 | 24.96 | 20.09 | - |
| YUV | 137.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 118 | 0 | 0.52 | 0.45 | 0.16 | 351.35 | 0.57 | 0.62 |
| Hex | D5 | 66 | 76 | 0 | 34 | 2D | 10 | 15F | 39 | 3E |
| Octal | 325 | 146 | 166 | 0 | 64 | 55 | 20 | 537 | 71 | 76 |
| Binary | 11010101 | 1100110 | 1110110 | 0 | 110100 | 101101 | 10000 | 101011111 | 111001 | 111110 |
Color Harmonies of #D56676
Complementary color
Monochromatic Colors of #D56676
Black with #D56676
Text Example
Text Example
White with #D56676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56676; }
p { color: rgb(213,102,118); }
H1.HeaderClassName
{
color: #D56676;
}
.AnyTagClassName
{
color: #D56676;
}
</style>
background-color css
<style>
a { background-color: #D56676; }
a { background-color: rgb(213,102,118); }
div.DivClassName
{
background-color: #D56676;
}
.BgClassName
{
background-color: #D56676;
}
</style>
border-color css
<style>
span { border-color: #D56676; }
span { border-color: rgb(213,102,118); }
td.TdClassName
{
border-color: #D56676;
}
.TagClassName
{
border-color: #D56676;
}
</style>