Html Css Color HEX #DC314E Amaranth

📋 copy color: '#DC314E'

red 220 ◦ green 49 ◦ blue 78

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

Shades of Amaranth #DC314E

Tints of Amaranth #DC314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.12%

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

R = 63.4%
G = 14.12%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC314E (or 0xDC314E) is known color: Amaranth. HEX triplet: DC, 31 and 4E. RGB value is (220,49,78). Sum of RGB (Red+Green+Blue) = 220+49+78=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC314E is #23CEB1. Grayscale: #676767. Windows color (decimal): -2346674 or 5124572. OLE color: 5124572.

HSL color Cylindrical-coordinate representation of color #DC314E: hue angle of 349.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC314E is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 49 78 -
CMYK 0 0.78 0.65 0.14
HSL 349.82º 0.71% 0.53% -
HSV(B) 349.82º 0.78% 0.86% -
XYZ 31.99 17.96 8.99 -
YUV 103.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 220 49 78 0 0.78 0.65 0.14 349.82 0.71 0.53
Hex DC 31 4E 0 4E 41 E 15E 47 35
Octal 334 61 116 0 116 101 16 536 107 65
Binary 11011100 110001 1001110 0 1001110 1000001 1110 101011110 1000111 110101

Color Harmonies of #DC314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC314E

Black with #DC314E

Text Example


Text Example

White with #DC314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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