Html Css Color HEX #DC4054 Amaranth

📋 copy color: '#DC4054'

red 220 ◦ green 64 ◦ blue 84

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

Shades of Amaranth #DC4054

Tints of Amaranth #DC4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

 BLUE value IS 84 (33.2% from 255) = 22.83%

R = 59.78%
G = 17.39%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC4054 (or 0xDC4054) is known color: Amaranth. HEX triplet: DC, 40 and 54. RGB value is (220,64,84). Sum of RGB (Red+Green+Blue) = 220+64+84=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4054 is #23BFAB. Grayscale: #707070. Windows color (decimal): -2342828 or 5521628. OLE color: 5521628.

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

Color convert

RGB 220 64 84 -
CMYK 0 0.71 0.62 0.14
HSL 352.31º 0.69% 0.56% -
HSV(B) 352.31º 0.71% 0.86% -
XYZ 32.95 19.52 10.42 -
YUV 112.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 220 64 84 0 0.71 0.62 0.14 352.31 0.69 0.56
Hex DC 40 54 0 47 3E E 160 45 38
Octal 334 100 124 0 107 76 16 540 105 70
Binary 11011100 1000000 1010100 0 1000111 111110 1110 101100000 1000101 111000

Color Harmonies of #DC4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4054

Black with #DC4054

Text Example


Text Example

White with #DC4054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4054; }

 p { color: rgb(220,64,84); }

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

background-color css

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

 a { background-color: rgb(220,64,84); }

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

border-color css

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

 span { border-color: rgb(220,64,84); }

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