Html Css Color HEX #DC494A Mandy

📋 copy color: '#DC494A'

red 220 ◦ green 73 ◦ blue 74

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

Shades of Mandy #DC494A

Tints of Mandy #DC494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.89%

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

R = 59.95%
G = 19.89%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC494A (or 0xDC494A) is known color: Mandy. HEX triplet: DC, 49 and 4A. RGB value is (220,73,74). Sum of RGB (Red+Green+Blue) = 220+73+74=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC494A is #23B6B5. Grayscale: #757575. Windows color (decimal): -2340534 or 4868572. OLE color: 4868572.

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

Color convert

RGB 220 73 74 -
CMYK 0 0.67 0.66 0.14
HSL 359.59º 0.68% 0.57% -
HSV(B) 359.59º 0.67% 0.86% -
XYZ 33.13 20.48 8.68 -
YUV 117.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 220 73 74 0 0.67 0.66 0.14 359.59 0.68 0.57
Hex DC 49 4A 0 43 42 E 168 44 39
Octal 334 111 112 0 103 102 16 550 104 71
Binary 11011100 1001001 1001010 0 1000011 1000010 1110 101101000 1000100 111001

Color Harmonies of #DC494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC494A

Black with #DC494A

Text Example


Text Example

White with #DC494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC494A; }

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

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

background-color css

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

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

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

border-color css

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

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

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