Shades of Froly #D56677
Tints of Froly #D56677
RGB
CMYK
RGB Variations
Color information
#D56677 (or 0xD56677) is known color: Froly. HEX triplet: D5, 66 and 77. RGB value is (213,102,119). Sum of RGB (Red+Green+Blue) = 213+102+119=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56677 is #2A9988. Grayscale: #898989. Windows color (decimal): -2791817 or 7825109. OLE color: 7825109.
HSL color Cylindrical-coordinate representation of color #D56677: hue angle of 350.81º 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 #D56677 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 119 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.16 |
| HSL | 350.81º | 0.57% | 0.62% | - |
| HSV(B) | 350.81º | 0.52% | 0.84% | - |
| XYZ | 35.52 | 24.98 | 20.4 | - |
| YUV | 137.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 119 | 0 | 0.52 | 0.44 | 0.16 | 350.81 | 0.57 | 0.62 |
| Hex | D5 | 66 | 77 | 0 | 34 | 2C | 10 | 15F | 39 | 3E |
| Octal | 325 | 146 | 167 | 0 | 64 | 54 | 20 | 537 | 71 | 76 |
| Binary | 11010101 | 1100110 | 1110111 | 0 | 110100 | 101100 | 10000 | 101011111 | 111001 | 111110 |
Color Harmonies of #D56677
Complementary color
Monochromatic Colors of #D56677
Black with #D56677
Text Example
Text Example
White with #D56677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56677; }
p { color: rgb(213,102,119); }
H1.HeaderClassName
{
color: #D56677;
}
.AnyTagClassName
{
color: #D56677;
}
</style>
background-color css
<style>
a { background-color: #D56677; }
a { background-color: rgb(213,102,119); }
div.DivClassName
{
background-color: #D56677;
}
.BgClassName
{
background-color: #D56677;
}
</style>
border-color css
<style>
span { border-color: #D56677; }
span { border-color: rgb(213,102,119); }
td.TdClassName
{
border-color: #D56677;
}
.TagClassName
{
border-color: #D56677;
}
</style>