#DC4E52

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

Shades of Mandy #DC4E52

Tints of Mandy #DC4E52

Color information

#DC4E52 (or 0xDC4E52) is unknown color: approx Mandy. HEX triplet: DC, 4E and 52. RGB value is (220,78,82). Sum of RGB (Red+Green+Blue) = 220+78+82=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E52 is #23B1AD. Grayscale: #797979. Windows color (decimal): -2339246 or 5394140. OLE color: 5394140.

HSL color Cylindrical-coordinate representation of color #DC4E52: hue angle of 358.31º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4E52 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB2207882-
CMYK00.650.630.14
HSL358.31º66.98%58.43%-
HSV(B)358.31º64.55%86.27%-
XYZ33.7621.2710.31-
YUV120.91106.04198.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.89%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=57.89%
G=20.53%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220788200.650.630.14358.3166.9858.43
HexDC4E520413FE166433a
Octal3341161220101771654610372
Binary11011100100111010100100100000111111111101011001101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4E52; }

 p { color: rgb(220,78,82); }

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

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

 a { background-color: rgb(220,78,82); }

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

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

 span { border-color: rgb(220,78,82); }

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