Html Css Color HEX #DA3054 Amaranth

📋 copy color: '#DA3054'

red 218 ◦ green 48 ◦ blue 84

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

Shades of Amaranth #DA3054

Tints of Amaranth #DA3054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24%

R = 62.29%
G = 13.71%
B = 24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA3054 (or 0xDA3054) is known color: Amaranth. HEX triplet: DA, 30 and 54. RGB value is (218,48,84). Sum of RGB (Red+Green+Blue) = 218+48+84=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3054 is #25CFAB. Grayscale: #666666. Windows color (decimal): -2477996 or 5517530. OLE color: 5517530.

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

Color convert

RGB 218 48 84 -
CMYK 0 0.78 0.61 0.15
HSL 347.29º 0.7% 0.52% -
HSV(B) 347.29º 0.78% 0.85% -
XYZ 31.57 17.66 10.13 -
YUV 102.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 218 48 84 0 0.78 0.61 0.15 347.29 0.7 0.52
Hex DA 30 54 0 4E 3D F 15B 46 34
Octal 332 60 124 0 116 75 17 533 106 64
Binary 11011010 110000 1010100 0 1001110 111101 1111 101011011 1000110 110100

Color Harmonies of #DA3054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3054

Black with #DA3054

Text Example


Text Example

White with #DA3054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3054; }

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

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

background-color css

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

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

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

border-color css

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

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

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