Html Css Color HEX #DC414E Amaranth

📋 copy color: '#DC414E'

red 220 ◦ green 65 ◦ blue 78

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

Shades of Amaranth #DC414E

Tints of Amaranth #DC414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

 BLUE value IS 78 (30.86% from 255) = 21.49%

R = 60.61%
G = 17.91%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC414E (or 0xDC414E) is known color: Amaranth. HEX triplet: DC, 41 and 4E. RGB value is (220,65,78). Sum of RGB (Red+Green+Blue) = 220+65+78=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC414E is #23BEB1. Grayscale: #707070. Windows color (decimal): -2342578 or 5128668. OLE color: 5128668.

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

Color convert

RGB 220 65 78 -
CMYK 0 0.70 0.65 0.14
HSL 354.97º 0.69% 0.56% -
HSV(B) 354.97º 0.7% 0.86% -
XYZ 32.78 19.55 9.25 -
YUV 112.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 220 65 78 0 0.70 0.65 0.14 354.97 0.69 0.56
Hex DC 41 4E 0 46 41 E 163 45 38
Octal 334 101 116 0 106 101 16 543 105 70
Binary 11011100 1000001 1001110 0 1000110 1000001 1110 101100011 1000101 111000

Color Harmonies of #DC414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC414E

Black with #DC414E

Text Example


Text Example

White with #DC414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC414E; }

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

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

background-color css

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

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

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

border-color css

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

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

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