Html Css Color HEX #DA244F Amaranth

📋 copy color: '#DA244F'

red 218 ◦ green 36 ◦ blue 79

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

Shades of Amaranth #DA244F

Tints of Amaranth #DA244F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.81%

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

R = 65.47%
G = 10.81%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA244F (or 0xDA244F) is known color: Amaranth. HEX triplet: DA, 24 and 4F. RGB value is (218,36,79). Sum of RGB (Red+Green+Blue) = 218+36+79=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA244F is #25DBB0. Grayscale: #5F5F5F. Windows color (decimal): -2481073 or 5186778. OLE color: 5186778.

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

Color convert

RGB 218 36 79 -
CMYK 0 0.83 0.64 0.15
HSL 345.82º 0.72% 0.5% -
HSV(B) 345.82º 0.83% 0.85% -
XYZ 30.96 16.73 9 -
YUV 95.32 118.8 215.5 -
System Red Green Blue C M Y K H S L
Decimal 218 36 79 0 0.83 0.64 0.15 345.82 0.72 0.5
Hex DA 24 4F 0 53 40 F 15A 48 32
Octal 332 44 117 0 123 100 17 532 110 62
Binary 11011010 100100 1001111 0 1010011 1000000 1111 101011010 1001000 110010

Color Harmonies of #DA244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA244F

Black with #DA244F

Text Example


Text Example

White with #DA244F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA244F; }

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

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

background-color css

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

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

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

border-color css

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

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

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