Html Css Color HEX #DC4055 Amaranth

📋 copy color: '#DC4055'

red 220 ◦ green 64 ◦ blue 85

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

Shades of Amaranth #DC4055

Tints of Amaranth #DC4055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 59.62%
G = 17.34%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC4055 (or 0xDC4055) is known color: Amaranth. HEX triplet: DC, 40 and 55. RGB value is (220,64,85). Sum of RGB (Red+Green+Blue) = 220+64+85=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4055 is #23BFAA. Grayscale: #717171. Windows color (decimal): -2342827 or 5587164. OLE color: 5587164.

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

Color convert

RGB 220 64 85 -
CMYK 0 0.71 0.61 0.14
HSL 351.92º 0.69% 0.56% -
HSV(B) 351.92º 0.71% 0.86% -
XYZ 32.99 19.54 10.63 -
YUV 113.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 220 64 85 0 0.71 0.61 0.14 351.92 0.69 0.56
Hex DC 40 55 0 47 3D E 160 45 38
Octal 334 100 125 0 107 75 16 540 105 70
Binary 11011100 1000000 1010101 0 1000111 111101 1110 101100000 1000101 111000

Color Harmonies of #DC4055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4055

Black with #DC4055

Text Example


Text Example

White with #DC4055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4055; }

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

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

background-color css

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

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

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

border-color css

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

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

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