Html Css Color HEX #DC3E52 Amaranth

📋 copy color: '#DC3E52'

red 220 ◦ green 62 ◦ blue 82

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

Shades of Amaranth #DC3E52

Tints of Amaranth #DC3E52

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.03%

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 60.44%
G = 17.03%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC3E52 (or 0xDC3E52) is known color: Amaranth. HEX triplet: DC, 3E and 52. RGB value is (220,62,82). Sum of RGB (Red+Green+Blue) = 220+62+82=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E52 is #23C1AD. Grayscale: #6F6F6F. Windows color (decimal): -2343342 or 5390044. OLE color: 5390044.

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

Color convert

RGB 220 62 82 -
CMYK 0 0.72 0.63 0.14
HSL 352.41º 0.69% 0.55% -
HSV(B) 352.41º 0.72% 0.86% -
XYZ 32.76 19.27 9.98 -
YUV 111.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 220 62 82 0 0.72 0.63 0.14 352.41 0.69 0.55
Hex DC 3E 52 0 48 3F E 160 45 37
Octal 334 76 122 0 110 77 16 540 105 67
Binary 11011100 111110 1010010 0 1001000 111111 1110 101100000 1000101 110111

Color Harmonies of #DC3E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E52

Black with #DC3E52

Text Example


Text Example

White with #DC3E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E52; }

 p { color: rgb(220,62,82); }

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

background-color css

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

 a { background-color: rgb(220,62,82); }

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

border-color css

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

 span { border-color: rgb(220,62,82); }

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