Html Css Color HEX #DC3F54 Amaranth

📋 copy color: '#DC3F54'

red 220 ◦ green 63 ◦ blue 84

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

Shades of Amaranth #DC3F54

Tints of Amaranth #DC3F54

RGB

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

 GREEN value IS 63 (25% from 255) = 17.17%

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 59.95%
G = 17.17%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC3F54 (or 0xDC3F54) is known color: Amaranth. HEX triplet: DC, 3F and 54. RGB value is (220,63,84). Sum of RGB (Red+Green+Blue) = 220+63+84=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F54 is #23C0AB. Grayscale: #707070. Windows color (decimal): -2343084 or 5521372. OLE color: 5521372.

HSL color Cylindrical-coordinate representation of color #DC3F54: hue angle of 351.97º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F54 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 63 84 -
CMYK 0 0.71 0.62 0.14
HSL 351.97º 0.69% 0.55% -
HSV(B) 351.97º 0.71% 0.86% -
XYZ 32.89 19.41 10.4 -
YUV 112.34 112.01 204.79 -
System Red Green Blue C M Y K H S L
Decimal 220 63 84 0 0.71 0.62 0.14 351.97 0.69 0.55
Hex DC 3F 54 0 47 3E E 160 45 37
Octal 334 77 124 0 107 76 16 540 105 67
Binary 11011100 111111 1010100 0 1000111 111110 1110 101100000 1000101 110111

Color Harmonies of #DC3F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F54

Black with #DC3F54

Text Example


Text Example

White with #DC3F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F54; }

 p { color: rgb(220,63,84); }

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

background-color css

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

 a { background-color: rgb(220,63,84); }

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

border-color css

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

 span { border-color: rgb(220,63,84); }

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