#D36C71

Color #D36C71 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D36C71

Tints of Froly #D36C71

Color information

#D36C71 (or 0xD36C71) is unknown color: approx Froly. HEX triplet: D3, 6C and 71. RGB value is (211,108,113). Sum of RGB (Red+Green+Blue) = 211+108+113=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36C71 is #2C938E. Grayscale: #8B8B8B. Windows color (decimal): -2921359 or 7433427. OLE color: 7433427.

HSL color Cylindrical-coordinate representation of color #D36C71: hue angle of 357.09º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36C71 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB211108113-
CMYK00.490.460.17
HSL357.09º53.93%62.55%-
HSV(B)357.09º48.82%82.75%-
XYZ35.2125.7718.74-
YUV139.37113.12179.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 48.84%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=48.84%
G=25%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110811300.490.460.17357.0953.9362.55
HexD36C710312E11165363f
Octal32315416106156215456677
Binary1101001111011001110001011000110111010001101100101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36C71; }

 p { color: rgb(211,108,113); }

 H1.HeaderClassName
 {
   color: #D36C71;
 }
 .AnyTagClassName
 {
   color: #D36C71;
 }
</style>
background-color css

<style>
 a { background-color: #D36C71; }

 a { background-color: rgb(211,108,113); }

 div.DivClassName
 {
   background-color: #D36C71;
 }
 .BgClassName
 {
   background-color: #D36C71;
 }
</style>
border-color css

<style>
 span { border-color: #D36C71; }

 span { border-color: rgb(211,108,113); }

 td.TdClassName
 {
   border-color: #D36C71;
 }
 .TagClassName
 {
   border-color: #D36C71;
 }
</style>