#DD1C50

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

Shades of Amaranth #DD1C50

Tints of Amaranth #DD1C50

Color information

#DD1C50 (or 0xDD1C50) is unknown color: approx Amaranth. HEX triplet: DD, 1C and 50. RGB value is (221,28,80). Sum of RGB (Red+Green+Blue) = 221+28+80=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1C50 is #22E3AF. Grayscale: #5B5B5B. Windows color (decimal): -2286512 or 5250269. OLE color: 5250269.

HSL color Cylindrical-coordinate representation of color #DD1C50: hue angle of 343.83º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C50 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB2212880-
CMYK00.870.640.13
HSL343.83º77.51%48.82%-
HSV(B)343.83º87.33%86.67%-
XYZ31.6816.789.16-
YUV91.64121.44220.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.17%
GREEN value IS 28 (11.33% from 255) = 8.51%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=67.17%
G=8.51%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221288000.870.640.13343.8377.5148.82
HexDD1C5005740D1584e31
Octal3353412001271001553011661
Binary1101110111100101000001010111100000011011010110001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1C50; }

 p { color: rgb(221,28,80); }

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

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

 a { background-color: rgb(221,28,80); }

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

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

 span { border-color: rgb(221,28,80); }

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