Html Css Color HEX #DD334A Amaranth

📋 copy color: '#DD334A'

red 221 ◦ green 51 ◦ blue 74

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

Shades of Amaranth #DD334A

Tints of Amaranth #DD334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 63.87%
G = 14.74%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD334A (or 0xDD334A) is known color: Amaranth. HEX triplet: DD, 33 and 4A. RGB value is (221,51,74). Sum of RGB (Red+Green+Blue) = 221+51+74=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD334A is #22CCB5. Grayscale: #686868. Windows color (decimal): -2280630 or 4862941. OLE color: 4862941.

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

Color convert

RGB 221 51 74 -
CMYK 0 0.77 0.67 0.13
HSL 351.88º 0.71% 0.53% -
HSV(B) 351.88º 0.77% 0.87% -
XYZ 32.24 18.23 8.3 -
YUV 104.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 221 51 74 0 0.77 0.67 0.13 351.88 0.71 0.53
Hex DD 33 4A 0 4D 43 D 160 47 35
Octal 335 63 112 0 115 103 15 540 107 65
Binary 11011101 110011 1001010 0 1001101 1000011 1101 101100000 1000111 110101

Color Harmonies of #DD334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD334A

Black with #DD334A

Text Example


Text Example

White with #DD334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD334A; }

 p { color: rgb(221,51,74); }

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

background-color css

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

 a { background-color: rgb(221,51,74); }

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

border-color css

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

 span { border-color: rgb(221,51,74); }

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