Html Css Color HEX #DD1F53 Amaranth

📋 copy color: '#DD1F53'

red 221 ◦ green 31 ◦ blue 83

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

Shades of Amaranth #DD1F53

Tints of Amaranth #DD1F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.25%

 BLUE value IS 83 (32.81% from 255) = 24.78%

R = 65.97%
G = 9.25%
B = 24.78%

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

#DD1F53 (or 0xDD1F53) is known color: Amaranth. HEX triplet: DD, 1F and 53. RGB value is (221,31,83). Sum of RGB (Red+Green+Blue) = 221+31+83=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1F53 is #22E0AC. Grayscale: #5D5D5D. Windows color (decimal): -2285741 or 5447645. OLE color: 5447645.

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

Color convert

RGB 221 31 83 -
CMYK 0 0.86 0.62 0.13
HSL 343.58º 0.75% 0.49% -
HSV(B) 343.58º 0.86% 0.87% -
XYZ 31.87 16.98 9.78 -
YUV 93.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 221 31 83 0 0.86 0.62 0.13 343.58 0.75 0.49
Hex DD 1F 53 0 56 3E D 158 4B 31
Octal 335 37 123 0 126 76 15 530 113 61
Binary 11011101 11111 1010011 0 1010110 111110 1101 101011000 1001011 110001

Color Harmonies of #DD1F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F53

Black with #DD1F53

Text Example


Text Example

White with #DD1F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F53; }

 p { color: rgb(221,31,83); }

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

background-color css

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

 a { background-color: rgb(221,31,83); }

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

border-color css

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

 span { border-color: rgb(221,31,83); }

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