#D4757A

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

Shades of Froly #D4757A

Tints of Froly #D4757A

Color information

#D4757A (or 0xD4757A) is unknown color: approx Froly. HEX triplet: D4, 75 and 7A. RGB value is (212,117,122). Sum of RGB (Red+Green+Blue) = 212+117+122=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4757A is #2B8A85. Grayscale: #929292. Windows color (decimal): -2853510 or 8025556. OLE color: 8025556.

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

Color convert

RGB212117122-
CMYK00.450.420.17
HSL356.84º52.49%64.51%-
HSV(B)356.84º44.81%83.14%-
XYZ37.0328.1221.89-
YUV145.98114.47175.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=47.01%
G=25.94%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211712200.450.420.17356.8452.4964.51
HexD4757A02D2A111653441
Octal324165172055522154564101
Binary11010100111010111110100101101101010100011011001011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4757A; }

 p { color: rgb(212,117,122); }

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

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

 a { background-color: rgb(212,117,122); }

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

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

 span { border-color: rgb(212,117,122); }

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