Html Css Color HEX #D7344F Amaranth

📋 copy color: '#D7344F'

red 215 ◦ green 52 ◦ blue 79

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

Shades of Amaranth #D7344F

Tints of Amaranth #D7344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.03%

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 62.14%
G = 15.03%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7344F (or 0xD7344F) is known color: Amaranth. HEX triplet: D7, 34 and 4F. RGB value is (215,52,79). Sum of RGB (Red+Green+Blue) = 215+52+79=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7344F is #28CBB0. Grayscale: #676767. Windows color (decimal): -2673585 or 5190871. OLE color: 5190871.

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

Color convert

RGB 215 52 79 -
CMYK 0 0.76 0.63 0.16
HSL 350.06º 0.67% 0.52% -
HSV(B) 350.06º 0.76% 0.84% -
XYZ 30.66 17.47 9.15 -
YUV 103.82 114 207.3 -
System Red Green Blue C M Y K H S L
Decimal 215 52 79 0 0.76 0.63 0.16 350.06 0.67 0.52
Hex D7 34 4F 0 4C 3F 10 15E 43 34
Octal 327 64 117 0 114 77 20 536 103 64
Binary 11010111 110100 1001111 0 1001100 111111 10000 101011110 1000011 110100

Color Harmonies of #D7344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7344F

Black with #D7344F

Text Example


Text Example

White with #D7344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7344F; }

 p { color: rgb(215,52,79); }

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

background-color css

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

 a { background-color: rgb(215,52,79); }

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

border-color css

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

 span { border-color: rgb(215,52,79); }

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