Html Css Color HEX #DA2644 Amaranth

📋 copy color: '#DA2644'

red 218 ◦ green 38 ◦ blue 68

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

Shades of Amaranth #DA2644

Tints of Amaranth #DA2644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.73%

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 67.28%
G = 11.73%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA2644 (or 0xDA2644) is known color: Amaranth. HEX triplet: DA, 26 and 44. RGB value is (218,38,68). Sum of RGB (Red+Green+Blue) = 218+38+68=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2644 is #25D9BB. Grayscale: #5F5F5F. Windows color (decimal): -2480572 or 4466394. OLE color: 4466394.

HSL color Cylindrical-coordinate representation of color #DA2644: hue angle of 350º degrees, saturation: 0.71, 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 #DA2644 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 38 68 -
CMYK 0 0.83 0.69 0.15
HSL 350º 0.71% 0.5% -
HSV(B) 350º 0.83% 0.85% -
XYZ 30.65 16.71 7.08 -
YUV 95.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 218 38 68 0 0.83 0.69 0.15 350 0.71 0.5
Hex DA 26 44 0 53 45 F 15E 47 32
Octal 332 46 104 0 123 105 17 536 107 62
Binary 11011010 100110 1000100 0 1010011 1000101 1111 101011110 1000111 110010

Color Harmonies of #DA2644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2644

Black with #DA2644

Text Example


Text Example

White with #DA2644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2644; }

 p { color: rgb(218,38,68); }

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

background-color css

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

 a { background-color: rgb(218,38,68); }

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

border-color css

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

 span { border-color: rgb(218,38,68); }

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