Shades of Froly #D16878
Tints of Froly #D16878
RGB
CMYK
RGB Variations
Color information
#D16878 (or 0xD16878) is known color: Froly. HEX triplet: D1, 68 and 78. RGB value is (209,104,120). Sum of RGB (Red+Green+Blue) = 209+104+120=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D16878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16878 is #2E9787. Grayscale: #898989. Windows color (decimal): -3053448 or 7891153. OLE color: 7891153.
HSL color Cylindrical-coordinate representation of color #D16878: hue angle of 350.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16878 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 120 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.18 |
| HSL | 350.86º | 0.53% | 0.61% | - |
| HSV(B) | 350.86º | 0.5% | 0.82% | - |
| XYZ | 34.63 | 24.81 | 20.73 | - |
| YUV | 137.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 120 | 0 | 0.50 | 0.43 | 0.18 | 350.86 | 0.53 | 0.61 |
| Hex | D1 | 68 | 78 | 0 | 32 | 2B | 12 | 15F | 35 | 3D |
| Octal | 321 | 150 | 170 | 0 | 62 | 53 | 22 | 537 | 65 | 75 |
| Binary | 11010001 | 1101000 | 1111000 | 0 | 110010 | 101011 | 10010 | 101011111 | 110101 | 111101 |
Color Harmonies of #D16878
Complementary color
Monochromatic Colors of #D16878
Black with #D16878
Text Example
Text Example
White with #D16878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16878; }
p { color: rgb(209,104,120); }
H1.HeaderClassName
{
color: #D16878;
}
.AnyTagClassName
{
color: #D16878;
}
</style>
background-color css
<style>
a { background-color: #D16878; }
a { background-color: rgb(209,104,120); }
div.DivClassName
{
background-color: #D16878;
}
.BgClassName
{
background-color: #D16878;
}
</style>
border-color css
<style>
span { border-color: #D16878; }
span { border-color: rgb(209,104,120); }
td.TdClassName
{
border-color: #D16878;
}
.TagClassName
{
border-color: #D16878;
}
</style>