#D56871

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

Shades of Froly #D56871

Tints of Froly #D56871

Color information

#D56871 (or 0xD56871) is unknown color: approx Froly. HEX triplet: D5, 68 and 71. RGB value is (213,104,113). Sum of RGB (Red+Green+Blue) = 213+104+113=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D56871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56871 is #2A978E. Grayscale: #898989. Windows color (decimal): -2791311 or 7432405. OLE color: 7432405.

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

Color convert

RGB213104113-
CMYK00.510.470.16
HSL355.05º56.48%62.16%-
HSV(B)355.05º51.17%83.53%-
XYZ35.3725.2418.63-
YUV137.62114.11181.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.53%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=49.53%
G=24.19%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310411300.510.470.16355.0556.4862.16
HexD568710332F10163383e
Octal32515016106357205437076
Binary1101010111010001110001011001110111110000101100011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56871; }

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

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

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

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

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

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

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

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