#DD3A4B

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

Shades of Amaranth #DD3A4B

Tints of Amaranth #DD3A4B

Color information

#DD3A4B (or 0xDD3A4B) is unknown color: approx Amaranth. HEX triplet: DD, 3A and 4B. RGB value is (221,58,75). Sum of RGB (Red+Green+Blue) = 221+58+75=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A4B is #22C5B4. Grayscale: #6C6C6C. Windows color (decimal): -2278837 or 4930269. OLE color: 4930269.

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

Color convert

RGB2215875-
CMYK00.740.660.13
HSL353.74º70.56%54.71%-
HSV(B)353.74º73.76%86.67%-
XYZ32.618.918.59-
YUV108.68109208.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.43%
GREEN value IS 58 (23.05% from 255) = 16.38%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=62.43%
G=16.38%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221587500.740.660.13353.7470.5654.71
HexDD3A4B04A42D1624737
Octal3357211301121021554210767
Binary11011101111010100101101001010100001011011011000101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3A4B; }

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

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

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

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

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

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

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

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