Shades of Froly #D36670
Tints of Froly #D36670
RGB
CMYK
RGB Variations
Color information
#D36670 (or 0xD36670) is known color: Froly. HEX triplet: D3, 66 and 70. RGB value is (211,102,112). Sum of RGB (Red+Green+Blue) = 211+102+112=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D36670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36670 is #2C998F. Grayscale: #878787. Windows color (decimal): -2922896 or 7366355. OLE color: 7366355.
HSL color Cylindrical-coordinate representation of color #D36670: hue angle of 354.5º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36670 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 112 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.17 |
| HSL | 354.5º | 0.55% | 0.61% | - |
| HSV(B) | 354.5º | 0.52% | 0.83% | - |
| XYZ | 34.54 | 24.52 | 18.24 | - |
| YUV | 135.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 112 | 0 | 0.52 | 0.47 | 0.17 | 354.5 | 0.55 | 0.61 |
| Hex | D3 | 66 | 70 | 0 | 34 | 2F | 11 | 162 | 37 | 3D |
| Octal | 323 | 146 | 160 | 0 | 64 | 57 | 21 | 542 | 67 | 75 |
| Binary | 11010011 | 1100110 | 1110000 | 0 | 110100 | 101111 | 10001 | 101100010 | 110111 | 111101 |
Color Harmonies of #D36670
Complementary color
Monochromatic Colors of #D36670
Black with #D36670
Text Example
Text Example
White with #D36670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36670; }
p { color: rgb(211,102,112); }
H1.HeaderClassName
{
color: #D36670;
}
.AnyTagClassName
{
color: #D36670;
}
</style>
background-color css
<style>
a { background-color: #D36670; }
a { background-color: rgb(211,102,112); }
div.DivClassName
{
background-color: #D36670;
}
.BgClassName
{
background-color: #D36670;
}
</style>
border-color css
<style>
span { border-color: #D36670; }
span { border-color: rgb(211,102,112); }
td.TdClassName
{
border-color: #D36670;
}
.TagClassName
{
border-color: #D36670;
}
</style>