Html Css Color HEX #DD2E52 Amaranth

📋 copy color: '#DD2E52'

red 221 ◦ green 46 ◦ blue 82

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

Shades of Amaranth #DD2E52

Tints of Amaranth #DD2E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.18%

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

R = 63.32%
G = 13.18%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD2E52 (or 0xDD2E52) is known color: Amaranth. HEX triplet: DD, 2E and 52. RGB value is (221,46,82). Sum of RGB (Red+Green+Blue) = 221+46+82=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E52 is #22D1AD. Grayscale: #666666. Windows color (decimal): -2281902 or 5385949. OLE color: 5385949.

HSL color Cylindrical-coordinate representation of color #DD2E52: hue angle of 347.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E52 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 46 82 -
CMYK 0 0.79 0.63 0.13
HSL 347.66º 0.72% 0.52% -
HSV(B) 347.66º 0.79% 0.87% -
XYZ 32.32 17.94 9.74 -
YUV 102.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 221 46 82 0 0.79 0.63 0.13 347.66 0.72 0.52
Hex DD 2E 52 0 4F 3F D 15C 48 34
Octal 335 56 122 0 117 77 15 534 110 64
Binary 11011101 101110 1010010 0 1001111 111111 1101 101011100 1001000 110100

Color Harmonies of #DD2E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E52

Black with #DD2E52

Text Example


Text Example

White with #DD2E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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