Html Css Color HEX #DA354F Amaranth

📋 copy color: '#DA354F'

red 218 ◦ green 53 ◦ blue 79

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

Shades of Amaranth #DA354F

Tints of Amaranth #DA354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 62.29%
G = 15.14%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA354F (or 0xDA354F) is known color: Amaranth. HEX triplet: DA, 35 and 4F. RGB value is (218,53,79). Sum of RGB (Red+Green+Blue) = 218+53+79=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA354F is #25CAB0. Grayscale: #696969. Windows color (decimal): -2476721 or 5191130. OLE color: 5191130.

HSL color Cylindrical-coordinate representation of color #DA354F: hue angle of 350.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA354F is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 79 -
CMYK 0 0.76 0.64 0.15
HSL 350.55º 0.69% 0.53% -
HSV(B) 350.55º 0.76% 0.85% -
XYZ 31.6 18.02 9.21 -
YUV 105.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 218 53 79 0 0.76 0.64 0.15 350.55 0.69 0.53
Hex DA 35 4F 0 4C 40 F 15F 45 35
Octal 332 65 117 0 114 100 17 537 105 65
Binary 11011010 110101 1001111 0 1001100 1000000 1111 101011111 1000101 110101

Color Harmonies of #DA354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA354F

Black with #DA354F

Text Example


Text Example

White with #DA354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA354F; }

 p { color: rgb(218,53,79); }

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

background-color css

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

 a { background-color: rgb(218,53,79); }

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

border-color css

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

 span { border-color: rgb(218,53,79); }

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