Html Css Color HEX #DA2658 Amaranth

📋 copy color: '#DA2658'

red 218 ◦ green 38 ◦ blue 88

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

Shades of Amaranth #DA2658

Tints of Amaranth #DA2658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.58%

R = 63.37%
G = 11.05%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA2658 (or 0xDA2658) is known color: Amaranth. HEX triplet: DA, 26 and 58. RGB value is (218,38,88). Sum of RGB (Red+Green+Blue) = 218+38+88=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2658 is #25D9A7. Grayscale: #616161. Windows color (decimal): -2480552 or 5777114. OLE color: 5777114.

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

Color convert

RGB 218 38 88 -
CMYK 0 0.83 0.60 0.15
HSL 343.33º 0.71% 0.5% -
HSV(B) 343.33º 0.83% 0.85% -
XYZ 31.37 17 10.86 -
YUV 97.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 218 38 88 0 0.83 0.60 0.15 343.33 0.71 0.5
Hex DA 26 58 0 53 3C F 157 47 32
Octal 332 46 130 0 123 74 17 527 107 62
Binary 11011010 100110 1011000 0 1010011 111100 1111 101010111 1000111 110010

Color Harmonies of #DA2658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2658

Black with #DA2658

Text Example


Text Example

White with #DA2658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2658; }

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

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

background-color css

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

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

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

border-color css

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

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

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