Html Css Color HEX #DD1D52 Amaranth

📋 copy color: '#DD1D52'

red 221 ◦ green 29 ◦ blue 82

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

Shades of Amaranth #DD1D52

Tints of Amaranth #DD1D52

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.73%

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

R = 66.57%
G = 8.73%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD1D52 (or 0xDD1D52) is known color: Amaranth. HEX triplet: DD, 1D and 52. RGB value is (221,29,82). Sum of RGB (Red+Green+Blue) = 221+29+82=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1D52 is #22E2AD. Grayscale: #5C5C5C. Windows color (decimal): -2286254 or 5381597. OLE color: 5381597.

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

Color convert

RGB 221 29 82 -
CMYK 0 0.87 0.63 0.13
HSL 343.44º 0.77% 0.49% -
HSV(B) 343.44º 0.87% 0.87% -
XYZ 31.78 16.86 9.56 -
YUV 92.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 221 29 82 0 0.87 0.63 0.13 343.44 0.77 0.49
Hex DD 1D 52 0 57 3F D 157 4D 31
Octal 335 35 122 0 127 77 15 527 115 61
Binary 11011101 11101 1010010 0 1010111 111111 1101 101010111 1001101 110001

Color Harmonies of #DD1D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D52

Black with #DD1D52

Text Example


Text Example

White with #DD1D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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