#D56F74

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

Shades of Froly #D56F74

Tints of Froly #D56F74

Color information

#D56F74 (or 0xD56F74) is unknown color: approx Froly. HEX triplet: D5, 6F and 74. RGB value is (213,111,116). Sum of RGB (Red+Green+Blue) = 213+111+116=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F74 is #2A908B. Grayscale: #8E8E8E. Windows color (decimal): -2789516 or 7630805. OLE color: 7630805.

HSL color Cylindrical-coordinate representation of color #D56F74: hue angle of 357.06º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56F74 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213111116-
CMYK00.480.460.16
HSL357.06º54.84%63.53%-
HSV(B)357.06º47.89%83.53%-
XYZ36.2826.7819.78-
YUV142.07113.29178.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=48.41%
G=25.23%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311111600.480.460.16357.0654.8463.53
HexD56F740302E101653740
Octal325157164060562054567100
Binary11010101110111111101000110000101110100001011001011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F74; }

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

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

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

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

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

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

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

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