#DD3D4A

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

Shades of Amaranth #DD3D4A

Tints of Amaranth #DD3D4A

Color information

#DD3D4A (or 0xDD3D4A) is unknown color: approx Amaranth. HEX triplet: DD, 3D and 4A. RGB value is (221,61,74). Sum of RGB (Red+Green+Blue) = 221+61+74=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D4A is #22C2B5. Grayscale: #6E6E6E. Windows color (decimal): -2278070 or 4865501. OLE color: 4865501.

HSL color Cylindrical-coordinate representation of color #DD3D4A: hue angle of 355.12º 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 #DD3D4A is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB2216174-
CMYK00.720.670.13
HSL355.12º70.18%55.29%-
HSV(B)355.12º72.4%86.67%-
XYZ32.7219.28.46-
YUV110.32107.51206.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.08%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=62.08%
G=17.13%
B=20.79%

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
Decimal221617400.720.670.13355.1270.1855.29
HexDD3D4A04843D1634637
Octal3357511201101031554310667
Binary11011101111101100101001001000100001111011011000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3D4A; }

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

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

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

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

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

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

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

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