#D04D54

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

Shades of Mandy #D04D54

Tints of Mandy #D04D54

Color information

#D04D54 (or 0xD04D54) is unknown color: approx Mandy. HEX triplet: D0, 4D and 54. RGB value is (208,77,84). Sum of RGB (Red+Green+Blue) = 208+77+84=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04D54 is #2FB2AB. Grayscale: #757575. Windows color (decimal): -3125932 or 5524944. OLE color: 5524944.

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

Color convert

RGB2087784-
CMYK00.630.600.18
HSL356.79º58.22%55.88%-
HSV(B)356.79º62.98%81.57%-
XYZ30.2719.3610.53-
YUV116.97109.4192.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.37%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=56.37%
G=20.87%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208778400.630.600.18356.7958.2255.88
HexD04D5403F3C121653a38
Octal32011512407774225457270
Binary1101000010011011010100011111111110010010101100101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04D54; }

 p { color: rgb(208,77,84); }

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

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

 a { background-color: rgb(208,77,84); }

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

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

 span { border-color: rgb(208,77,84); }

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