Shades of Froly #D56875
Tints of Froly #D56875
RGB
CMYK
RGB Variations
Color information
#D56875 (or 0xD56875) is known color: Froly. HEX triplet: D5, 68 and 75. RGB value is (213,104,117). Sum of RGB (Red+Green+Blue) = 213+104+117=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56875 is #2A978A. Grayscale: #8A8A8A. Windows color (decimal): -2791307 or 7694549. OLE color: 7694549.
HSL color Cylindrical-coordinate representation of color #D56875: hue angle of 352.84º 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 #D56875 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 117 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.16 |
| HSL | 352.84º | 0.56% | 0.62% | - |
| HSV(B) | 352.84º | 0.51% | 0.84% | - |
| XYZ | 35.6 | 25.33 | 19.84 | - |
| YUV | 138.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 117 | 0 | 0.51 | 0.45 | 0.16 | 352.84 | 0.56 | 0.62 |
| Hex | D5 | 68 | 75 | 0 | 33 | 2D | 10 | 161 | 38 | 3E |
| Octal | 325 | 150 | 165 | 0 | 63 | 55 | 20 | 541 | 70 | 76 |
| Binary | 11010101 | 1101000 | 1110101 | 0 | 110011 | 101101 | 10000 | 101100001 | 111000 | 111110 |
Color Harmonies of #D56875
Complementary color
Monochromatic Colors of #D56875
Black with #D56875
Text Example
Text Example
White with #D56875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56875; }
p { color: rgb(213,104,117); }
H1.HeaderClassName
{
color: #D56875;
}
.AnyTagClassName
{
color: #D56875;
}
</style>
background-color css
<style>
a { background-color: #D56875; }
a { background-color: rgb(213,104,117); }
div.DivClassName
{
background-color: #D56875;
}
.BgClassName
{
background-color: #D56875;
}
</style>
border-color css
<style>
span { border-color: #D56875; }
span { border-color: rgb(213,104,117); }
td.TdClassName
{
border-color: #D56875;
}
.TagClassName
{
border-color: #D56875;
}
</style>