Html Css Color HEX #DD1E4D Amaranth

📋 copy color: '#DD1E4D'

red 221 ◦ green 30 ◦ blue 77

#DD1E4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DD1E4D

Tints of Amaranth #DD1E4D

RGB

 RED value IS 221 (86.72% from 255) = 67.38%

 GREEN value IS 30 (12.11% from 255) = 9.15%

 BLUE value IS 77 (30.47% from 255) = 23.48%

R = 67.38%
G = 9.15%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD1E4D (or 0xDD1E4D) is known color: Amaranth. HEX triplet: DD, 1E and 4D. RGB value is (221,30,77). Sum of RGB (Red+Green+Blue) = 221+30+77=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E4D is #22E1B2. Grayscale: #5C5C5C. Windows color (decimal): -2286003 or 5054173. OLE color: 5054173.

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

Color convert

RGB 221 30 77 -
CMYK 0 0.86 0.65 0.13
HSL 345.24º 0.76% 0.49% -
HSV(B) 345.24º 0.86% 0.87% -
XYZ 31.62 16.84 8.6 -
YUV 92.47 119.28 219.68 -
System Red Green Blue C M Y K H S L
Decimal 221 30 77 0 0.86 0.65 0.13 345.24 0.76 0.49
Hex DD 1E 4D 0 56 41 D 159 4C 31
Octal 335 36 115 0 126 101 15 531 114 61
Binary 11011101 11110 1001101 0 1010110 1000001 1101 101011001 1001100 110001

Color Harmonies of #DD1E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E4D

Black with #DD1E4D

Text Example


Text Example

White with #DD1E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E4D; }

 p { color: rgb(221,30,77); }

 H1.HeaderClassName
 {
   color: #DD1E4D;
 }
 .AnyTagClassName
 {
   color: #DD1E4D;
 }
</style>

background-color css

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

 a { background-color: rgb(221,30,77); }

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

border-color css

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

 span { border-color: rgb(221,30,77); }

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