Html Css Color HEX #DC2057 Amaranth

📋 copy color: '#DC2057'

red 220 ◦ green 32 ◦ blue 87

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

Shades of Amaranth #DC2057

Tints of Amaranth #DC2057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.44%

 BLUE value IS 87 (34.38% from 255) = 25.66%

R = 64.9%
G = 9.44%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC2057 (or 0xDC2057) is known color: Amaranth. HEX triplet: DC, 20 and 57. RGB value is (220,32,87). Sum of RGB (Red+Green+Blue) = 220+32+87=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2057 is #23DFA8. Grayscale: #5E5E5E. Windows color (decimal): -2351017 or 5710044. OLE color: 5710044.

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

Color convert

RGB 220 32 87 -
CMYK 0 0.85 0.60 0.14
HSL 342.45º 0.75% 0.49% -
HSV(B) 342.45º 0.85% 0.86% -
XYZ 31.75 16.94 10.61 -
YUV 94.48 123.78 217.53 -
System Red Green Blue C M Y K H S L
Decimal 220 32 87 0 0.85 0.60 0.14 342.45 0.75 0.49
Hex DC 20 57 0 55 3C E 156 4B 31
Octal 334 40 127 0 125 74 16 526 113 61
Binary 11011100 100000 1010111 0 1010101 111100 1110 101010110 1001011 110001

Color Harmonies of #DC2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2057

Black with #DC2057

Text Example


Text Example

White with #DC2057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2057; }

 p { color: rgb(220,32,87); }

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

background-color css

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

 a { background-color: rgb(220,32,87); }

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

border-color css

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

 span { border-color: rgb(220,32,87); }

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