Html Css Color HEX #DA2652 Amaranth

📋 copy color: '#DA2652'

red 218 ◦ green 38 ◦ blue 82

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

Shades of Amaranth #DA2652

Tints of Amaranth #DA2652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 64.5%
G = 11.24%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA2652 (or 0xDA2652) is known color: Amaranth. HEX triplet: DA, 26 and 52. RGB value is (218,38,82). Sum of RGB (Red+Green+Blue) = 218+38+82=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2652 is #25D9AD. Grayscale: #606060. Windows color (decimal): -2480558 or 5383898. OLE color: 5383898.

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

Color convert

RGB 218 38 82 -
CMYK 0 0.83 0.62 0.15
HSL 345.33º 0.71% 0.5% -
HSV(B) 345.33º 0.83% 0.85% -
XYZ 31.13 16.9 9.6 -
YUV 96.84 119.63 214.42 -
System Red Green Blue C M Y K H S L
Decimal 218 38 82 0 0.83 0.62 0.15 345.33 0.71 0.5
Hex DA 26 52 0 53 3E F 159 47 32
Octal 332 46 122 0 123 76 17 531 107 62
Binary 11011010 100110 1010010 0 1010011 111110 1111 101011001 1000111 110010

Color Harmonies of #DA2652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2652

Black with #DA2652

Text Example


Text Example

White with #DA2652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2652; }

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

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

background-color css

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

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

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

border-color css

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

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

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