Html Css Color HEX #DD294C Amaranth

📋 copy color: '#DD294C'

red 221 ◦ green 41 ◦ blue 76

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

Shades of Amaranth #DD294C

Tints of Amaranth #DD294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 65.38%
G = 12.13%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD294C (or 0xDD294C) is known color: Amaranth. HEX triplet: DD, 29 and 4C. RGB value is (221,41,76). Sum of RGB (Red+Green+Blue) = 221+41+76=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD294C is #22D6B3. Grayscale: #626262. Windows color (decimal): -2283188 or 4991453. OLE color: 4991453.

HSL color Cylindrical-coordinate representation of color #DD294C: hue angle of 348.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD294C is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 76 -
CMYK 0 0.81 0.66 0.13
HSL 348.33º 0.73% 0.51% -
HSV(B) 348.33º 0.81% 0.87% -
XYZ 31.92 17.48 8.53 -
YUV 98.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 221 41 76 0 0.81 0.66 0.13 348.33 0.73 0.51
Hex DD 29 4C 0 51 42 D 15C 49 33
Octal 335 51 114 0 121 102 15 534 111 63
Binary 11011101 101001 1001100 0 1010001 1000010 1101 101011100 1001001 110011

Color Harmonies of #DD294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD294C

Black with #DD294C

Text Example


Text Example

White with #DD294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD294C; }

 p { color: rgb(221,41,76); }

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

background-color css

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

 a { background-color: rgb(221,41,76); }

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

border-color css

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

 span { border-color: rgb(221,41,76); }

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