Html Css Color HEX #DA2153 Amaranth

📋 copy color: '#DA2153'

red 218 ◦ green 33 ◦ blue 83

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

Shades of Amaranth #DA2153

Tints of Amaranth #DA2153

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

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

R = 65.27%
G = 9.88%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA2153 (or 0xDA2153) is known color: Amaranth. HEX triplet: DA, 21 and 53. RGB value is (218,33,83). Sum of RGB (Red+Green+Blue) = 218+33+83=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2153 is #25DEAC. Grayscale: #5D5D5D. Windows color (decimal): -2481837 or 5448154. OLE color: 5448154.

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

Color convert

RGB 218 33 83 -
CMYK 0 0.85 0.62 0.15
HSL 343.78º 0.74% 0.49% -
HSV(B) 343.78º 0.85% 0.85% -
XYZ 31.02 16.62 9.76 -
YUV 94.02 121.79 216.43 -
System Red Green Blue C M Y K H S L
Decimal 218 33 83 0 0.85 0.62 0.15 343.78 0.74 0.49
Hex DA 21 53 0 55 3E F 158 4A 31
Octal 332 41 123 0 125 76 17 530 112 61
Binary 11011010 100001 1010011 0 1010101 111110 1111 101011000 1001010 110001

Color Harmonies of #DA2153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2153

Black with #DA2153

Text Example


Text Example

White with #DA2153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2153; }

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

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

background-color css

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

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

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

border-color css

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

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

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