#D56D74

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

Shades of Froly #D56D74

Tints of Froly #D56D74

Color information

#D56D74 (or 0xD56D74) is unknown color: approx Froly. HEX triplet: D5, 6D and 74. RGB value is (213,109,116). Sum of RGB (Red+Green+Blue) = 213+109+116=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D74 is #2A928B. Grayscale: #8C8C8C. Windows color (decimal): -2790028 or 7630293. OLE color: 7630293.

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

Color convert

RGB213109116-
CMYK00.490.460.16
HSL355.96º55.32%63.14%-
HSV(B)355.96º48.83%83.53%-
XYZ36.0626.3419.71-
YUV140.89113.96179.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.63%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=48.63%
G=24.89%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310911600.490.460.16355.9655.3263.14
HexD56D740312E10164373f
Octal32515516406156205446777
Binary1101010111011011110100011000110111010000101100100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D74; }

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

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

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

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

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

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

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

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