Html Css Color HEX #DD324D Amaranth

📋 copy color: '#DD324D'

red 221 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #DD324D

Tints of Amaranth #DD324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

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

R = 63.51%
G = 14.37%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD324D (or 0xDD324D) is known color: Amaranth. HEX triplet: DD, 32 and 4D. RGB value is (221,50,77). Sum of RGB (Red+Green+Blue) = 221+50+77=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD324D is #22CDB2. Grayscale: #686868. Windows color (decimal): -2280883 or 5059293. OLE color: 5059293.

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

Color convert

RGB 221 50 77 -
CMYK 0 0.77 0.65 0.13
HSL 350.53º 0.72% 0.53% -
HSV(B) 350.53º 0.77% 0.87% -
XYZ 32.3 18.19 8.83 -
YUV 104.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 221 50 77 0 0.77 0.65 0.13 350.53 0.72 0.53
Hex DD 32 4D 0 4D 41 D 15F 48 35
Octal 335 62 115 0 115 101 15 537 110 65
Binary 11011101 110010 1001101 0 1001101 1000001 1101 101011111 1001000 110101

Color Harmonies of #DD324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD324D

Black with #DD324D

Text Example


Text Example

White with #DD324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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