#D56771

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

Shades of Froly #D56771

Tints of Froly #D56771

Color information

#D56771 (or 0xD56771) is unknown color: approx Froly. HEX triplet: D5, 67 and 71. RGB value is (213,103,113). Sum of RGB (Red+Green+Blue) = 213+103+113=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D56771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56771 is #2A988E. Grayscale: #898989. Windows color (decimal): -2791567 or 7432149. OLE color: 7432149.

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

Color convert

RGB213103113-
CMYK00.520.470.16
HSL354.55º56.7%61.96%-
HSV(B)354.55º51.64%83.53%-
XYZ35.2725.0418.6-
YUV137.03114.44182.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=49.65%
G=24.01%
B=26.34%

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
Decimal21310311300.520.470.16354.5556.761.96
HexD567710342F10163393e
Octal32514716106457205437176
Binary1101010111001111110001011010010111110000101100011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56771; }

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

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

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

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

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

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

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

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