#D56770

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

Shades of Froly #D56770

Tints of Froly #D56770

Color information

#D56770 (or 0xD56770) is unknown color: approx Froly. HEX triplet: D5, 67 and 70. RGB value is (213,103,112). Sum of RGB (Red+Green+Blue) = 213+103+112=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D56770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56770 is #2A988F. Grayscale: #888888. Windows color (decimal): -2791568 or 7366613. OLE color: 7366613.

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

Color convert

RGB213103112-
CMYK00.520.470.16
HSL355.09º56.7%61.96%-
HSV(B)355.09º51.64%83.53%-
XYZ35.2225.0218.3-
YUV136.92113.94182.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=49.77%
G=24.07%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310311200.520.470.16355.0956.761.96
HexD567700342F10163393e
Octal32514716006457205437176
Binary1101010111001111110000011010010111110000101100011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56770; }

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

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

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

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

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

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

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

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