#D04F55

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

Shades of Mandy #D04F55

Tints of Mandy #D04F55

Color information

#D04F55 (or 0xD04F55) is unknown color: approx Mandy. HEX triplet: D0, 4F and 55. RGB value is (208,79,85). Sum of RGB (Red+Green+Blue) = 208+79+85=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F55 is #2FB0AA. Grayscale: #767676. Windows color (decimal): -3125419 or 5590992. OLE color: 5590992.

HSL color Cylindrical-coordinate representation of color #D04F55: hue angle of 357.21º 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 #D04F55 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB2087985-
CMYK00.620.590.18
HSL357.21º57.85%56.27%-
HSV(B)357.21º62.02%81.57%-
XYZ30.4519.6610.78-
YUV118.26109.24192.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.91%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 85 (33.59% from 255) = 22.85%
R=55.91%
G=21.24%
B=22.85%

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
Decimal208798500.620.590.18357.2157.8556.27
HexD04F5503E3B121653a38
Octal32011712507673225457270
Binary1101000010011111010101011111011101110010101100101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F55; }

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

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

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

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

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

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

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

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