Html Css Color HEX #DC4A4F Mandy

📋 copy color: '#DC4A4F'

red 220 ◦ green 74 ◦ blue 79

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

Shades of Mandy #DC4A4F

Tints of Mandy #DC4A4F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.84%

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

R = 58.98%
G = 19.84%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC4A4F (or 0xDC4A4F) is known color: Mandy. HEX triplet: DC, 4A and 4F. RGB value is (220,74,79). Sum of RGB (Red+Green+Blue) = 220+74+79=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4A4F is #23B5B0. Grayscale: #767676. Windows color (decimal): -2340273 or 5196508. OLE color: 5196508.

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

Color convert

RGB 220 74 79 -
CMYK 0 0.66 0.64 0.14
HSL 357.95º 0.68% 0.58% -
HSV(B) 357.95º 0.66% 0.86% -
XYZ 33.38 20.68 9.63 -
YUV 118.22 105.87 200.59 -
System Red Green Blue C M Y K H S L
Decimal 220 74 79 0 0.66 0.64 0.14 357.95 0.68 0.58
Hex DC 4A 4F 0 42 40 E 166 44 3A
Octal 334 112 117 0 102 100 16 546 104 72
Binary 11011100 1001010 1001111 0 1000010 1000000 1110 101100110 1000100 111010

Color Harmonies of #DC4A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A4F

Black with #DC4A4F

Text Example


Text Example

White with #DC4A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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