#D56A74

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

Shades of Froly #D56A74

Tints of Froly #D56A74

Color information

#D56A74 (or 0xD56A74) is unknown color: approx Froly. HEX triplet: D5, 6A and 74. RGB value is (213,106,116). Sum of RGB (Red+Green+Blue) = 213+106+116=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A74 is #2A958B. Grayscale: #8B8B8B. Windows color (decimal): -2790796 or 7629525. OLE color: 7629525.

HSL color Cylindrical-coordinate representation of color #D56A74: hue angle of 354.39º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56A74 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213106116-
CMYK00.500.460.16
HSL354.39º56.02%62.55%-
HSV(B)354.39º50.23%83.53%-
XYZ35.7525.7219.6-
YUV139.13114.95180.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=48.97%
G=24.37%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310611600.500.460.16354.3956.0262.55
HexD56A740322E10162383f
Octal32515216406256205427077
Binary1101010111010101110100011001010111010000101100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A74; }

 p { color: rgb(213,106,116); }

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

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

 a { background-color: rgb(213,106,116); }

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

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

 span { border-color: rgb(213,106,116); }

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