Html Css Color HEX #DD1E54 Amaranth

📋 copy color: '#DD1E54'

red 221 ◦ green 30 ◦ blue 84

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

Shades of Amaranth #DD1E54

Tints of Amaranth #DD1E54

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

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

R = 65.97%
G = 8.96%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD1E54 (or 0xDD1E54) is known color: Amaranth. HEX triplet: DD, 1E and 54. RGB value is (221,30,84). Sum of RGB (Red+Green+Blue) = 221+30+84=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E54 is #22E1AB. Grayscale: #5D5D5D. Windows color (decimal): -2285996 or 5512925. OLE color: 5512925.

HSL color Cylindrical-coordinate representation of color #DD1E54: hue angle of 343.04º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E54 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 30 84 -
CMYK 0 0.86 0.62 0.13
HSL 343.04º 0.76% 0.49% -
HSV(B) 343.04º 0.86% 0.87% -
XYZ 31.88 16.94 9.98 -
YUV 93.27 122.78 219.11 -
System Red Green Blue C M Y K H S L
Decimal 221 30 84 0 0.86 0.62 0.13 343.04 0.76 0.49
Hex DD 1E 54 0 56 3E D 157 4C 31
Octal 335 36 124 0 126 76 15 527 114 61
Binary 11011101 11110 1010100 0 1010110 111110 1101 101010111 1001100 110001

Color Harmonies of #DD1E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E54

Black with #DD1E54

Text Example


Text Example

White with #DD1E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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