#D04F56

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

Shades of Mandy #D04F56

Tints of Mandy #D04F56

Color information

#D04F56 (or 0xD04F56) is unknown color: approx Mandy. HEX triplet: D0, 4F and 56. RGB value is (208,79,86). Sum of RGB (Red+Green+Blue) = 208+79+86=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F56 is #2FB0A9. Grayscale: #767676. Windows color (decimal): -3125418 or 5656528. OLE color: 5656528.

HSL color Cylindrical-coordinate representation of color #D04F56: hue angle of 356.74º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04F56 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB2087986-
CMYK00.620.590.18
HSL356.74º57.85%56.27%-
HSV(B)356.74º62.02%81.57%-
XYZ30.4919.6710.99-
YUV118.37109.74191.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.76%
GREEN value IS 79 (31.25% from 255) = 21.18%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=55.76%
G=21.18%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208798600.620.590.18356.7457.8556.27
HexD04F5603E3B121653a38
Octal32011712607673225457270
Binary1101000010011111010110011111011101110010101100101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F56; }

 p { color: rgb(208,79,86); }

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

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

 a { background-color: rgb(208,79,86); }

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

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

 span { border-color: rgb(208,79,86); }

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