#D72054

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

Shades of Amaranth #D72054

Tints of Amaranth #D72054

Color information

#D72054 (or 0xD72054) is unknown color: approx Amaranth. HEX triplet: D7, 20 and 54. RGB value is (215,32,84). Sum of RGB (Red+Green+Blue) = 215+32+84=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D72054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72054 is #28DFAB. Grayscale: #5C5C5C. Windows color (decimal): -2678700 or 5513431. OLE color: 5513431.

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

Color convert

RGB2153284-
CMYK00.850.610.16
HSL342.95º74.09%48.43%-
HSV(B)342.95º85.12%84.31%-
XYZ30.1416.129.91-
YUV92.64123.13215.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 64.95%
GREEN value IS 32 (12.89% from 255) = 9.67%
BLUE value IS 84 (33.20% from 255) = 25.38%
R=64.95%
G=9.67%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215328400.850.610.16342.9574.0948.43
HexD720540553D101574a30
Octal327401240125752052711260
Binary11010111100000101010001010101111101100001010101111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72054; }

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

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

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

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

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

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

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

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