Html Css Color HEX #DD2049 Amaranth

📋 copy color: '#DD2049'

red 221 ◦ green 32 ◦ blue 73

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

Shades of Amaranth #DD2049

Tints of Amaranth #DD2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.82%

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 67.79%
G = 9.82%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD2049 (or 0xDD2049) is known color: Amaranth. HEX triplet: DD, 20 and 49. RGB value is (221,32,73). Sum of RGB (Red+Green+Blue) = 221+32+73=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2049 is #22DFB6. Grayscale: #5D5D5D. Windows color (decimal): -2285495 or 4792541. OLE color: 4792541.

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

Color convert

RGB 221 32 73 -
CMYK 0 0.86 0.67 0.13
HSL 346.98º 0.75% 0.5% -
HSV(B) 346.98º 0.86% 0.87% -
XYZ 31.54 16.89 7.9 -
YUV 93.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 221 32 73 0 0.86 0.67 0.13 346.98 0.75 0.5
Hex DD 20 49 0 56 43 D 15B 4B 32
Octal 335 40 111 0 126 103 15 533 113 62
Binary 11011101 100000 1001001 0 1010110 1000011 1101 101011011 1001011 110010

Color Harmonies of #DD2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2049

Black with #DD2049

Text Example


Text Example

White with #DD2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2049; }

 p { color: rgb(221,32,73); }

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

background-color css

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

 a { background-color: rgb(221,32,73); }

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

border-color css

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

 span { border-color: rgb(221,32,73); }

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