#DC4A5C

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

Shades of Mandy #DC4A5C

Tints of Mandy #DC4A5C

Color information

#DC4A5C (or 0xDC4A5C) is unknown color: approx Mandy. HEX triplet: DC, 4A and 5C. RGB value is (220,74,92). Sum of RGB (Red+Green+Blue) = 220+74+92=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4A5C is #23B5A3. Grayscale: #777777. Windows color (decimal): -2340260 or 6048476. OLE color: 6048476.

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

Color convert

RGB2207492-
CMYK00.660.580.14
HSL352.6º67.59%57.65%-
HSV(B)352.6º66.36%86.27%-
XYZ33.920.8912.37-
YUV119.71112.37199.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.99%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=56.99%
G=19.17%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220749200.660.580.14352.667.5957.65
HexDC4A5C0423AE161443a
Octal3341121340102721654110472
Binary11011100100101010111000100001011101011101011000011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4A5C; }

 p { color: rgb(220,74,92); }

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

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

 a { background-color: rgb(220,74,92); }

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

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

 span { border-color: rgb(220,74,92); }

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