Html Css Color HEX #DD3554 Amaranth

📋 copy color: '#DD3554'

red 221 ◦ green 53 ◦ blue 84

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

Shades of Amaranth #DD3554

Tints of Amaranth #DD3554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

 BLUE value IS 84 (33.2% from 255) = 23.46%

R = 61.73%
G = 14.8%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD3554 (or 0xDD3554) is known color: Amaranth. HEX triplet: DD, 35 and 54. RGB value is (221,53,84). Sum of RGB (Red+Green+Blue) = 221+53+84=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3554 is #22CAAB. Grayscale: #6A6A6A. Windows color (decimal): -2280108 or 5518813. OLE color: 5518813.

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

Color convert

RGB 221 53 84 -
CMYK 0 0.76 0.62 0.13
HSL 348.93º 0.71% 0.54% -
HSV(B) 348.93º 0.76% 0.87% -
XYZ 32.69 18.56 10.25 -
YUV 106.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 221 53 84 0 0.76 0.62 0.13 348.93 0.71 0.54
Hex DD 35 54 0 4C 3E D 15D 47 36
Octal 335 65 124 0 114 76 15 535 107 66
Binary 11011101 110101 1010100 0 1001100 111110 1101 101011101 1000111 110110

Color Harmonies of #DD3554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3554

Black with #DD3554

Text Example


Text Example

White with #DD3554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3554; }

 p { color: rgb(221,53,84); }

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

background-color css

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

 a { background-color: rgb(221,53,84); }

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

border-color css

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

 span { border-color: rgb(221,53,84); }

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