Shades of Froly #D56475
Tints of Froly #D56475
RGB
CMYK
RGB Variations
Color information
#D56475 (or 0xD56475) is known color: Froly. HEX triplet: D5, 64 and 75. RGB value is (213,100,117). Sum of RGB (Red+Green+Blue) = 213+100+117=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D56475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56475 is #2A9B8A. Grayscale: #878787. Windows color (decimal): -2792331 or 7693525. OLE color: 7693525.
HSL color Cylindrical-coordinate representation of color #D56475: hue angle of 350.97º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56475 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 117 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.16 |
| HSL | 350.97º | 0.57% | 0.61% | - |
| HSV(B) | 350.97º | 0.53% | 0.84% | - |
| XYZ | 35.21 | 24.54 | 19.71 | - |
| YUV | 135.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 117 | 0 | 0.53 | 0.45 | 0.16 | 350.97 | 0.57 | 0.61 |
| Hex | D5 | 64 | 75 | 0 | 35 | 2D | 10 | 15F | 39 | 3D |
| Octal | 325 | 144 | 165 | 0 | 65 | 55 | 20 | 537 | 71 | 75 |
| Binary | 11010101 | 1100100 | 1110101 | 0 | 110101 | 101101 | 10000 | 101011111 | 111001 | 111101 |
Color Harmonies of #D56475
Complementary color
Monochromatic Colors of #D56475
Black with #D56475
Text Example
Text Example
White with #D56475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56475; }
p { color: rgb(213,100,117); }
H1.HeaderClassName
{
color: #D56475;
}
.AnyTagClassName
{
color: #D56475;
}
</style>
background-color css
<style>
a { background-color: #D56475; }
a { background-color: rgb(213,100,117); }
div.DivClassName
{
background-color: #D56475;
}
.BgClassName
{
background-color: #D56475;
}
</style>
border-color css
<style>
span { border-color: #D56475; }
span { border-color: rgb(213,100,117); }
td.TdClassName
{
border-color: #D56475;
}
.TagClassName
{
border-color: #D56475;
}
</style>