Html Css Color HEX #DD314D Amaranth

📋 copy color: '#DD314D'

red 221 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #DD314D

Tints of Amaranth #DD314D

RGB

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

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

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

R = 63.69%
G = 14.12%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD314D (or 0xDD314D) is known color: Amaranth. HEX triplet: DD, 31 and 4D. RGB value is (221,49,77). Sum of RGB (Red+Green+Blue) = 221+49+77=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD314D is #22CEB2. Grayscale: #676767. Windows color (decimal): -2281139 or 5059037. OLE color: 5059037.

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

Color convert

RGB 221 49 77 -
CMYK 0 0.78 0.65 0.13
HSL 350.23º 0.72% 0.53% -
HSV(B) 350.23º 0.78% 0.87% -
XYZ 32.26 18.1 8.82 -
YUV 103.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 221 49 77 0 0.78 0.65 0.13 350.23 0.72 0.53
Hex DD 31 4D 0 4E 41 D 15E 48 35
Octal 335 61 115 0 116 101 15 536 110 65
Binary 11011101 110001 1001101 0 1001110 1000001 1101 101011110 1001000 110101

Color Harmonies of #DD314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD314D

Black with #DD314D

Text Example


Text Example

White with #DD314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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