#D7334E

Color #D7334E Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #D7334E

Tints of Amaranth #D7334E

Color information

#D7334E (or 0xD7334E) is unknown color: approx Amaranth. HEX triplet: D7, 33 and 4E. RGB value is (215,51,78). Sum of RGB (Red+Green+Blue) = 215+51+78=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7334E is #28CCB1. Grayscale: #676767. Windows color (decimal): -2673842 or 5125079. OLE color: 5125079.

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

Color convert

RGB2155178-
CMYK00.760.640.16
HSL350.12º67.21%52.16%-
HSV(B)350.12º76.28%84.31%-
XYZ30.5817.368.95-
YUV103.11113.83207.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 62.5%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=62.5%
G=14.83%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215517800.760.640.16350.1267.2152.16
HexD7334E04C401015e4334
Octal3276311601141002053610364
Binary110101111100111001110010011001000000100001010111101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7334E; }

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

 H1.HeaderClassName
 {
   color: #D7334E;
 }
 .AnyTagClassName
 {
   color: #D7334E;
 }
</style>
background-color css

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

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

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

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

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

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