Html Css Color HEX #DC204E Amaranth

📋 copy color: '#DC204E'

red 220 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #DC204E

Tints of Amaranth #DC204E

RGB

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

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

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

R = 66.67%
G = 9.7%
B = 23.64%

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

#DC204E (or 0xDC204E) is known color: Amaranth. HEX triplet: DC, 20 and 4E. RGB value is (220,32,78). Sum of RGB (Red+Green+Blue) = 220+32+78=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC204E is #23DFB1. Grayscale: #5D5D5D. Windows color (decimal): -2351026 or 5120220. OLE color: 5120220.

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

Color convert

RGB 220 32 78 -
CMYK 0 0.85 0.65 0.14
HSL 345.32º 0.75% 0.49% -
HSV(B) 345.32º 0.85% 0.86% -
XYZ 31.41 16.8 8.79 -
YUV 93.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 220 32 78 0 0.85 0.65 0.14 345.32 0.75 0.49
Hex DC 20 4E 0 55 41 E 159 4B 31
Octal 334 40 116 0 125 101 16 531 113 61
Binary 11011100 100000 1001110 0 1010101 1000001 1110 101011001 1001011 110001

Color Harmonies of #DC204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC204E

Black with #DC204E

Text Example


Text Example

White with #DC204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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