Html Css Color HEX #DA3A4F Amaranth

📋 copy color: '#DA3A4F'

red 218 ◦ green 58 ◦ blue 79

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

Shades of Amaranth #DA3A4F

Tints of Amaranth #DA3A4F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.34%

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

R = 61.41%
G = 16.34%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA3A4F (or 0xDA3A4F) is known color: Amaranth. HEX triplet: DA, 3A and 4F. RGB value is (218,58,79). Sum of RGB (Red+Green+Blue) = 218+58+79=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3A4F is #25C5B0. Grayscale: #6C6C6C. Windows color (decimal): -2475441 or 5192410. OLE color: 5192410.

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

Color convert

RGB 218 58 79 -
CMYK 0 0.73 0.64 0.15
HSL 352.13º 0.68% 0.54% -
HSV(B) 352.13º 0.73% 0.85% -
XYZ 31.84 18.5 9.29 -
YUV 108.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 218 58 79 0 0.73 0.64 0.15 352.13 0.68 0.54
Hex DA 3A 4F 0 49 40 F 160 44 36
Octal 332 72 117 0 111 100 17 540 104 66
Binary 11011010 111010 1001111 0 1001001 1000000 1111 101100000 1000100 110110

Color Harmonies of #DA3A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A4F

Black with #DA3A4F

Text Example


Text Example

White with #DA3A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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