Html Css Color HEX #D9324F Amaranth

📋 copy color: '#D9324F'

red 217 ◦ green 50 ◦ blue 79

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

Shades of Amaranth #D9324F

Tints of Amaranth #D9324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 62.72%
G = 14.45%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9324F (or 0xD9324F) is known color: Amaranth. HEX triplet: D9, 32 and 4F. RGB value is (217,50,79). Sum of RGB (Red+Green+Blue) = 217+50+79=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9324F is #26CDB0. Grayscale: #676767. Windows color (decimal): -2543025 or 5190361. OLE color: 5190361.

HSL color Cylindrical-coordinate representation of color #D9324F: hue angle of 349.58º 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 #D9324F is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 79 -
CMYK 0 0.77 0.64 0.15
HSL 349.58º 0.69% 0.52% -
HSV(B) 349.58º 0.77% 0.85% -
XYZ 31.17 17.6 9.15 -
YUV 103.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 217 50 79 0 0.77 0.64 0.15 349.58 0.69 0.52
Hex D9 32 4F 0 4D 40 F 15E 45 34
Octal 331 62 117 0 115 100 17 536 105 64
Binary 11011001 110010 1001111 0 1001101 1000000 1111 101011110 1000101 110100

Color Harmonies of #D9324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9324F

Black with #D9324F

Text Example


Text Example

White with #D9324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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