Html Css Color HEX #DD294E Amaranth

📋 copy color: '#DD294E'

red 221 ◦ green 41 ◦ blue 78

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

Shades of Amaranth #DD294E

Tints of Amaranth #DD294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.94%

R = 65%
G = 12.06%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD294E (or 0xDD294E) is known color: Amaranth. HEX triplet: DD, 29 and 4E. RGB value is (221,41,78). Sum of RGB (Red+Green+Blue) = 221+41+78=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD294E is #22D6B1. Grayscale: #636363. Windows color (decimal): -2283186 or 5122525. OLE color: 5122525.

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

Color convert

RGB 221 41 78 -
CMYK 0 0.81 0.65 0.13
HSL 347.67º 0.73% 0.51% -
HSV(B) 347.67º 0.81% 0.87% -
XYZ 31.99 17.51 8.9 -
YUV 99.04 116.13 214.99 -
System Red Green Blue C M Y K H S L
Decimal 221 41 78 0 0.81 0.65 0.13 347.67 0.73 0.51
Hex DD 29 4E 0 51 41 D 15C 49 33
Octal 335 51 116 0 121 101 15 534 111 63
Binary 11011101 101001 1001110 0 1010001 1000001 1101 101011100 1001001 110011

Color Harmonies of #DD294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD294E

Black with #DD294E

Text Example


Text Example

White with #DD294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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