Shades of Froly #D56976
Tints of Froly #D56976
RGB
CMYK
RGB Variations
Color information
#D56976 (or 0xD56976) is known color: Froly. HEX triplet: D5, 69 and 76. RGB value is (213,105,118). Sum of RGB (Red+Green+Blue) = 213+105+118=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D56976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56976 is #2A9689. Grayscale: #8A8A8A. Windows color (decimal): -2791050 or 7760341. OLE color: 7760341.
HSL color Cylindrical-coordinate representation of color #D56976: hue angle of 352.78º 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 #D56976 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 118 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.16 |
| HSL | 352.78º | 0.56% | 0.62% | - |
| HSV(B) | 352.78º | 0.51% | 0.84% | - |
| XYZ | 35.76 | 25.56 | 20.19 | - |
| YUV | 138.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 118 | 0 | 0.51 | 0.45 | 0.16 | 352.78 | 0.56 | 0.62 |
| Hex | D5 | 69 | 76 | 0 | 33 | 2D | 10 | 161 | 38 | 3E |
| Octal | 325 | 151 | 166 | 0 | 63 | 55 | 20 | 541 | 70 | 76 |
| Binary | 11010101 | 1101001 | 1110110 | 0 | 110011 | 101101 | 10000 | 101100001 | 111000 | 111110 |
Color Harmonies of #D56976
Complementary color
Monochromatic Colors of #D56976
Black with #D56976
Text Example
Text Example
White with #D56976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56976; }
p { color: rgb(213,105,118); }
H1.HeaderClassName
{
color: #D56976;
}
.AnyTagClassName
{
color: #D56976;
}
</style>
background-color css
<style>
a { background-color: #D56976; }
a { background-color: rgb(213,105,118); }
div.DivClassName
{
background-color: #D56976;
}
.BgClassName
{
background-color: #D56976;
}
</style>
border-color css
<style>
span { border-color: #D56976; }
span { border-color: rgb(213,105,118); }
td.TdClassName
{
border-color: #D56976;
}
.TagClassName
{
border-color: #D56976;
}
</style>