Html Css Color HEX #DA2F52 Amaranth

📋 copy color: '#DA2F52'

red 218 ◦ green 47 ◦ blue 82

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

Shades of Amaranth #DA2F52

Tints of Amaranth #DA2F52

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.54%

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

R = 62.82%
G = 13.54%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA2F52 (or 0xDA2F52) is known color: Amaranth. HEX triplet: DA, 2F and 52. RGB value is (218,47,82). Sum of RGB (Red+Green+Blue) = 218+47+82=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2F52 is #25D0AD. Grayscale: #666666. Windows color (decimal): -2478254 or 5386202. OLE color: 5386202.

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

Color convert

RGB 218 47 82 -
CMYK 0 0.78 0.62 0.15
HSL 347.72º 0.7% 0.52% -
HSV(B) 347.72º 0.78% 0.85% -
XYZ 31.45 17.55 9.71 -
YUV 102.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 218 47 82 0 0.78 0.62 0.15 347.72 0.7 0.52
Hex DA 2F 52 0 4E 3E F 15C 46 34
Octal 332 57 122 0 116 76 17 534 106 64
Binary 11011010 101111 1010010 0 1001110 111110 1111 101011100 1000110 110100

Color Harmonies of #DA2F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F52

Black with #DA2F52

Text Example


Text Example

White with #DA2F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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