#D56472

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

Shades of Froly #D56472

Tints of Froly #D56472

Color information

#D56472 (or 0xD56472) is unknown color: approx Froly. HEX triplet: D5, 64 and 72. RGB value is (213,100,114). Sum of RGB (Red+Green+Blue) = 213+100+114=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D56472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56472 is #2A9B8D. Grayscale: #878787. Windows color (decimal): -2792334 or 7496917. OLE color: 7496917.

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

Color convert

RGB213100114-
CMYK00.530.460.16
HSL352.57º57.36%61.37%-
HSV(B)352.57º53.05%83.53%-
XYZ35.0424.4818.8-
YUV135.38115.94183.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=49.88%
G=23.42%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310011400.530.460.16352.5757.3661.37
HexD564720352E10161393d
Octal32514416206556205417175
Binary1101010111001001110010011010110111010000101100001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56472; }

 p { color: rgb(213,100,114); }

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

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

 a { background-color: rgb(213,100,114); }

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

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

 span { border-color: rgb(213,100,114); }

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