Html Css Color HEX #DD344C Amaranth

📋 copy color: '#DD344C'

red 221 ◦ green 52 ◦ blue 76

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

Shades of Amaranth #DD344C

Tints of Amaranth #DD344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

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

R = 63.32%
G = 14.9%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD344C (or 0xDD344C) is known color: Amaranth. HEX triplet: DD, 34 and 4C. RGB value is (221,52,76). Sum of RGB (Red+Green+Blue) = 221+52+76=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD344C is #22CBB3. Grayscale: #696969. Windows color (decimal): -2280372 or 4994269. OLE color: 4994269.

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

Color convert

RGB 221 52 76 -
CMYK 0 0.76 0.66 0.13
HSL 351.48º 0.71% 0.54% -
HSV(B) 351.48º 0.76% 0.87% -
XYZ 32.35 18.35 8.67 -
YUV 105.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 221 52 76 0 0.76 0.66 0.13 351.48 0.71 0.54
Hex DD 34 4C 0 4C 42 D 15F 47 36
Octal 335 64 114 0 114 102 15 537 107 66
Binary 11011101 110100 1001100 0 1001100 1000010 1101 101011111 1000111 110110

Color Harmonies of #DD344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD344C

Black with #DD344C

Text Example


Text Example

White with #DD344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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