#D56579

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

Shades of Froly #D56579

Tints of Froly #D56579

Color information

#D56579 (or 0xD56579) is unknown color: approx Froly. HEX triplet: D5, 65 and 79. RGB value is (213,101,121). Sum of RGB (Red+Green+Blue) = 213+101+121=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D56579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56579 is #2A9A86. Grayscale: #888888. Windows color (decimal): -2792071 or 7955925. OLE color: 7955925.

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

Color convert

RGB213101121-
CMYK00.530.430.16
HSL349.29º57.14%61.57%-
HSV(B)349.29º52.58%83.53%-
XYZ35.5524.8321.01-
YUV136.77119.11182.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=48.97%
G=23.22%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310112100.530.430.16349.2957.1461.57
HexD565790352B1015d393e
Octal32514517106553205357176
Binary1101010111001011111001011010110101110000101011101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56579; }

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

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

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

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

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

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

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

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