Html Css Color HEX #DC334E Amaranth

📋 copy color: '#DC334E'

red 220 ◦ green 51 ◦ blue 78

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

Shades of Amaranth #DC334E

Tints of Amaranth #DC334E

RGB

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

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

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

R = 63.04%
G = 14.61%
B = 22.35%

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

#DC334E (or 0xDC334E) is known color: Amaranth. HEX triplet: DC, 33 and 4E. RGB value is (220,51,78). Sum of RGB (Red+Green+Blue) = 220+51+78=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC334E is #23CCB1. Grayscale: #686868. Windows color (decimal): -2346162 or 5125084. OLE color: 5125084.

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

Color convert

RGB 220 51 78 -
CMYK 0 0.77 0.65 0.14
HSL 350.41º 0.71% 0.53% -
HSV(B) 350.41º 0.77% 0.86% -
XYZ 32.07 18.13 9.02 -
YUV 104.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 220 51 78 0 0.77 0.65 0.14 350.41 0.71 0.53
Hex DC 33 4E 0 4D 41 E 15E 47 35
Octal 334 63 116 0 115 101 16 536 107 65
Binary 11011100 110011 1001110 0 1001101 1000001 1110 101011110 1000111 110101

Color Harmonies of #DC334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC334E

Black with #DC334E

Text Example


Text Example

White with #DC334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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