#DD404E

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

Shades of Amaranth #DD404E

Tints of Amaranth #DD404E

Color information

#DD404E (or 0xDD404E) is unknown color: approx Amaranth. HEX triplet: DD, 40 and 4E. RGB value is (221,64,78). Sum of RGB (Red+Green+Blue) = 221+64+78=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD404E is #22BFB1. Grayscale: #707070. Windows color (decimal): -2277298 or 5128413. OLE color: 5128413.

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

Color convert

RGB2216478-
CMYK00.710.650.13
HSL354.65º69.78%55.88%-
HSV(B)354.65º71.04%86.67%-
XYZ33.0319.599.25-
YUV112.54108.51205.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.88%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 78 (30.86% from 255) = 21.49%
R=60.88%
G=17.63%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221647800.710.650.13354.6569.7855.88
HexDD404E04741D1634638
Octal33510011601071011554310670
Binary110111011000000100111001000111100000111011011000111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD404E; }

 p { color: rgb(221,64,78); }

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

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

 a { background-color: rgb(221,64,78); }

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

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

 span { border-color: rgb(221,64,78); }

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