Html Css Color HEX #DA224E Amaranth

📋 copy color: '#DA224E'

red 218 ◦ green 34 ◦ blue 78

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

Shades of Amaranth #DA224E

Tints of Amaranth #DA224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.3%

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 66.06%
G = 10.3%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA224E (or 0xDA224E) is known color: Amaranth. HEX triplet: DA, 22 and 4E. RGB value is (218,34,78). Sum of RGB (Red+Green+Blue) = 218+34+78=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA224E is #25DDB1. Grayscale: #5E5E5E. Windows color (decimal): -2481586 or 5120730. OLE color: 5120730.

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

Color convert

RGB 218 34 78 -
CMYK 0 0.84 0.64 0.15
HSL 345.65º 0.73% 0.49% -
HSV(B) 345.65º 0.84% 0.85% -
XYZ 30.86 16.6 8.79 -
YUV 94.03 118.96 216.42 -
System Red Green Blue C M Y K H S L
Decimal 218 34 78 0 0.84 0.64 0.15 345.65 0.73 0.49
Hex DA 22 4E 0 54 40 F 15A 49 31
Octal 332 42 116 0 124 100 17 532 111 61
Binary 11011010 100010 1001110 0 1010100 1000000 1111 101011010 1001001 110001

Color Harmonies of #DA224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA224E

Black with #DA224E

Text Example


Text Example

White with #DA224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA224E; }

 p { color: rgb(218,34,78); }

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

background-color css

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

 a { background-color: rgb(218,34,78); }

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

border-color css

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

 span { border-color: rgb(218,34,78); }

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