Html Css Color HEX #DA2750 Amaranth

📋 copy color: '#DA2750'

red 218 ◦ green 39 ◦ blue 80

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

Shades of Amaranth #DA2750

Tints of Amaranth #DA2750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.57%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 64.69%
G = 11.57%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA2750 (or 0xDA2750) is known color: Amaranth. HEX triplet: DA, 27 and 50. RGB value is (218,39,80). Sum of RGB (Red+Green+Blue) = 218+39+80=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2750 is #25D8AF. Grayscale: #616161. Windows color (decimal): -2480304 or 5253082. OLE color: 5253082.

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

Color convert

RGB 218 39 80 -
CMYK 0 0.82 0.63 0.15
HSL 346.26º 0.71% 0.5% -
HSV(B) 346.26º 0.82% 0.85% -
XYZ 31.09 16.94 9.22 -
YUV 97.2 118.3 214.17 -
System Red Green Blue C M Y K H S L
Decimal 218 39 80 0 0.82 0.63 0.15 346.26 0.71 0.5
Hex DA 27 50 0 52 3F F 15A 47 32
Octal 332 47 120 0 122 77 17 532 107 62
Binary 11011010 100111 1010000 0 1010010 111111 1111 101011010 1000111 110010

Color Harmonies of #DA2750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2750

Black with #DA2750

Text Example


Text Example

White with #DA2750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2750; }

 p { color: rgb(218,39,80); }

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

background-color css

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

 a { background-color: rgb(218,39,80); }

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

border-color css

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

 span { border-color: rgb(218,39,80); }

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