#D04A55

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

Shades of Mandy #D04A55

Tints of Mandy #D04A55

Color information

#D04A55 (or 0xD04A55) is unknown color: approx Mandy. HEX triplet: D0, 4A and 55. RGB value is (208,74,85). Sum of RGB (Red+Green+Blue) = 208+74+85=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A55 is #2FB5AA. Grayscale: #737373. Windows color (decimal): -3126699 or 5589712. OLE color: 5589712.

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

Color convert

RGB2087485-
CMYK00.640.590.18
HSL355.07º58.77%55.29%-
HSV(B)355.07º64.42%81.57%-
XYZ30.118.9610.67-
YUV115.32110.89194.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.68%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=56.68%
G=20.16%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208748500.640.590.18355.0758.7755.29
HexD04A550403B121633b37
Octal320112125010073225437367
Binary11010000100101010101010100000011101110010101100011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04A55; }

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

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

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

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

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

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

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

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