Html Css Color HEX #DD4053 Amaranth

📋 copy color: '#DD4053'

red 221 ◦ green 64 ◦ blue 83

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

Shades of Amaranth #DD4053

Tints of Amaranth #DD4053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.55%

R = 60.05%
G = 17.39%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD4053 (or 0xDD4053) is known color: Amaranth. HEX triplet: DD, 40 and 53. RGB value is (221,64,83). Sum of RGB (Red+Green+Blue) = 221+64+83=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4053 is #22BFAC. Grayscale: #717171. Windows color (decimal): -2277293 or 5456093. OLE color: 5456093.

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

Color convert

RGB 221 64 83 -
CMYK 0 0.71 0.62 0.13
HSL 352.74º 0.7% 0.56% -
HSV(B) 352.74º 0.71% 0.87% -
XYZ 33.21 19.66 10.23 -
YUV 113.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 221 64 83 0 0.71 0.62 0.13 352.74 0.7 0.56
Hex DD 40 53 0 47 3E D 161 46 38
Octal 335 100 123 0 107 76 15 541 106 70
Binary 11011101 1000000 1010011 0 1000111 111110 1101 101100001 1000110 111000

Color Harmonies of #DD4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4053

Black with #DD4053

Text Example


Text Example

White with #DD4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4053; }

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

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

background-color css

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

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

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

border-color css

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

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

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