Html Css Color HEX #DC284D Amaranth

📋 copy color: '#DC284D'

red 220 ◦ green 40 ◦ blue 77

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

Shades of Amaranth #DC284D

Tints of Amaranth #DC284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 65.28%
G = 11.87%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC284D (or 0xDC284D) is known color: Amaranth. HEX triplet: DC, 28 and 4D. RGB value is (220,40,77). Sum of RGB (Red+Green+Blue) = 220+40+77=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC284D is #23D7B2. Grayscale: #626262. Windows color (decimal): -2348979 or 5056732. OLE color: 5056732.

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

Color convert

RGB 220 40 77 -
CMYK 0 0.82 0.65 0.14
HSL 347.67º 0.72% 0.51% -
HSV(B) 347.67º 0.82% 0.86% -
XYZ 31.61 17.27 8.69 -
YUV 98.04 116.13 214.99 -
System Red Green Blue C M Y K H S L
Decimal 220 40 77 0 0.82 0.65 0.14 347.67 0.72 0.51
Hex DC 28 4D 0 52 41 E 15C 48 33
Octal 334 50 115 0 122 101 16 534 110 63
Binary 11011100 101000 1001101 0 1010010 1000001 1110 101011100 1001000 110011

Color Harmonies of #DC284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC284D

Black with #DC284D

Text Example


Text Example

White with #DC284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC284D; }

 p { color: rgb(220,40,77); }

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

background-color css

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

 a { background-color: rgb(220,40,77); }

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

border-color css

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

 span { border-color: rgb(220,40,77); }

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