#DD4152

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

Shades of Amaranth #DD4152

Tints of Amaranth #DD4152

Color information

#DD4152 (or 0xDD4152) is unknown color: approx Amaranth. HEX triplet: DD, 41 and 52. RGB value is (221,65,82). Sum of RGB (Red+Green+Blue) = 221+65+82=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4152 is #22BEAD. Grayscale: #717171. Windows color (decimal): -2277038 or 5390813. OLE color: 5390813.

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

Color convert

RGB2216582-
CMYK00.710.630.13
HSL353.46º69.64%56.08%-
HSV(B)353.46º70.59%86.67%-
XYZ33.2319.7610.05-
YUV113.58110.18204.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.05%
GREEN value IS 65 (25.78% from 255) = 17.66%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=60.05%
G=17.66%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221658200.710.630.13353.4669.6456.08
HexDD41520473FD1614638
Octal3351011220107771554110670
Binary11011101100000110100100100011111111111011011000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4152; }

 p { color: rgb(221,65,82); }

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

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

 a { background-color: rgb(221,65,82); }

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

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

 span { border-color: rgb(221,65,82); }

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