Html Css Color HEX #D9324D Amaranth

📋 copy color: '#D9324D'

red 217 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #D9324D

Tints of Amaranth #D9324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

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

R = 63.08%
G = 14.53%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9324D (or 0xD9324D) is known color: Amaranth. HEX triplet: D9, 32 and 4D. RGB value is (217,50,77). Sum of RGB (Red+Green+Blue) = 217+50+77=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9324D is #26CDB2. Grayscale: #676767. Windows color (decimal): -2543027 or 5059289. OLE color: 5059289.

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

Color convert

RGB 217 50 77 -
CMYK 0 0.77 0.65 0.15
HSL 350.3º 0.69% 0.52% -
HSV(B) 350.3º 0.77% 0.85% -
XYZ 31.1 17.57 8.77 -
YUV 103.01 113.33 209.3 -
System Red Green Blue C M Y K H S L
Decimal 217 50 77 0 0.77 0.65 0.15 350.3 0.69 0.52
Hex D9 32 4D 0 4D 41 F 15E 45 34
Octal 331 62 115 0 115 101 17 536 105 64
Binary 11011001 110010 1001101 0 1001101 1000001 1111 101011110 1000101 110100

Color Harmonies of #D9324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9324D

Black with #D9324D

Text Example


Text Example

White with #D9324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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