Shades of Froly #D36570
Tints of Froly #D36570
RGB
CMYK
RGB Variations
Color information
#D36570 (or 0xD36570) is known color: Froly. HEX triplet: D3, 65 and 70. RGB value is (211,101,112). Sum of RGB (Red+Green+Blue) = 211+101+112=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D36570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36570 is #2C9A8F. Grayscale: #878787. Windows color (decimal): -2923152 or 7366099. OLE color: 7366099.
HSL color Cylindrical-coordinate representation of color #D36570: hue angle of 354º degrees, saturation: 0.56, 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 #D36570 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 112 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.17 |
| HSL | 354º | 0.56% | 0.61% | - |
| HSV(B) | 354º | 0.52% | 0.83% | - |
| XYZ | 34.44 | 24.33 | 18.21 | - |
| YUV | 135.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 112 | 0 | 0.52 | 0.47 | 0.17 | 354 | 0.56 | 0.61 |
| Hex | D3 | 65 | 70 | 0 | 34 | 2F | 11 | 162 | 38 | 3D |
| Octal | 323 | 145 | 160 | 0 | 64 | 57 | 21 | 542 | 70 | 75 |
| Binary | 11010011 | 1100101 | 1110000 | 0 | 110100 | 101111 | 10001 | 101100010 | 111000 | 111101 |
Color Harmonies of #D36570
Complementary color
Monochromatic Colors of #D36570
Black with #D36570
Text Example
Text Example
White with #D36570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36570; }
p { color: rgb(211,101,112); }
H1.HeaderClassName
{
color: #D36570;
}
.AnyTagClassName
{
color: #D36570;
}
</style>
background-color css
<style>
a { background-color: #D36570; }
a { background-color: rgb(211,101,112); }
div.DivClassName
{
background-color: #D36570;
}
.BgClassName
{
background-color: #D36570;
}
</style>
border-color css
<style>
span { border-color: #D36570; }
span { border-color: rgb(211,101,112); }
td.TdClassName
{
border-color: #D36570;
}
.TagClassName
{
border-color: #D36570;
}
</style>