Html Css Color HEX #DD1E50 Amaranth

📋 copy color: '#DD1E50'

red 221 ◦ green 30 ◦ blue 80

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

Shades of Amaranth #DD1E50

Tints of Amaranth #DD1E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 66.77%
G = 9.06%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD1E50 (or 0xDD1E50) is known color: Amaranth. HEX triplet: DD, 1E and 50. RGB value is (221,30,80). Sum of RGB (Red+Green+Blue) = 221+30+80=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E50 is #22E1AF. Grayscale: #5C5C5C. Windows color (decimal): -2286000 or 5250781. OLE color: 5250781.

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

Color convert

RGB 221 30 80 -
CMYK 0 0.86 0.64 0.13
HSL 344.29º 0.76% 0.49% -
HSV(B) 344.29º 0.86% 0.87% -
XYZ 31.73 16.88 9.18 -
YUV 92.81 120.78 219.43 -
System Red Green Blue C M Y K H S L
Decimal 221 30 80 0 0.86 0.64 0.13 344.29 0.76 0.49
Hex DD 1E 50 0 56 40 D 158 4C 31
Octal 335 36 120 0 126 100 15 530 114 61
Binary 11011101 11110 1010000 0 1010110 1000000 1101 101011000 1001100 110001

Color Harmonies of #DD1E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E50

Black with #DD1E50

Text Example


Text Example

White with #DD1E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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