Html Css Color HEX #DD294F Amaranth

📋 copy color: '#DD294F'

red 221 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #DD294F

Tints of Amaranth #DD294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 64.81%
G = 12.02%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD294F (or 0xDD294F) is known color: Amaranth. HEX triplet: DD, 29 and 4F. RGB value is (221,41,79). Sum of RGB (Red+Green+Blue) = 221+41+79=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD294F is #22D6B0. Grayscale: #636363. Windows color (decimal): -2283185 or 5188061. OLE color: 5188061.

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

Color convert

RGB 221 41 79 -
CMYK 0 0.81 0.64 0.13
HSL 347.33º 0.73% 0.51% -
HSV(B) 347.33º 0.81% 0.87% -
XYZ 32.02 17.52 9.09 -
YUV 99.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 221 41 79 0 0.81 0.64 0.13 347.33 0.73 0.51
Hex DD 29 4F 0 51 40 D 15B 49 33
Octal 335 51 117 0 121 100 15 533 111 63
Binary 11011101 101001 1001111 0 1010001 1000000 1101 101011011 1001001 110011

Color Harmonies of #DD294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD294F

Black with #DD294F

Text Example


Text Example

White with #DD294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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