#DC545E

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

Shades of Mandy #DC545E

Tints of Mandy #DC545E

Color information

#DC545E (or 0xDC545E) is unknown color: approx Mandy. HEX triplet: DC, 54 and 5E. RGB value is (220,84,94). Sum of RGB (Red+Green+Blue) = 220+84+94=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC545E is #23ABA1. Grayscale: #7D7D7D. Windows color (decimal): -2337698 or 6182108. OLE color: 6182108.

HSL color Cylindrical-coordinate representation of color #DC545E: hue angle of 355.59º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC545E is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB2208494-
CMYK00.620.570.14
HSL355.59º66.02%59.61%-
HSV(B)355.59º61.82%86.27%-
XYZ34.7122.3613.08-
YUV125.8110.06195.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.28%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 94 (37.11% from 255) = 23.62%
R=55.28%
G=21.11%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220849400.620.570.14355.5966.0259.61
HexDC545E03E39E164423c
Octal334124136076711654410274
Binary1101110010101001011110011111011100111101011001001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC545E; }

 p { color: rgb(220,84,94); }

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

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

 a { background-color: rgb(220,84,94); }

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

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

 span { border-color: rgb(220,84,94); }

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