Html Css Color HEX #DD2954 Amaranth

📋 copy color: '#DD2954'

red 221 ◦ green 41 ◦ blue 84

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

Shades of Amaranth #DD2954

Tints of Amaranth #DD2954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.28%

R = 63.87%
G = 11.85%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD2954 (or 0xDD2954) is known color: Amaranth. HEX triplet: DD, 29 and 54. RGB value is (221,41,84). Sum of RGB (Red+Green+Blue) = 221+41+84=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2954 is #22D6AB. Grayscale: #636363. Windows color (decimal): -2283180 or 5515741. OLE color: 5515741.

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

Color convert

RGB 221 41 84 -
CMYK 0 0.81 0.62 0.13
HSL 345.67º 0.73% 0.51% -
HSV(B) 345.67º 0.81% 0.87% -
XYZ 32.21 17.6 10.09 -
YUV 99.72 119.13 214.5 -
System Red Green Blue C M Y K H S L
Decimal 221 41 84 0 0.81 0.62 0.13 345.67 0.73 0.51
Hex DD 29 54 0 51 3E D 15A 49 33
Octal 335 51 124 0 121 76 15 532 111 63
Binary 11011101 101001 1010100 0 1010001 111110 1101 101011010 1001001 110011

Color Harmonies of #DD2954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2954

Black with #DD2954

Text Example


Text Example

White with #DD2954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2954; }

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

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

background-color css

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

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

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

border-color css

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

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

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