#D56D70

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

Shades of Froly #D56D70

Tints of Froly #D56D70

Color information

#D56D70 (or 0xD56D70) is unknown color: approx Froly. HEX triplet: D5, 6D and 70. RGB value is (213,109,112). Sum of RGB (Red+Green+Blue) = 213+109+112=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D70 is #2A928F. Grayscale: #8C8C8C. Windows color (decimal): -2790032 or 7368149. OLE color: 7368149.

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

Color convert

RGB213109112-
CMYK00.490.470.16
HSL358.27º55.32%63.14%-
HSV(B)358.27º48.83%83.53%-
XYZ35.8326.2518.51-
YUV140.44111.96179.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.08%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=49.08%
G=25.12%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310911200.490.470.16358.2755.3263.14
HexD56D700312F10166373f
Octal32515516006157205466777
Binary1101010111011011110000011000110111110000101100110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D70; }

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

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

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

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

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

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

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

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