Html Css Color HEX #DA304A Amaranth

📋 copy color: '#DA304A'

red 218 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #DA304A

Tints of Amaranth #DA304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 64.12%
G = 14.12%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA304A (or 0xDA304A) is known color: Amaranth. HEX triplet: DA, 30 and 4A. RGB value is (218,48,74). Sum of RGB (Red+Green+Blue) = 218+48+74=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA304A is #25CFB5. Grayscale: #656565. Windows color (decimal): -2478006 or 4862170. OLE color: 4862170.

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

Color convert

RGB 218 48 74 -
CMYK 0 0.78 0.66 0.15
HSL 350.82º 0.7% 0.52% -
HSV(B) 350.82º 0.78% 0.85% -
XYZ 31.21 17.51 8.21 -
YUV 101.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 218 48 74 0 0.78 0.66 0.15 350.82 0.7 0.52
Hex DA 30 4A 0 4E 42 F 15F 46 34
Octal 332 60 112 0 116 102 17 537 106 64
Binary 11011010 110000 1001010 0 1001110 1000010 1111 101011111 1000110 110100

Color Harmonies of #DA304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA304A

Black with #DA304A

Text Example


Text Example

White with #DA304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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