Html Css Color HEX #D5384D Amaranth

📋 copy color: '#D5384D'

red 213 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #D5384D

Tints of Amaranth #D5384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.18%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 61.56%
G = 16.18%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5384D (or 0xD5384D) is known color: Amaranth. HEX triplet: D5, 38 and 4D. RGB value is (213,56,77). Sum of RGB (Red+Green+Blue) = 213+56+77=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5384D is #2AC7B2. Grayscale: #696969. Windows color (decimal): -2803635 or 5060821. OLE color: 5060821.

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

Color convert

RGB 213 56 77 -
CMYK 0 0.74 0.64 0.16
HSL 351.97º 0.65% 0.53% -
HSV(B) 351.97º 0.74% 0.84% -
XYZ 30.19 17.51 8.81 -
YUV 105.34 112.01 204.79 -
System Red Green Blue C M Y K H S L
Decimal 213 56 77 0 0.74 0.64 0.16 351.97 0.65 0.53
Hex D5 38 4D 0 4A 40 10 160 41 35
Octal 325 70 115 0 112 100 20 540 101 65
Binary 11010101 111000 1001101 0 1001010 1000000 10000 101100000 1000001 110101

Color Harmonies of #D5384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5384D

Black with #D5384D

Text Example


Text Example

White with #D5384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5384D; }

 p { color: rgb(213,56,77); }

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

background-color css

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

 a { background-color: rgb(213,56,77); }

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

border-color css

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

 span { border-color: rgb(213,56,77); }

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