Html Css Color HEX #DC2F57 Amaranth

📋 copy color: '#DC2F57'

red 220 ◦ green 47 ◦ blue 87

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

Shades of Amaranth #DC2F57

Tints of Amaranth #DC2F57

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.28%

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

R = 62.15%
G = 13.28%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC2F57 (or 0xDC2F57) is known color: Amaranth. HEX triplet: DC, 2F and 57. RGB value is (220,47,87). Sum of RGB (Red+Green+Blue) = 220+47+87=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2F57 is #23D0A8. Grayscale: #676767. Windows color (decimal): -2347177 or 5713884. OLE color: 5713884.

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

Color convert

RGB 220 47 87 -
CMYK 0 0.79 0.60 0.14
HSL 346.13º 0.71% 0.52% -
HSV(B) 346.13º 0.79% 0.86% -
XYZ 32.25 17.94 10.78 -
YUV 103.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 220 47 87 0 0.79 0.60 0.14 346.13 0.71 0.52
Hex DC 2F 57 0 4F 3C E 15A 47 34
Octal 334 57 127 0 117 74 16 532 107 64
Binary 11011100 101111 1010111 0 1001111 111100 1110 101011010 1000111 110100

Color Harmonies of #DC2F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F57

Black with #DC2F57

Text Example


Text Example

White with #DC2F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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