Html Css Color HEX #DD294B Amaranth

📋 copy color: '#DD294B'

red 221 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #DD294B

Tints of Amaranth #DD294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 65.58%
G = 12.17%
B = 22.26%

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

#DD294B (or 0xDD294B) is known color: Amaranth. HEX triplet: DD, 29 and 4B. RGB value is (221,41,75). Sum of RGB (Red+Green+Blue) = 221+41+75=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD294B is #22D6B4. Grayscale: #626262. Windows color (decimal): -2283189 or 4925917. OLE color: 4925917.

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

Color convert

RGB 221 41 75 -
CMYK 0 0.81 0.66 0.13
HSL 348.67º 0.73% 0.51% -
HSV(B) 348.67º 0.81% 0.87% -
XYZ 31.88 17.47 8.35 -
YUV 98.7 114.63 215.24 -
System Red Green Blue C M Y K H S L
Decimal 221 41 75 0 0.81 0.66 0.13 348.67 0.73 0.51
Hex DD 29 4B 0 51 42 D 15D 49 33
Octal 335 51 113 0 121 102 15 535 111 63
Binary 11011101 101001 1001011 0 1010001 1000010 1101 101011101 1001001 110011

Color Harmonies of #DD294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD294B

Black with #DD294B

Text Example


Text Example

White with #DD294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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