#D37375

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

Shades of Froly #D37375

Tints of Froly #D37375

Color information

#D37375 (or 0xD37375) is unknown color: approx Froly. HEX triplet: D3, 73 and 75. RGB value is (211,115,117). Sum of RGB (Red+Green+Blue) = 211+115+117=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D37375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37375 is #2C8C8A. Grayscale: #909090. Windows color (decimal): -2919563 or 7697363. OLE color: 7697363.

HSL color Cylindrical-coordinate representation of color #D37375: hue angle of 358.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37375 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB211115117-
CMYK00.450.450.17
HSL358.75º52.17%63.92%-
HSV(B)358.75º45.5%82.75%-
XYZ36.2127.3920.21-
YUV143.93112.8175.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.63%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=47.63%
G=25.96%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111511700.450.450.17358.7552.1763.92
HexD3737502D2D111673440
Octal323163165055552154764100
Binary11010011111001111101010101101101101100011011001111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37375; }

 p { color: rgb(211,115,117); }

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

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

 a { background-color: rgb(211,115,117); }

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

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

 span { border-color: rgb(211,115,117); }

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