Html Css Color HEX #DA3050 Amaranth

📋 copy color: '#DA3050'

red 218 ◦ green 48 ◦ blue 80

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

Shades of Amaranth #DA3050

Tints of Amaranth #DA3050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 63.01%
G = 13.87%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA3050 (or 0xDA3050) is known color: Amaranth. HEX triplet: DA, 30 and 50. RGB value is (218,48,80). Sum of RGB (Red+Green+Blue) = 218+48+80=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3050 is #25CFAF. Grayscale: #666666. Windows color (decimal): -2478000 or 5255386. OLE color: 5255386.

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

Color convert

RGB 218 48 80 -
CMYK 0 0.78 0.63 0.15
HSL 348.71º 0.7% 0.52% -
HSV(B) 348.71º 0.78% 0.85% -
XYZ 31.42 17.6 9.33 -
YUV 102.48 115.32 210.4 -
System Red Green Blue C M Y K H S L
Decimal 218 48 80 0 0.78 0.63 0.15 348.71 0.7 0.52
Hex DA 30 50 0 4E 3F F 15D 46 34
Octal 332 60 120 0 116 77 17 535 106 64
Binary 11011010 110000 1010000 0 1001110 111111 1111 101011101 1000110 110100

Color Harmonies of #DA3050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3050

Black with #DA3050

Text Example


Text Example

White with #DA3050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3050; }

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

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

background-color css

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

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

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

border-color css

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

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

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