Html Css Color HEX #DC2E53 Amaranth

📋 copy color: '#DC2E53'

red 220 ◦ green 46 ◦ blue 83

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

Shades of Amaranth #DC2E53

Tints of Amaranth #DC2E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.18%

 BLUE value IS 83 (32.81% from 255) = 23.78%

R = 63.04%
G = 13.18%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC2E53 (or 0xDC2E53) is known color: Amaranth. HEX triplet: DC, 2E and 53. RGB value is (220,46,83). Sum of RGB (Red+Green+Blue) = 220+46+83=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2E53 is #23D1AC. Grayscale: #666666. Windows color (decimal): -2347437 or 5451484. OLE color: 5451484.

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

Color convert

RGB 220 46 83 -
CMYK 0 0.79 0.62 0.14
HSL 347.24º 0.71% 0.52% -
HSV(B) 347.24º 0.79% 0.86% -
XYZ 32.05 17.79 9.93 -
YUV 102.24 117.15 211.99 -
System Red Green Blue C M Y K H S L
Decimal 220 46 83 0 0.79 0.62 0.14 347.24 0.71 0.52
Hex DC 2E 53 0 4F 3E E 15B 47 34
Octal 334 56 123 0 117 76 16 533 107 64
Binary 11011100 101110 1010011 0 1001111 111110 1110 101011011 1000111 110100

Color Harmonies of #DC2E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E53

Black with #DC2E53

Text Example


Text Example

White with #DC2E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E53; }

 p { color: rgb(220,46,83); }

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

background-color css

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

 a { background-color: rgb(220,46,83); }

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

border-color css

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

 span { border-color: rgb(220,46,83); }

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