Html Css Color HEX #DD3755 Amaranth

📋 copy color: '#DD3755'

red 221 ◦ green 55 ◦ blue 85

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

Shades of Amaranth #DD3755

Tints of Amaranth #DD3755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 61.22%
G = 15.24%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD3755 (or 0xDD3755) is known color: Amaranth. HEX triplet: DD, 37 and 55. RGB value is (221,55,85). Sum of RGB (Red+Green+Blue) = 221+55+85=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3755 is #22C8AA. Grayscale: #6C6C6C. Windows color (decimal): -2279595 or 5584861. OLE color: 5584861.

HSL color Cylindrical-coordinate representation of color #DD3755: hue angle of 349.16º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3755 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 85 -
CMYK 0 0.75 0.62 0.13
HSL 349.16º 0.71% 0.54% -
HSV(B) 349.16º 0.75% 0.87% -
XYZ 32.82 18.76 10.49 -
YUV 108.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 221 55 85 0 0.75 0.62 0.13 349.16 0.71 0.54
Hex DD 37 55 0 4B 3E D 15D 47 36
Octal 335 67 125 0 113 76 15 535 107 66
Binary 11011101 110111 1010101 0 1001011 111110 1101 101011101 1000111 110110

Color Harmonies of #DD3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3755

Black with #DD3755

Text Example


Text Example

White with #DD3755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3755; }

 p { color: rgb(221,55,85); }

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

background-color css

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

 a { background-color: rgb(221,55,85); }

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

border-color css

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

 span { border-color: rgb(221,55,85); }

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