Html Css Color HEX #DA3048 Amaranth

📋 copy color: '#DA3048'

red 218 ◦ green 48 ◦ blue 72

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

Shades of Amaranth #DA3048

Tints of Amaranth #DA3048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

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

R = 64.5%
G = 14.2%
B = 21.3%

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

#DA3048 (or 0xDA3048) is known color: Amaranth. HEX triplet: DA, 30 and 48. RGB value is (218,48,72). Sum of RGB (Red+Green+Blue) = 218+48+72=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3048 is #25CFB7. Grayscale: #656565. Windows color (decimal): -2478008 or 4731098. OLE color: 4731098.

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

Color convert

RGB 218 48 72 -
CMYK 0 0.78 0.67 0.15
HSL 351.53º 0.7% 0.52% -
HSV(B) 351.53º 0.78% 0.85% -
XYZ 31.14 17.49 7.86 -
YUV 101.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 218 48 72 0 0.78 0.67 0.15 351.53 0.7 0.52
Hex DA 30 48 0 4E 43 F 160 46 34
Octal 332 60 110 0 116 103 17 540 106 64
Binary 11011010 110000 1001000 0 1001110 1000011 1111 101100000 1000110 110100

Color Harmonies of #DA3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3048

Black with #DA3048

Text Example


Text Example

White with #DA3048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3048; }

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

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

background-color css

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

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

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

border-color css

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

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

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