Html Css Color HEX #DC2254 Amaranth

📋 copy color: '#DC2254'

red 220 ◦ green 34 ◦ blue 84

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

Shades of Amaranth #DC2254

Tints of Amaranth #DC2254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.06%

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 65.09%
G = 10.06%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC2254 (or 0xDC2254) is known color: Amaranth. HEX triplet: DC, 22 and 54. RGB value is (220,34,84). Sum of RGB (Red+Green+Blue) = 220+34+84=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2254 is #23DDAB. Grayscale: #5F5F5F. Windows color (decimal): -2350508 or 5513948. OLE color: 5513948.

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

Color convert

RGB 220 34 84 -
CMYK 0 0.85 0.62 0.14
HSL 343.87º 0.73% 0.5% -
HSV(B) 343.87º 0.85% 0.86% -
XYZ 31.69 17 10 -
YUV 95.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 220 34 84 0 0.85 0.62 0.14 343.87 0.73 0.5
Hex DC 22 54 0 55 3E E 158 49 32
Octal 334 42 124 0 125 76 16 530 111 62
Binary 11011100 100010 1010100 0 1010101 111110 1110 101011000 1001001 110010

Color Harmonies of #DC2254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2254

Black with #DC2254

Text Example


Text Example

White with #DC2254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2254; }

 p { color: rgb(220,34,84); }

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

background-color css

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

 a { background-color: rgb(220,34,84); }

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

border-color css

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

 span { border-color: rgb(220,34,84); }

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