#DC4748

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

Shades of Mandy #DC4748

Tints of Mandy #DC4748

Color information

#DC4748 (or 0xDC4748) is unknown color: approx Mandy. HEX triplet: DC, 47 and 48. RGB value is (220,71,72). Sum of RGB (Red+Green+Blue) = 220+71+72=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4748 is #23B8B7. Grayscale: #737373. Windows color (decimal): -2341048 or 4736988. OLE color: 4736988.

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

Color convert

RGB2207172-
CMYK00.680.670.14
HSL359.6º68.04%57.06%-
HSV(B)359.6º67.73%86.27%-
XYZ32.9420.198.29-
YUV115.66103.36202.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.61%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=60.61%
G=19.56%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220717200.680.670.14359.668.0457.06
HexDC474804443E1684439
Octal33410711001041031655010471
Binary110111001000111100100001000100100001111101011010001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4748; }

 p { color: rgb(220,71,72); }

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

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

 a { background-color: rgb(220,71,72); }

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

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

 span { border-color: rgb(220,71,72); }

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