Html Css Color HEX #DA2D48 Amaranth

📋 copy color: '#DA2D48'

red 218 ◦ green 45 ◦ blue 72

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

Shades of Amaranth #DA2D48

Tints of Amaranth #DA2D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 65.07%
G = 13.43%
B = 21.49%

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

#DA2D48 (or 0xDA2D48) is known color: Amaranth. HEX triplet: DA, 2D and 48. RGB value is (218,45,72). Sum of RGB (Red+Green+Blue) = 218+45+72=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2D48 is #25D2B7. Grayscale: #636363. Windows color (decimal): -2478776 or 4730330. OLE color: 4730330.

HSL color Cylindrical-coordinate representation of color #DA2D48: hue angle of 350.64º 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 #DA2D48 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 45 72 -
CMYK 0 0.79 0.67 0.15
HSL 350.64º 0.7% 0.52% -
HSV(B) 350.64º 0.79% 0.85% -
XYZ 31.02 17.25 7.83 -
YUV 99.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 218 45 72 0 0.79 0.67 0.15 350.64 0.7 0.52
Hex DA 2D 48 0 4F 43 F 15F 46 34
Octal 332 55 110 0 117 103 17 537 106 64
Binary 11011010 101101 1001000 0 1001111 1000011 1111 101011111 1000110 110100

Color Harmonies of #DA2D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D48

Black with #DA2D48

Text Example


Text Example

White with #DA2D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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