Html Css Color HEX #DA2353 Amaranth

📋 copy color: '#DA2353'

red 218 ◦ green 35 ◦ blue 83

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

Shades of Amaranth #DA2353

Tints of Amaranth #DA2353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.42%

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

R = 64.88%
G = 10.42%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA2353 (or 0xDA2353) is known color: Amaranth. HEX triplet: DA, 23 and 53. RGB value is (218,35,83). Sum of RGB (Red+Green+Blue) = 218+35+83=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2353 is #25DCAC. Grayscale: #5F5F5F. Windows color (decimal): -2481325 or 5448666. OLE color: 5448666.

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

Color convert

RGB 218 35 83 -
CMYK 0 0.84 0.62 0.15
HSL 344.26º 0.72% 0.5% -
HSV(B) 344.26º 0.84% 0.85% -
XYZ 31.08 16.73 9.78 -
YUV 95.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 218 35 83 0 0.84 0.62 0.15 344.26 0.72 0.5
Hex DA 23 53 0 54 3E F 158 48 32
Octal 332 43 123 0 124 76 17 530 110 62
Binary 11011010 100011 1010011 0 1010100 111110 1111 101011000 1001000 110010

Color Harmonies of #DA2353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2353

Black with #DA2353

Text Example


Text Example

White with #DA2353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2353; }

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

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

background-color css

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

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

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

border-color css

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

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

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