Shades of Froly #D56779
Tints of Froly #D56779
RGB
CMYK
RGB Variations
Color information
#D56779 (or 0xD56779) is known color: Froly. HEX triplet: D5, 67 and 79. RGB value is (213,103,121). Sum of RGB (Red+Green+Blue) = 213+103+121=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D56779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56779 is #2A9886. Grayscale: #898989. Windows color (decimal): -2791559 or 7956437. OLE color: 7956437.
HSL color Cylindrical-coordinate representation of color #D56779: hue angle of 350.18º 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 #D56779 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 121 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.16 |
| HSL | 350.18º | 0.57% | 0.62% | - |
| HSV(B) | 350.18º | 0.52% | 0.84% | - |
| XYZ | 35.74 | 25.23 | 21.07 | - |
| YUV | 137.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 121 | 0 | 0.52 | 0.43 | 0.16 | 350.18 | 0.57 | 0.62 |
| Hex | D5 | 67 | 79 | 0 | 34 | 2B | 10 | 15E | 39 | 3E |
| Octal | 325 | 147 | 171 | 0 | 64 | 53 | 20 | 536 | 71 | 76 |
| Binary | 11010101 | 1100111 | 1111001 | 0 | 110100 | 101011 | 10000 | 101011110 | 111001 | 111110 |
Color Harmonies of #D56779
Complementary color
Monochromatic Colors of #D56779
Black with #D56779
Text Example
Text Example
White with #D56779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56779; }
p { color: rgb(213,103,121); }
H1.HeaderClassName
{
color: #D56779;
}
.AnyTagClassName
{
color: #D56779;
}
</style>
background-color css
<style>
a { background-color: #D56779; }
a { background-color: rgb(213,103,121); }
div.DivClassName
{
background-color: #D56779;
}
.BgClassName
{
background-color: #D56779;
}
</style>
border-color css
<style>
span { border-color: #D56779; }
span { border-color: rgb(213,103,121); }
td.TdClassName
{
border-color: #D56779;
}
.TagClassName
{
border-color: #D56779;
}
</style>