Html Css Color HEX #DA2D51 Amaranth

📋 copy color: '#DA2D51'

red 218 ◦ green 45 ◦ blue 81

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

Shades of Amaranth #DA2D51

Tints of Amaranth #DA2D51

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.08%

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 63.37%
G = 13.08%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA2D51 (or 0xDA2D51) is known color: Amaranth. HEX triplet: DA, 2D and 51. RGB value is (218,45,81). Sum of RGB (Red+Green+Blue) = 218+45+81=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D51 is #25D2AE. Grayscale: #646464. Windows color (decimal): -2478767 or 5320154. OLE color: 5320154.

HSL color Cylindrical-coordinate representation of color #DA2D51: hue angle of 347.51º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D51 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 45 81 -
CMYK 0 0.79 0.63 0.15
HSL 347.51º 0.7% 0.52% -
HSV(B) 347.51º 0.79% 0.85% -
XYZ 31.34 17.38 9.49 -
YUV 100.83 116.81 211.57 -
System Red Green Blue C M Y K H S L
Decimal 218 45 81 0 0.79 0.63 0.15 347.51 0.7 0.52
Hex DA 2D 51 0 4F 3F F 15C 46 34
Octal 332 55 121 0 117 77 17 534 106 64
Binary 11011010 101101 1010001 0 1001111 111111 1111 101011100 1000110 110100

Color Harmonies of #DA2D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D51

Black with #DA2D51

Text Example


Text Example

White with #DA2D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D51; }

 p { color: rgb(218,45,81); }

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

background-color css

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

 a { background-color: rgb(218,45,81); }

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

border-color css

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

 span { border-color: rgb(218,45,81); }

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