Shades of Froly #D16A6D
Tints of Froly #D16A6D
RGB
CMYK
RGB Variations
Color information
#D16A6D (or 0xD16A6D) is known color: Froly. HEX triplet: D1, 6A and 6D. RGB value is (209,106,109). Sum of RGB (Red+Green+Blue) = 209+106+109=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A6D is #2E9592. Grayscale: #898989. Windows color (decimal): -3052947 or 7170769. OLE color: 7170769.
HSL color Cylindrical-coordinate representation of color #D16A6D: hue angle of 358.25º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16A6D is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 109 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.18 |
| HSL | 358.25º | 0.53% | 0.62% | - |
| HSV(B) | 358.25º | 0.49% | 0.82% | - |
| XYZ | 34.21 | 24.97 | 17.48 | - |
| YUV | 137.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 109 | 0 | 0.49 | 0.48 | 0.18 | 358.25 | 0.53 | 0.62 |
| Hex | D1 | 6A | 6D | 0 | 31 | 30 | 12 | 166 | 35 | 3E |
| Octal | 321 | 152 | 155 | 0 | 61 | 60 | 22 | 546 | 65 | 76 |
| Binary | 11010001 | 1101010 | 1101101 | 0 | 110001 | 110000 | 10010 | 101100110 | 110101 | 111110 |
Color Harmonies of #D16A6D
Complementary color
Monochromatic Colors of #D16A6D
Black with #D16A6D
Text Example
Text Example
White with #D16A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A6D; }
p { color: rgb(209,106,109); }
H1.HeaderClassName
{
color: #D16A6D;
}
.AnyTagClassName
{
color: #D16A6D;
}
</style>
background-color css
<style>
a { background-color: #D16A6D; }
a { background-color: rgb(209,106,109); }
div.DivClassName
{
background-color: #D16A6D;
}
.BgClassName
{
background-color: #D16A6D;
}
</style>
border-color css
<style>
span { border-color: #D16A6D; }
span { border-color: rgb(209,106,109); }
td.TdClassName
{
border-color: #D16A6D;
}
.TagClassName
{
border-color: #D16A6D;
}
</style>