Html Css Color HEX #DD324C Amaranth

📋 copy color: '#DD324C'

red 221 ◦ green 50 ◦ blue 76

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

Shades of Amaranth #DD324C

Tints of Amaranth #DD324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 63.69%
G = 14.41%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD324C (or 0xDD324C) is known color: Amaranth. HEX triplet: DD, 32 and 4C. RGB value is (221,50,76). Sum of RGB (Red+Green+Blue) = 221+50+76=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD324C is #22CDB3. Grayscale: #686868. Windows color (decimal): -2280884 or 4993757. OLE color: 4993757.

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

Color convert

RGB 221 50 76 -
CMYK 0 0.77 0.66 0.13
HSL 350.88º 0.72% 0.53% -
HSV(B) 350.88º 0.77% 0.87% -
XYZ 32.26 18.18 8.65 -
YUV 104.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 221 50 76 0 0.77 0.66 0.13 350.88 0.72 0.53
Hex DD 32 4C 0 4D 42 D 15F 48 35
Octal 335 62 114 0 115 102 15 537 110 65
Binary 11011101 110010 1001100 0 1001101 1000010 1101 101011111 1001000 110101

Color Harmonies of #DD324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD324C

Black with #DD324C

Text Example


Text Example

White with #DD324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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