Html Css Color HEX #DC424A Mandy

📋 copy color: '#DC424A'

red 220 ◦ green 66 ◦ blue 74

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

Shades of Mandy #DC424A

Tints of Mandy #DC424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 61.11%
G = 18.33%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC424A (or 0xDC424A) is known color: Mandy. HEX triplet: DC, 42 and 4A. RGB value is (220,66,74). Sum of RGB (Red+Green+Blue) = 220+66+74=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC424A is #23BDB5. Grayscale: #717171. Windows color (decimal): -2342326 or 4866780. OLE color: 4866780.

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

Color convert

RGB 220 66 74 -
CMYK 0 0.7 0.66 0.14
HSL 356.88º 0.69% 0.56% -
HSV(B) 356.88º 0.7% 0.86% -
XYZ 32.7 19.61 8.54 -
YUV 112.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 220 66 74 0 0.7 0.66 0.14 356.88 0.69 0.56
Hex DC 42 4A 0 46 42 E 165 45 38
Octal 334 102 112 0 106 102 16 545 105 70
Binary 11011100 1000010 1001010 0 1000110 1000010 1110 101100101 1000101 111000

Color Harmonies of #DC424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC424A

Black with #DC424A

Text Example


Text Example

White with #DC424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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