Html Css Color HEX #D9294C Amaranth

📋 copy color: '#D9294C'

red 217 ◦ green 41 ◦ blue 76

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

Shades of Amaranth #D9294C

Tints of Amaranth #D9294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 64.97%
G = 12.28%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9294C (or 0xD9294C) is known color: Amaranth. HEX triplet: D9, 29 and 4C. RGB value is (217,41,76). Sum of RGB (Red+Green+Blue) = 217+41+76=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9294C is #26D6B3. Grayscale: #616161. Windows color (decimal): -2545332 or 4991449. OLE color: 4991449.

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

Color convert

RGB 217 41 76 -
CMYK 0 0.81 0.65 0.15
HSL 348.07º 0.7% 0.51% -
HSV(B) 348.07º 0.81% 0.85% -
XYZ 30.71 16.86 8.47 -
YUV 97.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 217 41 76 0 0.81 0.65 0.15 348.07 0.7 0.51
Hex D9 29 4C 0 51 41 F 15C 46 33
Octal 331 51 114 0 121 101 17 534 106 63
Binary 11011001 101001 1001100 0 1010001 1000001 1111 101011100 1000110 110011

Color Harmonies of #D9294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9294C

Black with #D9294C

Text Example


Text Example

White with #D9294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9294C; }

 p { color: rgb(217,41,76); }

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

background-color css

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

 a { background-color: rgb(217,41,76); }

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

border-color css

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

 span { border-color: rgb(217,41,76); }

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