#D56A76

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

Shades of Froly #D56A76

Tints of Froly #D56A76

Color information

#D56A76 (or 0xD56A76) is unknown color: approx Froly. HEX triplet: D5, 6A and 76. RGB value is (213,106,118). Sum of RGB (Red+Green+Blue) = 213+106+118=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A76 is #2A9589. Grayscale: #8B8B8B. Windows color (decimal): -2790794 or 7760597. OLE color: 7760597.

HSL color Cylindrical-coordinate representation of color #D56A76: hue angle of 353.27º 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 #D56A76 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213106118-
CMYK00.500.450.16
HSL353.27º56.02%62.55%-
HSV(B)353.27º50.23%83.53%-
XYZ35.8625.7620.22-
YUV139.36115.95180.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.74%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=48.74%
G=24.26%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310611800.500.450.16353.2756.0262.55
HexD56A760322D10161383f
Octal32515216606255205417077
Binary1101010111010101110110011001010110110000101100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A76; }

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

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

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

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

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

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

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

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