Html Css Color HEX #DC284E Amaranth

📋 copy color: '#DC284E'

red 220 ◦ green 40 ◦ blue 78

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

Shades of Amaranth #DC284E

Tints of Amaranth #DC284E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 65.09%
G = 11.83%
B = 23.08%

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

#DC284E (or 0xDC284E) is known color: Amaranth. HEX triplet: DC, 28 and 4E. RGB value is (220,40,78). Sum of RGB (Red+Green+Blue) = 220+40+78=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC284E is #23D7B1. Grayscale: #626262. Windows color (decimal): -2348978 or 5122268. OLE color: 5122268.

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

Color convert

RGB 220 40 78 -
CMYK 0 0.82 0.65 0.14
HSL 347.33º 0.72% 0.51% -
HSV(B) 347.33º 0.82% 0.86% -
XYZ 31.65 17.28 8.88 -
YUV 98.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 220 40 78 0 0.82 0.65 0.14 347.33 0.72 0.51
Hex DC 28 4E 0 52 41 E 15B 48 33
Octal 334 50 116 0 122 101 16 533 110 63
Binary 11011100 101000 1001110 0 1010010 1000001 1110 101011011 1001000 110011

Color Harmonies of #DC284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC284E

Black with #DC284E

Text Example


Text Example

White with #DC284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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