Shades of Froly #D56679
Tints of Froly #D56679
RGB
CMYK
RGB Variations
Color information
#D56679 (or 0xD56679) is known color: Froly. HEX triplet: D5, 66 and 79. RGB value is (213,102,121). Sum of RGB (Red+Green+Blue) = 213+102+121=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D56679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56679 is #2A9986. Grayscale: #898989. Windows color (decimal): -2791815 or 7956181. OLE color: 7956181.
HSL color Cylindrical-coordinate representation of color #D56679: hue angle of 349.73º 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 #D56679 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 121 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.16 |
| HSL | 349.73º | 0.57% | 0.62% | - |
| HSV(B) | 349.73º | 0.52% | 0.84% | - |
| XYZ | 35.64 | 25.03 | 21.04 | - |
| YUV | 137.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 121 | 0 | 0.52 | 0.43 | 0.16 | 349.73 | 0.57 | 0.62 |
| Hex | D5 | 66 | 79 | 0 | 34 | 2B | 10 | 15E | 39 | 3E |
| Octal | 325 | 146 | 171 | 0 | 64 | 53 | 20 | 536 | 71 | 76 |
| Binary | 11010101 | 1100110 | 1111001 | 0 | 110100 | 101011 | 10000 | 101011110 | 111001 | 111110 |
Color Harmonies of #D56679
Complementary color
Monochromatic Colors of #D56679
Black with #D56679
Text Example
Text Example
White with #D56679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56679; }
p { color: rgb(213,102,121); }
H1.HeaderClassName
{
color: #D56679;
}
.AnyTagClassName
{
color: #D56679;
}
</style>
background-color css
<style>
a { background-color: #D56679; }
a { background-color: rgb(213,102,121); }
div.DivClassName
{
background-color: #D56679;
}
.BgClassName
{
background-color: #D56679;
}
</style>
border-color css
<style>
span { border-color: #D56679; }
span { border-color: rgb(213,102,121); }
td.TdClassName
{
border-color: #D56679;
}
.TagClassName
{
border-color: #D56679;
}
</style>