#D73054

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

Shades of Amaranth #D73054

Tints of Amaranth #D73054

Color information

#D73054 (or 0xD73054) is unknown color: approx Amaranth. HEX triplet: D7, 30 and 54. RGB value is (215,48,84). Sum of RGB (Red+Green+Blue) = 215+48+84=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D73054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73054 is #28CFAB. Grayscale: #666666. Windows color (decimal): -2674604 or 5517527. OLE color: 5517527.

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

Color convert

RGB2154884-
CMYK00.780.610.16
HSL347.07º67.61%51.57%-
HSV(B)347.07º77.67%84.31%-
XYZ30.6817.210.09-
YUV102.04117.83208.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.96%
GREEN value IS 48 (19.14% from 255) = 13.83%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=61.96%
G=13.83%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215488400.780.610.16347.0767.6151.57
HexD7305404E3D1015b4434
Octal327601240116752053310464
Binary11010111110000101010001001110111101100001010110111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73054; }

 p { color: rgb(215,48,84); }

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

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

 a { background-color: rgb(215,48,84); }

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

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

 span { border-color: rgb(215,48,84); }

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