Html Css Color HEX #DC204D Amaranth

📋 copy color: '#DC204D'

red 220 ◦ green 32 ◦ blue 77

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

Shades of Amaranth #DC204D

Tints of Amaranth #DC204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.73%

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

R = 66.87%
G = 9.73%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC204D (or 0xDC204D) is known color: Amaranth. HEX triplet: DC, 20 and 4D. RGB value is (220,32,77). Sum of RGB (Red+Green+Blue) = 220+32+77=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC204D is #23DFB2. Grayscale: #5D5D5D. Windows color (decimal): -2351027 or 5054684. OLE color: 5054684.

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

Color convert

RGB 220 32 77 -
CMYK 0 0.85 0.65 0.14
HSL 345.64º 0.75% 0.49% -
HSV(B) 345.64º 0.85% 0.86% -
XYZ 31.37 16.78 8.61 -
YUV 93.34 118.78 218.34 -
System Red Green Blue C M Y K H S L
Decimal 220 32 77 0 0.85 0.65 0.14 345.64 0.75 0.49
Hex DC 20 4D 0 55 41 E 15A 4B 31
Octal 334 40 115 0 125 101 16 532 113 61
Binary 11011100 100000 1001101 0 1010101 1000001 1110 101011010 1001011 110001

Color Harmonies of #DC204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC204D

Black with #DC204D

Text Example


Text Example

White with #DC204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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