#DD2147

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

Shades of Amaranth #DD2147

Tints of Amaranth #DD2147

Color information

#DD2147 (or 0xDD2147) is unknown color: approx Amaranth. HEX triplet: DD, 21 and 47. RGB value is (221,33,71). Sum of RGB (Red+Green+Blue) = 221+33+71=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2147 is #22DEB8. Grayscale: #5D5D5D. Windows color (decimal): -2285241 or 4661725. OLE color: 4661725.

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

Color convert

RGB2213371-
CMYK00.850.680.13
HSL347.87º74.02%49.8%-
HSV(B)347.87º85.07%86.67%-
XYZ31.516.917.57-
YUV93.54115.28218.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68%
GREEN value IS 33 (13.28% from 255) = 10.15%
BLUE value IS 71 (28.12% from 255) = 21.85%
R=68%
G=10.15%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221337100.850.680.13347.8774.0249.8
HexDD214705544D15c4a32
Octal3354110701251041553411262
Binary11011101100001100011101010101100010011011010111001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2147; }

 p { color: rgb(221,33,71); }

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

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

 a { background-color: rgb(221,33,71); }

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

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

 span { border-color: rgb(221,33,71); }

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