Html Css Color HEX #DC4E4F Mandy

📋 copy color: '#DC4E4F'

red 220 ◦ green 78 ◦ blue 79

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

Shades of Mandy #DC4E4F

Tints of Mandy #DC4E4F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.69%

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

R = 58.36%
G = 20.69%
B = 20.95%

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

#DC4E4F (or 0xDC4E4F) is known color: Mandy. HEX triplet: DC, 4E and 4F. RGB value is (220,78,79). Sum of RGB (Red+Green+Blue) = 220+78+79=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E4F is #23B1B0. Grayscale: #787878. Windows color (decimal): -2339249 or 5197532. OLE color: 5197532.

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

Color convert

RGB 220 78 79 -
CMYK 0 0.65 0.64 0.14
HSL 359.58º 0.67% 0.58% -
HSV(B) 359.58º 0.65% 0.86% -
XYZ 33.65 21.23 9.72 -
YUV 120.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 220 78 79 0 0.65 0.64 0.14 359.58 0.67 0.58
Hex DC 4E 4F 0 41 40 E 168 43 3A
Octal 334 116 117 0 101 100 16 550 103 72
Binary 11011100 1001110 1001111 0 1000001 1000000 1110 101101000 1000011 111010

Color Harmonies of #DC4E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E4F

Black with #DC4E4F

Text Example


Text Example

White with #DC4E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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