Shades of Froly #D36977
Tints of Froly #D36977
RGB
CMYK
RGB Variations
Color information
#D36977 (or 0xD36977) is known color: Froly. HEX triplet: D3, 69 and 77. RGB value is (211,105,119). Sum of RGB (Red+Green+Blue) = 211+105+119=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D36977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36977 is #2C9688. Grayscale: #8A8A8A. Windows color (decimal): -2922121 or 7825875. OLE color: 7825875.
HSL color Cylindrical-coordinate representation of color #D36977: hue angle of 352.08º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36977 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 119 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.17 |
| HSL | 352.08º | 0.55% | 0.62% | - |
| HSV(B) | 352.08º | 0.5% | 0.83% | - |
| XYZ | 35.25 | 25.28 | 20.48 | - |
| YUV | 138.29 | 117.12 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 119 | 0 | 0.50 | 0.44 | 0.17 | 352.08 | 0.55 | 0.62 |
| Hex | D3 | 69 | 77 | 0 | 32 | 2C | 11 | 160 | 37 | 3E |
| Octal | 323 | 151 | 167 | 0 | 62 | 54 | 21 | 540 | 67 | 76 |
| Binary | 11010011 | 1101001 | 1110111 | 0 | 110010 | 101100 | 10001 | 101100000 | 110111 | 111110 |
Color Harmonies of #D36977
Complementary color
Monochromatic Colors of #D36977
Black with #D36977
Text Example
Text Example
White with #D36977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36977; }
p { color: rgb(211,105,119); }
H1.HeaderClassName
{
color: #D36977;
}
.AnyTagClassName
{
color: #D36977;
}
</style>
background-color css
<style>
a { background-color: #D36977; }
a { background-color: rgb(211,105,119); }
div.DivClassName
{
background-color: #D36977;
}
.BgClassName
{
background-color: #D36977;
}
</style>
border-color css
<style>
span { border-color: #D36977; }
span { border-color: rgb(211,105,119); }
td.TdClassName
{
border-color: #D36977;
}
.TagClassName
{
border-color: #D36977;
}
</style>