Html Css Color HEX #D9334C Amaranth

📋 copy color: '#D9334C'

red 217 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #D9334C

Tints of Amaranth #D9334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.83%

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

R = 63.08%
G = 14.83%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9334C (or 0xD9334C) is known color: Amaranth. HEX triplet: D9, 33 and 4C. RGB value is (217,51,76). Sum of RGB (Red+Green+Blue) = 217+51+76=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9334C is #26CCB3. Grayscale: #676767. Windows color (decimal): -2542772 or 4994009. OLE color: 4994009.

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

Color convert

RGB 217 51 76 -
CMYK 0 0.76 0.65 0.15
HSL 350.96º 0.69% 0.53% -
HSV(B) 350.96º 0.76% 0.85% -
XYZ 31.1 17.64 8.6 -
YUV 103.48 112.5 208.97 -
System Red Green Blue C M Y K H S L
Decimal 217 51 76 0 0.76 0.65 0.15 350.96 0.69 0.53
Hex D9 33 4C 0 4C 41 F 15F 45 35
Octal 331 63 114 0 114 101 17 537 105 65
Binary 11011001 110011 1001100 0 1001100 1000001 1111 101011111 1000101 110101

Color Harmonies of #D9334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9334C

Black with #D9334C

Text Example


Text Example

White with #D9334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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