#DD3A56

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

Shades of Amaranth #DD3A56

Tints of Amaranth #DD3A56

Color information

#DD3A56 (or 0xDD3A56) is unknown color: approx Amaranth. HEX triplet: DD, 3A and 56. RGB value is (221,58,86). Sum of RGB (Red+Green+Blue) = 221+58+86=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3A56 is #22C5A9. Grayscale: #6D6D6D. Windows color (decimal): -2278826 or 5651165. OLE color: 5651165.

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

Color convert

RGB2215886-
CMYK00.740.610.13
HSL349.69º70.56%54.71%-
HSV(B)349.69º73.76%86.67%-
XYZ33.0119.0710.75-
YUV109.93114.5207.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.55%
GREEN value IS 58 (23.05% from 255) = 15.89%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=60.55%
G=15.89%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221588600.740.610.13349.6970.5654.71
HexDD3A5604A3DD15e4737
Octal335721260112751553610767
Binary1101110111101010101100100101011110111011010111101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3A56; }

 p { color: rgb(221,58,86); }

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

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

 a { background-color: rgb(221,58,86); }

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

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

 span { border-color: rgb(221,58,86); }

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