Html Css Color HEX #DA314E Amaranth

📋 copy color: '#DA314E'

red 218 ◦ green 49 ◦ blue 78

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

Shades of Amaranth #DA314E

Tints of Amaranth #DA314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 63.19%
G = 14.2%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA314E (or 0xDA314E) is known color: Amaranth. HEX triplet: DA, 31 and 4E. RGB value is (218,49,78). Sum of RGB (Red+Green+Blue) = 218+49+78=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA314E is #25CEB1. Grayscale: #666666. Windows color (decimal): -2477746 or 5124570. OLE color: 5124570.

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

Color convert

RGB 218 49 78 -
CMYK 0 0.78 0.64 0.15
HSL 349.7º 0.7% 0.52% -
HSV(B) 349.7º 0.78% 0.85% -
XYZ 31.39 17.65 8.96 -
YUV 102.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 218 49 78 0 0.78 0.64 0.15 349.7 0.7 0.52
Hex DA 31 4E 0 4E 40 F 15E 46 34
Octal 332 61 116 0 116 100 17 536 106 64
Binary 11011010 110001 1001110 0 1001110 1000000 1111 101011110 1000110 110100

Color Harmonies of #DA314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA314E

Black with #DA314E

Text Example


Text Example

White with #DA314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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