Html Css Color HEX #D9294D Amaranth

📋 copy color: '#D9294D'

red 217 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #D9294D

Tints of Amaranth #D9294D

RGB

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

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

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

R = 64.78%
G = 12.24%
B = 22.99%

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

#D9294D (or 0xD9294D) is known color: Amaranth. HEX triplet: D9, 29 and 4D. RGB value is (217,41,77). Sum of RGB (Red+Green+Blue) = 217+41+77=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D9294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9294D is #26D6B2. Grayscale: #616161. Windows color (decimal): -2545331 or 5056985. OLE color: 5056985.

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

Color convert

RGB 217 41 77 -
CMYK 0 0.81 0.65 0.15
HSL 347.73º 0.7% 0.51% -
HSV(B) 347.73º 0.81% 0.85% -
XYZ 30.75 16.87 8.66 -
YUV 97.73 116.31 213.07 -
System Red Green Blue C M Y K H S L
Decimal 217 41 77 0 0.81 0.65 0.15 347.73 0.7 0.51
Hex D9 29 4D 0 51 41 F 15C 46 33
Octal 331 51 115 0 121 101 17 534 106 63
Binary 11011001 101001 1001101 0 1010001 1000001 1111 101011100 1000110 110011

Color Harmonies of #D9294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9294D

Black with #D9294D

Text Example


Text Example

White with #D9294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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