#DC4C52

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

Shades of Mandy #DC4C52

Tints of Mandy #DC4C52

Color information

#DC4C52 (or 0xDC4C52) is unknown color: approx Mandy. HEX triplet: DC, 4C and 52. RGB value is (220,76,82). Sum of RGB (Red+Green+Blue) = 220+76+82=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4C52 is #23B3AD. Grayscale: #777777. Windows color (decimal): -2339758 or 5393628. OLE color: 5393628.

HSL color Cylindrical-coordinate representation of color #DC4C52: hue angle of 357.5º 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 #DC4C52 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB2207682-
CMYK00.650.630.14
HSL357.5º67.29%58.04%-
HSV(B)357.5º65.45%86.27%-
XYZ33.6220.9910.26-
YUV119.74106.71199.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.20%
GREEN value IS 76 (30.08% from 255) = 20.11%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=58.20%
G=20.11%
B=21.69%

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
Decimal220768200.650.630.14357.567.2958.04
HexDC4C520413FE166433a
Octal3341141220101771654610372
Binary11011100100110010100100100000111111111101011001101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4C52; }

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

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

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

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

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

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

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

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