#D56879

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

Shades of Froly #D56879

Tints of Froly #D56879

Color information

#D56879 (or 0xD56879) is unknown color: approx Froly. HEX triplet: D5, 68 and 79. RGB value is (213,104,121). Sum of RGB (Red+Green+Blue) = 213+104+121=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D56879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56879 is #2A9786. Grayscale: #8A8A8A. Windows color (decimal): -2791303 or 7956693. OLE color: 7956693.

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

Color convert

RGB213104121-
CMYK00.510.430.16
HSL350.64º56.48%62.16%-
HSV(B)350.64º51.17%83.53%-
XYZ35.8425.4321.11-
YUV138.53118.11181.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.63%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 121 (47.66% from 255) = 27.63%
R=48.63%
G=23.74%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310412100.510.430.16350.6456.4862.16
HexD568790332B1015f383e
Octal32515017106353205377076
Binary1101010111010001111001011001110101110000101011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56879; }

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

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

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

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

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

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

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

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