Html Css Color HEX #DC204B Amaranth

📋 copy color: '#DC204B'

red 220 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #DC204B

Tints of Amaranth #DC204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 67.28%
G = 9.79%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC204B (or 0xDC204B) is known color: Amaranth. HEX triplet: DC, 20 and 4B. RGB value is (220,32,75). Sum of RGB (Red+Green+Blue) = 220+32+75=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC204B is #23DFB4. Grayscale: #5D5D5D. Windows color (decimal): -2351029 or 4923612. OLE color: 4923612.

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

Color convert

RGB 220 32 75 -
CMYK 0 0.85 0.66 0.14
HSL 346.28º 0.75% 0.49% -
HSV(B) 346.28º 0.85% 0.86% -
XYZ 31.3 16.76 8.24 -
YUV 93.11 117.78 218.5 -
System Red Green Blue C M Y K H S L
Decimal 220 32 75 0 0.85 0.66 0.14 346.28 0.75 0.49
Hex DC 20 4B 0 55 42 E 15A 4B 31
Octal 334 40 113 0 125 102 16 532 113 61
Binary 11011100 100000 1001011 0 1010101 1000010 1110 101011010 1001011 110001

Color Harmonies of #DC204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC204B

Black with #DC204B

Text Example


Text Example

White with #DC204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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