#dc4c58

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

Shades of Mandy #DC4C58

Tints of Mandy #DC4C58

Color information

#DC4C58 (or 0xDC4C58) is unknown color: approx Mandy. HEX triplet: DC, 4C and 58. RGB value is (220,76,88). Sum of RGB (Red+Green+Blue) = 220+76+88=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4C58 is #23B3A7. Grayscale: #787878. Windows color (decimal): -2339752 or 5786844. OLE color: 5786844.

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

Color convert

RGB2207688-
CMYK00.650.60.14
HSL355º67.29%58.04%-
HSV(B)355º65.45%86.27%-
XYZ33.8621.0911.52-
YUV120.42109.71199.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.29%
GREEN value IS 76 (30.08% from 255) = 19.79%
BLUE value IS 88 (34.77% from 255) = 22.92%
R=57.29%
G=19.79%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220768800.650.60.1435567.2958.04
HexDC4C580413CE163433a
Octal3341141300101741654310372
Binary11011100100110010110000100000111110011101011000111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc4c58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc4c58; }

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

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

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

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

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

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

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

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