Shades of Froly #D56978
Tints of Froly #D56978
RGB
CMYK
RGB Variations
Color information
#D56978 (or 0xD56978) is known color: Froly. HEX triplet: D5, 69 and 78. RGB value is (213,105,120). Sum of RGB (Red+Green+Blue) = 213+105+120=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D56978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56978 is #2A9687. Grayscale: #8B8B8B. Windows color (decimal): -2791048 or 7891413. OLE color: 7891413.
HSL color Cylindrical-coordinate representation of color #D56978: hue angle of 351.67º 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 #D56978 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 120 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.16 |
| HSL | 351.67º | 0.56% | 0.62% | - |
| HSV(B) | 351.67º | 0.51% | 0.84% | - |
| XYZ | 35.88 | 25.61 | 20.82 | - |
| YUV | 139 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 120 | 0 | 0.51 | 0.44 | 0.16 | 351.67 | 0.56 | 0.62 |
| Hex | D5 | 69 | 78 | 0 | 33 | 2C | 10 | 160 | 38 | 3E |
| Octal | 325 | 151 | 170 | 0 | 63 | 54 | 20 | 540 | 70 | 76 |
| Binary | 11010101 | 1101001 | 1111000 | 0 | 110011 | 101100 | 10000 | 101100000 | 111000 | 111110 |
Color Harmonies of #D56978
Complementary color
Monochromatic Colors of #D56978
Black with #D56978
Text Example
Text Example
White with #D56978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56978; }
p { color: rgb(213,105,120); }
H1.HeaderClassName
{
color: #D56978;
}
.AnyTagClassName
{
color: #D56978;
}
</style>
background-color css
<style>
a { background-color: #D56978; }
a { background-color: rgb(213,105,120); }
div.DivClassName
{
background-color: #D56978;
}
.BgClassName
{
background-color: #D56978;
}
</style>
border-color css
<style>
span { border-color: #D56978; }
span { border-color: rgb(213,105,120); }
td.TdClassName
{
border-color: #D56978;
}
.TagClassName
{
border-color: #D56978;
}
</style>