Html Css Color HEX #D9294A Amaranth

📋 copy color: '#D9294A'

red 217 ◦ green 41 ◦ blue 74

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

Shades of Amaranth #D9294A

Tints of Amaranth #D9294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 65.36%
G = 12.35%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9294A (or 0xD9294A) is known color: Amaranth. HEX triplet: D9, 29 and 4A. RGB value is (217,41,74). Sum of RGB (Red+Green+Blue) = 217+41+74=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9294A is #26D6B5. Grayscale: #616161. Windows color (decimal): -2545334 or 4860377. OLE color: 4860377.

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

Color convert

RGB 217 41 74 -
CMYK 0 0.81 0.66 0.15
HSL 348.75º 0.7% 0.51% -
HSV(B) 348.75º 0.81% 0.85% -
XYZ 30.64 16.83 8.11 -
YUV 97.39 114.81 213.32 -
System Red Green Blue C M Y K H S L
Decimal 217 41 74 0 0.81 0.66 0.15 348.75 0.7 0.51
Hex D9 29 4A 0 51 42 F 15D 46 33
Octal 331 51 112 0 121 102 17 535 106 63
Binary 11011001 101001 1001010 0 1010001 1000010 1111 101011101 1000110 110011

Color Harmonies of #D9294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9294A

Black with #D9294A

Text Example


Text Example

White with #D9294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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