#DD3D49

Color #DD3D49 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #DD3D49

Tints of Amaranth #DD3D49

Color information

#DD3D49 (or 0xDD3D49) is unknown color: approx Amaranth. HEX triplet: DD, 3D and 49. RGB value is (221,61,73). Sum of RGB (Red+Green+Blue) = 221+61+73=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D49 is #22C2B6. Grayscale: #6E6E6E. Windows color (decimal): -2278071 or 4799965. OLE color: 4799965.

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

Color convert

RGB2216173-
CMYK00.720.670.13
HSL355.5º70.18%55.29%-
HSV(B)355.5º72.4%86.67%-
XYZ32.6919.198.28-
YUV110.21107.01207.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.25%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=62.25%
G=17.18%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221617300.720.670.13355.570.1855.29
HexDD3D4904843D1644637
Octal3357511101101031554410667
Binary11011101111101100100101001000100001111011011001001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3D49; }

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

 H1.HeaderClassName
 {
   color: #DD3D49;
 }
 .AnyTagClassName
 {
   color: #DD3D49;
 }
</style>
background-color css

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

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

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

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

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

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