Html Css Color HEX #D9334D Amaranth

📋 copy color: '#D9334D'

red 217 ◦ green 51 ◦ blue 77

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

Shades of Amaranth #D9334D

Tints of Amaranth #D9334D

RGB

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

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

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

R = 62.9%
G = 14.78%
B = 22.32%

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

#D9334D (or 0xD9334D) is known color: Amaranth. HEX triplet: D9, 33 and 4D. RGB value is (217,51,77). Sum of RGB (Red+Green+Blue) = 217+51+77=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9334D is #26CCB2. Grayscale: #676767. Windows color (decimal): -2542771 or 5059545. OLE color: 5059545.

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

Color convert

RGB 217 51 77 -
CMYK 0 0.76 0.65 0.15
HSL 350.6º 0.69% 0.53% -
HSV(B) 350.6º 0.76% 0.85% -
XYZ 31.14 17.66 8.79 -
YUV 103.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 217 51 77 0 0.76 0.65 0.15 350.6 0.69 0.53
Hex D9 33 4D 0 4C 41 F 15F 45 35
Octal 331 63 115 0 114 101 17 537 105 65
Binary 11011001 110011 1001101 0 1001100 1000001 1111 101011111 1000101 110101

Color Harmonies of #D9334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9334D

Black with #D9334D

Text Example


Text Example

White with #D9334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9334D; }

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

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

background-color css

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

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

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

border-color css

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

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

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