Html Css Color HEX #DC334C Amaranth

📋 copy color: '#DC334C'

red 220 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #DC334C

Tints of Amaranth #DC334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.7%

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 63.4%
G = 14.7%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC334C (or 0xDC334C) is known color: Amaranth. HEX triplet: DC, 33 and 4C. RGB value is (220,51,76). Sum of RGB (Red+Green+Blue) = 220+51+76=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC334C is #23CCB3. Grayscale: #686868. Windows color (decimal): -2346164 or 4994012. OLE color: 4994012.

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

Color convert

RGB 220 51 76 -
CMYK 0 0.77 0.65 0.14
HSL 351.12º 0.71% 0.53% -
HSV(B) 351.12º 0.77% 0.86% -
XYZ 32 18.11 8.65 -
YUV 104.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 220 51 76 0 0.77 0.65 0.14 351.12 0.71 0.53
Hex DC 33 4C 0 4D 41 E 15F 47 35
Octal 334 63 114 0 115 101 16 537 107 65
Binary 11011100 110011 1001100 0 1001101 1000001 1110 101011111 1000111 110101

Color Harmonies of #DC334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC334C

Black with #DC334C

Text Example


Text Example

White with #DC334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC334C; }

 p { color: rgb(220,51,76); }

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

background-color css

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

 a { background-color: rgb(220,51,76); }

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

border-color css

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

 span { border-color: rgb(220,51,76); }

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