Html Css Color HEX #DC1E53 Amaranth

📋 copy color: '#DC1E53'

red 220 ◦ green 30 ◦ blue 83

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

Shades of Amaranth #DC1E53

Tints of Amaranth #DC1E53

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.01%

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

R = 66.07%
G = 9.01%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC1E53 (or 0xDC1E53) is known color: Amaranth. HEX triplet: DC, 1E and 53. RGB value is (220,30,83). Sum of RGB (Red+Green+Blue) = 220+30+83=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E53 is #23E1AC. Grayscale: #5C5C5C. Windows color (decimal): -2351533 or 5447388. OLE color: 5447388.

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

Color convert

RGB 220 30 83 -
CMYK 0 0.86 0.62 0.14
HSL 343.26º 0.76% 0.49% -
HSV(B) 343.26º 0.86% 0.86% -
XYZ 31.54 16.77 9.76 -
YUV 92.85 122.45 218.69 -
System Red Green Blue C M Y K H S L
Decimal 220 30 83 0 0.86 0.62 0.14 343.26 0.76 0.49
Hex DC 1E 53 0 56 3E E 157 4C 31
Octal 334 36 123 0 126 76 16 527 114 61
Binary 11011100 11110 1010011 0 1010110 111110 1110 101010111 1001100 110001

Color Harmonies of #DC1E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E53

Black with #DC1E53

Text Example


Text Example

White with #DC1E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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