Html Css Color HEX #DA3153 Amaranth

📋 copy color: '#DA3153'

red 218 ◦ green 49 ◦ blue 83

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

Shades of Amaranth #DA3153

Tints of Amaranth #DA3153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14%

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

R = 62.29%
G = 14%
B = 23.71%

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

#DA3153 (or 0xDA3153) is known color: Amaranth. HEX triplet: DA, 31 and 53. RGB value is (218,49,83). Sum of RGB (Red+Green+Blue) = 218+49+83=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3153 is #25CEAC. Grayscale: #676767. Windows color (decimal): -2477741 or 5452250. OLE color: 5452250.

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

Color convert

RGB 218 49 83 -
CMYK 0 0.78 0.62 0.15
HSL 347.93º 0.7% 0.52% -
HSV(B) 347.93º 0.78% 0.85% -
XYZ 31.57 17.73 9.94 -
YUV 103.41 116.49 209.74 -
System Red Green Blue C M Y K H S L
Decimal 218 49 83 0 0.78 0.62 0.15 347.93 0.7 0.52
Hex DA 31 53 0 4E 3E F 15C 46 34
Octal 332 61 123 0 116 76 17 534 106 64
Binary 11011010 110001 1010011 0 1001110 111110 1111 101011100 1000110 110100

Color Harmonies of #DA3153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3153

Black with #DA3153

Text Example


Text Example

White with #DA3153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3153; }

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

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

background-color css

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

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

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

border-color css

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

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

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