Html Css Color HEX #DD314C Amaranth

📋 copy color: '#DD314C'

red 221 ◦ green 49 ◦ blue 76

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

Shades of Amaranth #DD314C

Tints of Amaranth #DD314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.16%

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

R = 63.87%
G = 14.16%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD314C (or 0xDD314C) is known color: Amaranth. HEX triplet: DD, 31 and 4C. RGB value is (221,49,76). Sum of RGB (Red+Green+Blue) = 221+49+76=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD314C is #22CEB3. Grayscale: #676767. Windows color (decimal): -2281140 or 4993501. OLE color: 4993501.

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

Color convert

RGB 221 49 76 -
CMYK 0 0.78 0.66 0.13
HSL 350.58º 0.72% 0.53% -
HSV(B) 350.58º 0.78% 0.87% -
XYZ 32.22 18.09 8.63 -
YUV 103.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 221 49 76 0 0.78 0.66 0.13 350.58 0.72 0.53
Hex DD 31 4C 0 4E 42 D 15F 48 35
Octal 335 61 114 0 116 102 15 537 110 65
Binary 11011101 110001 1001100 0 1001110 1000010 1101 101011111 1001000 110101

Color Harmonies of #DD314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD314C

Black with #DD314C

Text Example


Text Example

White with #DD314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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