Html Css Color HEX #DA2453 Amaranth

📋 copy color: '#DA2453'

red 218 ◦ green 36 ◦ blue 83

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

Shades of Amaranth #DA2453

Tints of Amaranth #DA2453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 64.69%
G = 10.68%
B = 24.63%

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

#DA2453 (or 0xDA2453) is known color: Amaranth. HEX triplet: DA, 24 and 53. RGB value is (218,36,83). Sum of RGB (Red+Green+Blue) = 218+36+83=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2453 is #25DBAC. Grayscale: #5F5F5F. Windows color (decimal): -2481069 or 5448922. OLE color: 5448922.

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

Color convert

RGB 218 36 83 -
CMYK 0 0.83 0.62 0.15
HSL 344.51º 0.72% 0.5% -
HSV(B) 344.51º 0.83% 0.85% -
XYZ 31.11 16.79 9.79 -
YUV 95.78 120.8 215.18 -
System Red Green Blue C M Y K H S L
Decimal 218 36 83 0 0.83 0.62 0.15 344.51 0.72 0.5
Hex DA 24 53 0 53 3E F 159 48 32
Octal 332 44 123 0 123 76 17 531 110 62
Binary 11011010 100100 1010011 0 1010011 111110 1111 101011001 1001000 110010

Color Harmonies of #DA2453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2453

Black with #DA2453

Text Example


Text Example

White with #DA2453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2453; }

 p { color: rgb(218,36,83); }

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

background-color css

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

 a { background-color: rgb(218,36,83); }

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

border-color css

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

 span { border-color: rgb(218,36,83); }

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