Html Css Color HEX #D63A4E Amaranth

📋 copy color: '#D63A4E'

red 214 ◦ green 58 ◦ blue 78

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

Shades of Amaranth #D63A4E

Tints of Amaranth #D63A4E

RGB

 RED value IS 214 (83.98% from 255) = 61.14%

 GREEN value IS 58 (23.05% from 255) = 16.57%

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

R = 61.14%
G = 16.57%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D63A4E (or 0xD63A4E) is known color: Amaranth. HEX triplet: D6, 3A and 4E. RGB value is (214,58,78). Sum of RGB (Red+Green+Blue) = 214+58+78=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A4E is #29C5B1. Grayscale: #6B6B6B. Windows color (decimal): -2737586 or 5126870. OLE color: 5126870.

HSL color Cylindrical-coordinate representation of color #D63A4E: hue angle of 352.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63A4E is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 78 -
CMYK 0 0.73 0.64 0.16
HSL 352.31º 0.66% 0.53% -
HSV(B) 352.31º 0.73% 0.84% -
XYZ 30.62 17.87 9.04 -
YUV 106.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 214 58 78 0 0.73 0.64 0.16 352.31 0.66 0.53
Hex D6 3A 4E 0 49 40 10 160 42 35
Octal 326 72 116 0 111 100 20 540 102 65
Binary 11010110 111010 1001110 0 1001001 1000000 10000 101100000 1000010 110101

Color Harmonies of #D63A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A4E

Black with #D63A4E

Text Example


Text Example

White with #D63A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A4E; }

 p { color: rgb(214,58,78); }

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

background-color css

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

 a { background-color: rgb(214,58,78); }

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

border-color css

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

 span { border-color: rgb(214,58,78); }

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