#D56E70

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

Shades of Froly #D56E70

Tints of Froly #D56E70

Color information

#D56E70 (or 0xD56E70) is unknown color: approx Froly. HEX triplet: D5, 6E and 70. RGB value is (213,110,112). Sum of RGB (Red+Green+Blue) = 213+110+112=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E70 is #2A918F. Grayscale: #8D8D8D. Windows color (decimal): -2789776 or 7368405. OLE color: 7368405.

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

Color convert

RGB213110112-
CMYK00.480.470.16
HSL358.83º55.08%63.33%-
HSV(B)358.83º48.36%83.53%-
XYZ35.9426.4718.54-
YUV141.02111.62179.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=48.97%
G=25.29%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311011200.480.470.16358.8355.0863.33
HexD56E700302F10167373f
Octal32515616006057205476777
Binary1101010111011101110000011000010111110000101100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E70; }

 p { color: rgb(213,110,112); }

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

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

 a { background-color: rgb(213,110,112); }

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

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

 span { border-color: rgb(213,110,112); }

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