Shades of Froly #D17078
Tints of Froly #D17078
RGB
CMYK
RGB Variations
Color information
#D17078 (or 0xD17078) is known color: Froly. HEX triplet: D1, 70 and 78. RGB value is (209,112,120). Sum of RGB (Red+Green+Blue) = 209+112+120=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D17078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17078 is #2E8F87. Grayscale: #8D8D8D. Windows color (decimal): -3051400 or 7893201. OLE color: 7893201.
HSL color Cylindrical-coordinate representation of color #D17078: hue angle of 355.05º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17078 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 120 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.18 |
| HSL | 355.05º | 0.51% | 0.63% | - |
| HSV(B) | 355.05º | 0.46% | 0.82% | - |
| XYZ | 35.48 | 26.5 | 21.01 | - |
| YUV | 141.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 120 | 0 | 0.46 | 0.43 | 0.18 | 355.05 | 0.51 | 0.63 |
| Hex | D1 | 70 | 78 | 0 | 2E | 2B | 12 | 163 | 33 | 3F |
| Octal | 321 | 160 | 170 | 0 | 56 | 53 | 22 | 543 | 63 | 77 |
| Binary | 11010001 | 1110000 | 1111000 | 0 | 101110 | 101011 | 10010 | 101100011 | 110011 | 111111 |
Color Harmonies of #D17078
Complementary color
Monochromatic Colors of #D17078
Black with #D17078
Text Example
Text Example
White with #D17078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17078; }
p { color: rgb(209,112,120); }
H1.HeaderClassName
{
color: #D17078;
}
.AnyTagClassName
{
color: #D17078;
}
</style>
background-color css
<style>
a { background-color: #D17078; }
a { background-color: rgb(209,112,120); }
div.DivClassName
{
background-color: #D17078;
}
.BgClassName
{
background-color: #D17078;
}
</style>
border-color css
<style>
span { border-color: #D17078; }
span { border-color: rgb(209,112,120); }
td.TdClassName
{
border-color: #D17078;
}
.TagClassName
{
border-color: #D17078;
}
</style>