Html Css Color HEX #D5364E Amaranth

📋 copy color: '#D5364E'

red 213 ◦ green 54 ◦ blue 78

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

Shades of Amaranth #D5364E

Tints of Amaranth #D5364E

RGB

 RED value IS 213 (83.59% from 255) = 61.74%

 GREEN value IS 54 (21.48% from 255) = 15.65%

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

R = 61.74%
G = 15.65%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5364E (or 0xD5364E) is known color: Amaranth. HEX triplet: D5, 36 and 4E. RGB value is (213,54,78). Sum of RGB (Red+Green+Blue) = 213+54+78=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5364E is #2AC9B1. Grayscale: #686868. Windows color (decimal): -2804146 or 5125845. OLE color: 5125845.

HSL color Cylindrical-coordinate representation of color #D5364E: hue angle of 350.94º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5364E is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 54 78 -
CMYK 0 0.75 0.63 0.16
HSL 350.94º 0.65% 0.52% -
HSV(B) 350.94º 0.75% 0.84% -
XYZ 30.13 17.33 8.97 -
YUV 104.28 113.18 205.55 -
System Red Green Blue C M Y K H S L
Decimal 213 54 78 0 0.75 0.63 0.16 350.94 0.65 0.52
Hex D5 36 4E 0 4B 3F 10 15F 41 34
Octal 325 66 116 0 113 77 20 537 101 64
Binary 11010101 110110 1001110 0 1001011 111111 10000 101011111 1000001 110100

Color Harmonies of #D5364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5364E

Black with #D5364E

Text Example


Text Example

White with #D5364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5364E; }

 p { color: rgb(213,54,78); }

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

background-color css

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

 a { background-color: rgb(213,54,78); }

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

border-color css

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

 span { border-color: rgb(213,54,78); }

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