Html Css Color HEX #DD3E4D Amaranth

📋 copy color: '#DD3E4D'

red 221 ◦ green 62 ◦ blue 77

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

Shades of Amaranth #DD3E4D

Tints of Amaranth #DD3E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.22%

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

R = 61.39%
G = 17.22%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD3E4D (or 0xDD3E4D) is known color: Amaranth. HEX triplet: DD, 3E and 4D. RGB value is (221,62,77). Sum of RGB (Red+Green+Blue) = 221+62+77=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E4D is #22C1B2. Grayscale: #6F6F6F. Windows color (decimal): -2277811 or 5062365. OLE color: 5062365.

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

Color convert

RGB 221 62 77 -
CMYK 0 0.72 0.65 0.13
HSL 354.34º 0.7% 0.55% -
HSV(B) 354.34º 0.72% 0.87% -
XYZ 32.88 19.35 9.02 -
YUV 111.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 221 62 77 0 0.72 0.65 0.13 354.34 0.7 0.55
Hex DD 3E 4D 0 48 41 D 162 46 37
Octal 335 76 115 0 110 101 15 542 106 67
Binary 11011101 111110 1001101 0 1001000 1000001 1101 101100010 1000110 110111

Color Harmonies of #DD3E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E4D

Black with #DD3E4D

Text Example


Text Example

White with #DD3E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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