Html Css Color HEX #DD4051 Amaranth

📋 copy color: '#DD4051'

red 221 ◦ green 64 ◦ blue 81

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

Shades of Amaranth #DD4051

Tints of Amaranth #DD4051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.13%

R = 60.38%
G = 17.49%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD4051 (or 0xDD4051) is known color: Amaranth. HEX triplet: DD, 40 and 51. RGB value is (221,64,81). Sum of RGB (Red+Green+Blue) = 221+64+81=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4051 is #22BFAE. Grayscale: #707070. Windows color (decimal): -2277295 or 5325021. OLE color: 5325021.

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

Color convert

RGB 221 64 81 -
CMYK 0 0.71 0.63 0.13
HSL 353.5º 0.7% 0.56% -
HSV(B) 353.5º 0.71% 0.87% -
XYZ 33.14 19.63 9.83 -
YUV 112.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 221 64 81 0 0.71 0.63 0.13 353.5 0.7 0.56
Hex DD 40 51 0 47 3F D 162 46 38
Octal 335 100 121 0 107 77 15 542 106 70
Binary 11011101 1000000 1010001 0 1000111 111111 1101 101100010 1000110 111000

Color Harmonies of #DD4051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4051

Black with #DD4051

Text Example


Text Example

White with #DD4051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4051; }

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

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

background-color css

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

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

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

border-color css

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

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

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