Html Css Color HEX #DA3147 Amaranth

📋 copy color: '#DA3147'

red 218 ◦ green 49 ◦ blue 71

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

Shades of Amaranth #DA3147

Tints of Amaranth #DA3147

RGB

 RED value IS 218 (85.55% from 255) = 64.5%

 GREEN value IS 49 (19.53% from 255) = 14.5%

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 64.5%
G = 14.5%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3147 (or 0xDA3147) is known color: Amaranth. HEX triplet: DA, 31 and 47. RGB value is (218,49,71). Sum of RGB (Red+Green+Blue) = 218+49+71=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3147 is #25CEB8. Grayscale: #666666. Windows color (decimal): -2477753 or 4665818. OLE color: 4665818.

HSL color Cylindrical-coordinate representation of color #DA3147: hue angle of 352.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3147 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 71 -
CMYK 0 0.78 0.67 0.15
HSL 352.19º 0.7% 0.52% -
HSV(B) 352.19º 0.78% 0.85% -
XYZ 31.15 17.56 7.71 -
YUV 102.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 218 49 71 0 0.78 0.67 0.15 352.19 0.7 0.52
Hex DA 31 47 0 4E 43 F 160 46 34
Octal 332 61 107 0 116 103 17 540 106 64
Binary 11011010 110001 1000111 0 1001110 1000011 1111 101100000 1000110 110100

Color Harmonies of #DA3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3147

Black with #DA3147

Text Example


Text Example

White with #DA3147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3147; }

 p { color: rgb(218,49,71); }

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

background-color css

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

 a { background-color: rgb(218,49,71); }

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

border-color css

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

 span { border-color: rgb(218,49,71); }

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