Html Css Color HEX #DD4048 Amaranth

📋 copy color: '#DD4048'

red 221 ◦ green 64 ◦ blue 72

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

Shades of Amaranth #DD4048

Tints of Amaranth #DD4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 61.9%
G = 17.93%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD4048 (or 0xDD4048) is known color: Amaranth. HEX triplet: DD, 40 and 48. RGB value is (221,64,72). Sum of RGB (Red+Green+Blue) = 221+64+72=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4048 is #22BFB7. Grayscale: #6F6F6F. Windows color (decimal): -2277304 or 4735197. OLE color: 4735197.

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

Color convert

RGB 221 64 72 -
CMYK 0 0.71 0.67 0.13
HSL 356.94º 0.7% 0.56% -
HSV(B) 356.94º 0.71% 0.87% -
XYZ 32.82 19.51 8.17 -
YUV 111.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 221 64 72 0 0.71 0.67 0.13 356.94 0.7 0.56
Hex DD 40 48 0 47 43 D 165 46 38
Octal 335 100 110 0 107 103 15 545 106 70
Binary 11011101 1000000 1001000 0 1000111 1000011 1101 101100101 1000110 111000

Color Harmonies of #DD4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4048

Black with #DD4048

Text Example


Text Example

White with #DD4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4048; }

 p { color: rgb(221,64,72); }

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

background-color css

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

 a { background-color: rgb(221,64,72); }

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

border-color css

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

 span { border-color: rgb(221,64,72); }

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