Html Css Color HEX #DA2D47 Amaranth

📋 copy color: '#DA2D47'

red 218 ◦ green 45 ◦ blue 71

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

Shades of Amaranth #DA2D47

Tints of Amaranth #DA2D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

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

R = 65.27%
G = 13.47%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA2D47 (or 0xDA2D47) is known color: Amaranth. HEX triplet: DA, 2D and 47. RGB value is (218,45,71). Sum of RGB (Red+Green+Blue) = 218+45+71=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2D47 is #25D2B8. Grayscale: #636363. Windows color (decimal): -2478777 or 4664794. OLE color: 4664794.

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

Color convert

RGB 218 45 71 -
CMYK 0 0.79 0.67 0.15
HSL 350.98º 0.7% 0.52% -
HSV(B) 350.98º 0.79% 0.85% -
XYZ 30.99 17.24 7.66 -
YUV 99.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 218 45 71 0 0.79 0.67 0.15 350.98 0.7 0.52
Hex DA 2D 47 0 4F 43 F 15F 46 34
Octal 332 55 107 0 117 103 17 537 106 64
Binary 11011010 101101 1000111 0 1001111 1000011 1111 101011111 1000110 110100

Color Harmonies of #DA2D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D47

Black with #DA2D47

Text Example


Text Example

White with #DA2D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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