Html Css Color HEX #DD314A Amaranth

📋 copy color: '#DD314A'

red 221 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #DD314A

Tints of Amaranth #DD314A

RGB

 RED value IS 221 (86.72% from 255) = 64.24%

 GREEN value IS 49 (19.53% from 255) = 14.24%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 64.24%
G = 14.24%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD314A (or 0xDD314A) is known color: Amaranth. HEX triplet: DD, 31 and 4A. RGB value is (221,49,74). Sum of RGB (Red+Green+Blue) = 221+49+74=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD314A is #22CEB5. Grayscale: #676767. Windows color (decimal): -2281142 or 4862429. OLE color: 4862429.

HSL color Cylindrical-coordinate representation of color #DD314A: hue angle of 351.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD314A is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 74 -
CMYK 0 0.78 0.67 0.13
HSL 351.28º 0.72% 0.53% -
HSV(B) 351.28º 0.78% 0.87% -
XYZ 32.15 18.06 8.27 -
YUV 103.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 221 49 74 0 0.78 0.67 0.13 351.28 0.72 0.53
Hex DD 31 4A 0 4E 43 D 15F 48 35
Octal 335 61 112 0 116 103 15 537 110 65
Binary 11011101 110001 1001010 0 1001110 1000011 1101 101011111 1001000 110101

Color Harmonies of #DD314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD314A

Black with #DD314A

Text Example


Text Example

White with #DD314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD314A; }

 p { color: rgb(221,49,74); }

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

background-color css

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

 a { background-color: rgb(221,49,74); }

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

border-color css

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

 span { border-color: rgb(221,49,74); }

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