Html Css Color HEX #DD414D Amaranth

📋 copy color: '#DD414D'

red 221 ◦ green 65 ◦ blue 77

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

Shades of Amaranth #DD414D

Tints of Amaranth #DD414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

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

R = 60.88%
G = 17.91%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD414D (or 0xDD414D) is known color: Amaranth. HEX triplet: DD, 41 and 4D. RGB value is (221,65,77). Sum of RGB (Red+Green+Blue) = 221+65+77=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD414D is #22BEB2. Grayscale: #717171. Windows color (decimal): -2277043 or 5063133. OLE color: 5063133.

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

Color convert

RGB 221 65 77 -
CMYK 0 0.71 0.65 0.13
HSL 355.38º 0.7% 0.56% -
HSV(B) 355.38º 0.71% 0.87% -
XYZ 33.05 19.69 9.08 -
YUV 113.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 221 65 77 0 0.71 0.65 0.13 355.38 0.7 0.56
Hex DD 41 4D 0 47 41 D 163 46 38
Octal 335 101 115 0 107 101 15 543 106 70
Binary 11011101 1000001 1001101 0 1000111 1000001 1101 101100011 1000110 111000

Color Harmonies of #DD414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD414D

Black with #DD414D

Text Example


Text Example

White with #DD414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD414D; }

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

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

background-color css

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

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

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

border-color css

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

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

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