Html Css Color HEX #DD1D50 Amaranth

📋 copy color: '#DD1D50'

red 221 ◦ green 29 ◦ blue 80

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

Shades of Amaranth #DD1D50

Tints of Amaranth #DD1D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.79%

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

R = 66.97%
G = 8.79%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD1D50 (or 0xDD1D50) is known color: Amaranth. HEX triplet: DD, 1D and 50. RGB value is (221,29,80). Sum of RGB (Red+Green+Blue) = 221+29+80=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1D50 is #22E2AF. Grayscale: #5C5C5C. Windows color (decimal): -2286256 or 5250525. OLE color: 5250525.

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

Color convert

RGB 221 29 80 -
CMYK 0 0.87 0.64 0.13
HSL 344.06º 0.77% 0.49% -
HSV(B) 344.06º 0.87% 0.87% -
XYZ 31.71 16.83 9.17 -
YUV 92.22 121.11 219.85 -
System Red Green Blue C M Y K H S L
Decimal 221 29 80 0 0.87 0.64 0.13 344.06 0.77 0.49
Hex DD 1D 50 0 57 40 D 158 4D 31
Octal 335 35 120 0 127 100 15 530 115 61
Binary 11011101 11101 1010000 0 1010111 1000000 1101 101011000 1001101 110001

Color Harmonies of #DD1D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D50

Black with #DD1D50

Text Example


Text Example

White with #DD1D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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