#DD3E4E

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

Shades of Amaranth #DD3E4E

Tints of Amaranth #DD3E4E

Color information

#DD3E4E (or 0xDD3E4E) is unknown color: approx Amaranth. HEX triplet: DD, 3E and 4E. RGB value is (221,62,78). Sum of RGB (Red+Green+Blue) = 221+62+78=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E4E is #22C1B1. Grayscale: #6F6F6F. Windows color (decimal): -2277810 or 5127901. OLE color: 5127901.

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

Color convert

RGB2216278-
CMYK00.720.650.13
HSL353.96º70.04%55.49%-
HSV(B)353.96º71.95%86.67%-
XYZ32.9219.379.21-
YUV111.36109.18206.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.22%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=61.22%
G=17.17%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221627800.720.650.13353.9670.0455.49
HexDD3E4E04841D1624637
Octal3357611601101011554210667
Binary11011101111110100111001001000100000111011011000101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3E4E; }

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

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

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

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

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

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

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

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