Html Css Color HEX #DC2657 Amaranth

📋 copy color: '#DC2657'

red 220 ◦ green 38 ◦ blue 87

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

Shades of Amaranth #DC2657

Tints of Amaranth #DC2657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.01%

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

R = 63.77%
G = 11.01%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC2657 (or 0xDC2657) is known color: Amaranth. HEX triplet: DC, 26 and 57. RGB value is (220,38,87). Sum of RGB (Red+Green+Blue) = 220+38+87=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2657 is #23D9A8. Grayscale: #616161. Windows color (decimal): -2349481 or 5711580. OLE color: 5711580.

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

Color convert

RGB 220 38 87 -
CMYK 0 0.83 0.60 0.14
HSL 343.85º 0.72% 0.51% -
HSV(B) 343.85º 0.83% 0.86% -
XYZ 31.93 17.29 10.67 -
YUV 98 121.8 215.02 -
System Red Green Blue C M Y K H S L
Decimal 220 38 87 0 0.83 0.60 0.14 343.85 0.72 0.51
Hex DC 26 57 0 53 3C E 158 48 33
Octal 334 46 127 0 123 74 16 530 110 63
Binary 11011100 100110 1010111 0 1010011 111100 1110 101011000 1001000 110011

Color Harmonies of #DC2657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2657

Black with #DC2657

Text Example


Text Example

White with #DC2657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2657; }

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

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

background-color css

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

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

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

border-color css

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

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

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