Shades of Froly #D56775
Tints of Froly #D56775
RGB
CMYK
RGB Variations
Color information
#D56775 (or 0xD56775) is known color: Froly. HEX triplet: D5, 67 and 75. RGB value is (213,103,117). Sum of RGB (Red+Green+Blue) = 213+103+117=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D56775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56775 is #2A988A. Grayscale: #898989. Windows color (decimal): -2791563 or 7694293. OLE color: 7694293.
HSL color Cylindrical-coordinate representation of color #D56775: hue angle of 352.36º 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 #D56775 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 117 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.16 |
| HSL | 352.36º | 0.57% | 0.62% | - |
| HSV(B) | 352.36º | 0.52% | 0.84% | - |
| XYZ | 35.5 | 25.13 | 19.81 | - |
| YUV | 137.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 117 | 0 | 0.52 | 0.45 | 0.16 | 352.36 | 0.57 | 0.62 |
| Hex | D5 | 67 | 75 | 0 | 34 | 2D | 10 | 160 | 39 | 3E |
| Octal | 325 | 147 | 165 | 0 | 64 | 55 | 20 | 540 | 71 | 76 |
| Binary | 11010101 | 1100111 | 1110101 | 0 | 110100 | 101101 | 10000 | 101100000 | 111001 | 111110 |
Color Harmonies of #D56775
Complementary color
Monochromatic Colors of #D56775
Black with #D56775
Text Example
Text Example
White with #D56775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56775; }
p { color: rgb(213,103,117); }
H1.HeaderClassName
{
color: #D56775;
}
.AnyTagClassName
{
color: #D56775;
}
</style>
background-color css
<style>
a { background-color: #D56775; }
a { background-color: rgb(213,103,117); }
div.DivClassName
{
background-color: #D56775;
}
.BgClassName
{
background-color: #D56775;
}
</style>
border-color css
<style>
span { border-color: #D56775; }
span { border-color: rgb(213,103,117); }
td.TdClassName
{
border-color: #D56775;
}
.TagClassName
{
border-color: #D56775;
}
</style>