Html Css Color HEX #DD3552 Amaranth

📋 copy color: '#DD3552'

red 221 ◦ green 53 ◦ blue 82

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

Shades of Amaranth #DD3552

Tints of Amaranth #DD3552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 62.08%
G = 14.89%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD3552 (or 0xDD3552) is known color: Amaranth. HEX triplet: DD, 35 and 52. RGB value is (221,53,82). Sum of RGB (Red+Green+Blue) = 221+53+82=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3552 is #22CAAD. Grayscale: #6A6A6A. Windows color (decimal): -2280110 or 5387741. OLE color: 5387741.

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

Color convert

RGB 221 53 82 -
CMYK 0 0.76 0.63 0.13
HSL 349.64º 0.71% 0.54% -
HSV(B) 349.64º 0.76% 0.87% -
XYZ 32.61 18.53 9.84 -
YUV 106.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 221 53 82 0 0.76 0.63 0.13 349.64 0.71 0.54
Hex DD 35 52 0 4C 3F D 15E 47 36
Octal 335 65 122 0 114 77 15 536 107 66
Binary 11011101 110101 1010010 0 1001100 111111 1101 101011110 1000111 110110

Color Harmonies of #DD3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3552

Black with #DD3552

Text Example


Text Example

White with #DD3552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3552; }

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

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

background-color css

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

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

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

border-color css

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

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

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