Shades of Froly #D56975
Tints of Froly #D56975
RGB
CMYK
RGB Variations
Color information
#D56975 (or 0xD56975) is known color: Froly. HEX triplet: D5, 69 and 75. RGB value is (213,105,117). Sum of RGB (Red+Green+Blue) = 213+105+117=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D56975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56975 is #2A968A. Grayscale: #8A8A8A. Windows color (decimal): -2791051 or 7694805. OLE color: 7694805.
HSL color Cylindrical-coordinate representation of color #D56975: hue angle of 353.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56975 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 117 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.16 |
| HSL | 353.33º | 0.56% | 0.62% | - |
| HSV(B) | 353.33º | 0.51% | 0.84% | - |
| XYZ | 35.7 | 25.53 | 19.88 | - |
| YUV | 138.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 117 | 0 | 0.51 | 0.45 | 0.16 | 353.33 | 0.56 | 0.62 |
| Hex | D5 | 69 | 75 | 0 | 33 | 2D | 10 | 161 | 38 | 3E |
| Octal | 325 | 151 | 165 | 0 | 63 | 55 | 20 | 541 | 70 | 76 |
| Binary | 11010101 | 1101001 | 1110101 | 0 | 110011 | 101101 | 10000 | 101100001 | 111000 | 111110 |
Color Harmonies of #D56975
Complementary color
Monochromatic Colors of #D56975
Black with #D56975
Text Example
Text Example
White with #D56975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56975; }
p { color: rgb(213,105,117); }
H1.HeaderClassName
{
color: #D56975;
}
.AnyTagClassName
{
color: #D56975;
}
</style>
background-color css
<style>
a { background-color: #D56975; }
a { background-color: rgb(213,105,117); }
div.DivClassName
{
background-color: #D56975;
}
.BgClassName
{
background-color: #D56975;
}
</style>
border-color css
<style>
span { border-color: #D56975; }
span { border-color: rgb(213,105,117); }
td.TdClassName
{
border-color: #D56975;
}
.TagClassName
{
border-color: #D56975;
}
</style>