Html Css Color HEX #D7334C Amaranth

📋 copy color: '#D7334C'

red 215 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #D7334C

Tints of Amaranth #D7334C

RGB

 RED value IS 215 (84.38% from 255) = 62.87%

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

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

R = 62.87%
G = 14.91%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7334C (or 0xD7334C) is known color: Amaranth. HEX triplet: D7, 33 and 4C. RGB value is (215,51,76). Sum of RGB (Red+Green+Blue) = 215+51+76=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7334C is #28CCB3. Grayscale: #666666. Windows color (decimal): -2673844 or 4994007. OLE color: 4994007.

HSL color Cylindrical-coordinate representation of color #D7334C: hue angle of 350.85º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7334C is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 51 76 -
CMYK 0 0.76 0.65 0.16
HSL 350.85º 0.67% 0.52% -
HSV(B) 350.85º 0.76% 0.84% -
XYZ 30.51 17.34 8.58 -
YUV 102.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 215 51 76 0 0.76 0.65 0.16 350.85 0.67 0.52
Hex D7 33 4C 0 4C 41 10 15F 43 34
Octal 327 63 114 0 114 101 20 537 103 64
Binary 11010111 110011 1001100 0 1001100 1000001 10000 101011111 1000011 110100

Color Harmonies of #D7334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7334C

Black with #D7334C

Text Example


Text Example

White with #D7334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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