Html Css Color HEX #D9384D Amaranth

📋 copy color: '#D9384D'

red 217 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #D9384D

Tints of Amaranth #D9384D

RGB

 RED value IS 217 (85.16% from 255) = 62%

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

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

R = 62%
G = 16%
B = 22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9384D (or 0xD9384D) is known color: Amaranth. HEX triplet: D9, 38 and 4D. RGB value is (217,56,77). Sum of RGB (Red+Green+Blue) = 217+56+77=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9384D is #26C7B2. Grayscale: #6A6A6A. Windows color (decimal): -2541491 or 5060825. OLE color: 5060825.

HSL color Cylindrical-coordinate representation of color #D9384D: hue angle of 352.17º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9384D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 77 -
CMYK 0 0.74 0.65 0.15
HSL 352.17º 0.68% 0.54% -
HSV(B) 352.17º 0.74% 0.85% -
XYZ 31.37 18.12 8.86 -
YUV 106.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 217 56 77 0 0.74 0.65 0.15 352.17 0.68 0.54
Hex D9 38 4D 0 4A 41 F 160 44 36
Octal 331 70 115 0 112 101 17 540 104 66
Binary 11011001 111000 1001101 0 1001010 1000001 1111 101100000 1000100 110110

Color Harmonies of #D9384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9384D

Black with #D9384D

Text Example


Text Example

White with #D9384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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