#D56B72

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

Shades of Froly #D56B72

Tints of Froly #D56B72

Color information

#D56B72 (or 0xD56B72) is unknown color: approx Froly. HEX triplet: D5, 6B and 72. RGB value is (213,107,114). Sum of RGB (Red+Green+Blue) = 213+107+114=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56B72 is #2A948D. Grayscale: #8B8B8B. Windows color (decimal): -2790542 or 7498709. OLE color: 7498709.

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

Color convert

RGB213107114-
CMYK00.500.460.16
HSL356.04º55.79%62.75%-
HSV(B)356.04º49.77%83.53%-
XYZ35.7425.8819.03-
YUV139.49113.62180.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.08%
GREEN value IS 107 (42.19% from 255) = 24.65%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=49.08%
G=24.65%
B=26.27%

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
Decimal21310711400.500.460.16356.0455.7962.75
HexD56B720322E10164383f
Octal32515316206256205447077
Binary1101010111010111110010011001010111010000101100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56B72; }

 p { color: rgb(213,107,114); }

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

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

 a { background-color: rgb(213,107,114); }

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

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

 span { border-color: rgb(213,107,114); }

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