Html Css Color HEX #DD204A Amaranth

📋 copy color: '#DD204A'

red 221 ◦ green 32 ◦ blue 74

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

Shades of Amaranth #DD204A

Tints of Amaranth #DD204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.79%

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 67.58%
G = 9.79%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD204A (or 0xDD204A) is known color: Amaranth. HEX triplet: DD, 20 and 4A. RGB value is (221,32,74). Sum of RGB (Red+Green+Blue) = 221+32+74=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD204A is #22DFB5. Grayscale: #5D5D5D. Windows color (decimal): -2285494 or 4858077. OLE color: 4858077.

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

Color convert

RGB 221 32 74 -
CMYK 0 0.86 0.67 0.13
HSL 346.67º 0.75% 0.5% -
HSV(B) 346.67º 0.86% 0.87% -
XYZ 31.57 16.9 8.08 -
YUV 93.3 117.12 219.08 -
System Red Green Blue C M Y K H S L
Decimal 221 32 74 0 0.86 0.67 0.13 346.67 0.75 0.5
Hex DD 20 4A 0 56 43 D 15B 4B 32
Octal 335 40 112 0 126 103 15 533 113 62
Binary 11011101 100000 1001010 0 1010110 1000011 1101 101011011 1001011 110010

Color Harmonies of #DD204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD204A

Black with #DD204A

Text Example


Text Example

White with #DD204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD204A; }

 p { color: rgb(221,32,74); }

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

background-color css

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

 a { background-color: rgb(221,32,74); }

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

border-color css

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

 span { border-color: rgb(221,32,74); }

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