Html Css Color HEX #DA2551 Amaranth

📋 copy color: '#DA2551'

red 218 ◦ green 37 ◦ blue 81

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

Shades of Amaranth #DA2551

Tints of Amaranth #DA2551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.01%

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

R = 64.88%
G = 11.01%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA2551 (or 0xDA2551) is known color: Amaranth. HEX triplet: DA, 25 and 51. RGB value is (218,37,81). Sum of RGB (Red+Green+Blue) = 218+37+81=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2551 is #25DAAE. Grayscale: #606060. Windows color (decimal): -2480815 or 5318106. OLE color: 5318106.

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

Color convert

RGB 218 37 81 -
CMYK 0 0.83 0.63 0.15
HSL 345.41º 0.71% 0.5% -
HSV(B) 345.41º 0.83% 0.85% -
XYZ 31.06 16.82 9.39 -
YUV 96.14 119.47 214.92 -
System Red Green Blue C M Y K H S L
Decimal 218 37 81 0 0.83 0.63 0.15 345.41 0.71 0.5
Hex DA 25 51 0 53 3F F 159 47 32
Octal 332 45 121 0 123 77 17 531 107 62
Binary 11011010 100101 1010001 0 1010011 111111 1111 101011001 1000111 110010

Color Harmonies of #DA2551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2551

Black with #DA2551

Text Example


Text Example

White with #DA2551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2551; }

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

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

background-color css

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

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

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

border-color css

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

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

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