Html Css Color HEX #DC4D4F Mandy

📋 copy color: '#DC4D4F'

red 220 ◦ green 77 ◦ blue 79

#DC4D4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #DC4D4F

Tints of Mandy #DC4D4F

RGB

 RED value IS 220 (86.33% from 255) = 58.51%

 GREEN value IS 77 (30.47% from 255) = 20.48%

 BLUE value IS 79 (31.25% from 255) = 21.01%

R = 58.51%
G = 20.48%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC4D4F (or 0xDC4D4F) is known color: Mandy. HEX triplet: DC, 4D and 4F. RGB value is (220,77,79). Sum of RGB (Red+Green+Blue) = 220+77+79=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D4F is #23B2B0. Grayscale: #787878. Windows color (decimal): -2339505 or 5197276. OLE color: 5197276.

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

Color convert

RGB 220 77 79 -
CMYK 0 0.65 0.64 0.14
HSL 359.16º 0.67% 0.58% -
HSV(B) 359.16º 0.65% 0.86% -
XYZ 33.58 21.09 9.7 -
YUV 119.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 220 77 79 0 0.65 0.64 0.14 359.16 0.67 0.58
Hex DC 4D 4F 0 41 40 E 167 43 3A
Octal 334 115 117 0 101 100 16 547 103 72
Binary 11011100 1001101 1001111 0 1000001 1000000 1110 101100111 1000011 111010

Color Harmonies of #DC4D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D4F

Black with #DC4D4F

Text Example


Text Example

White with #DC4D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D4F; }

 p { color: rgb(220,77,79); }

 H1.HeaderClassName
 {
   color: #DC4D4F;
 }
 .AnyTagClassName
 {
   color: #DC4D4F;
 }
</style>

background-color css

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

 a { background-color: rgb(220,77,79); }

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

border-color css

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

 span { border-color: rgb(220,77,79); }

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