Html Css Color HEX #D7384D Amaranth

📋 copy color: '#D7384D'

red 215 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #D7384D

Tints of Amaranth #D7384D

RGB

 RED value IS 215 (84.38% from 255) = 61.78%

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

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

R = 61.78%
G = 16.09%
B = 22.13%

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

#D7384D (or 0xD7384D) is known color: Amaranth. HEX triplet: D7, 38 and 4D. RGB value is (215,56,77). Sum of RGB (Red+Green+Blue) = 215+56+77=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D7384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7384D is #28C7B2. Grayscale: #6A6A6A. Windows color (decimal): -2672563 or 5060823. OLE color: 5060823.

HSL color Cylindrical-coordinate representation of color #D7384D: hue angle of 352.08º degrees, saturation: 0.67, 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 #D7384D is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 56 77 -
CMYK 0 0.74 0.64 0.16
HSL 352.08º 0.67% 0.53% -
HSV(B) 352.08º 0.74% 0.84% -
XYZ 30.78 17.81 8.84 -
YUV 105.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 215 56 77 0 0.74 0.64 0.16 352.08 0.67 0.53
Hex D7 38 4D 0 4A 40 10 160 43 35
Octal 327 70 115 0 112 100 20 540 103 65
Binary 11010111 111000 1001101 0 1001010 1000000 10000 101100000 1000011 110101

Color Harmonies of #D7384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7384D

Black with #D7384D

Text Example


Text Example

White with #D7384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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