#D56576

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

Shades of Froly #D56576

Tints of Froly #D56576

Color information

#D56576 (or 0xD56576) is unknown color: approx Froly. HEX triplet: D5, 65 and 76. RGB value is (213,101,118). Sum of RGB (Red+Green+Blue) = 213+101+118=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D56576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56576 is #2A9A89. Grayscale: #888888. Windows color (decimal): -2792074 or 7759317. OLE color: 7759317.

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

Color convert

RGB213101118-
CMYK00.530.450.16
HSL350.89º57.14%61.57%-
HSV(B)350.89º52.58%83.53%-
XYZ35.3624.7620.06-
YUV136.43117.61182.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.31%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=49.31%
G=23.38%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310111800.530.450.16350.8957.1461.57
HexD565760352D1015f393e
Octal32514516606555205377176
Binary1101010111001011110110011010110110110000101011111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56576; }

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

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

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

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

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

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

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

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