#D72056

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

Shades of Amaranth #D72056

Tints of Amaranth #D72056

Color information

#D72056 (or 0xD72056) is unknown color: approx Amaranth. HEX triplet: D7, 20 and 56. RGB value is (215,32,86). Sum of RGB (Red+Green+Blue) = 215+32+86=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D72056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72056 is #28DFA9. Grayscale: #5C5C5C. Windows color (decimal): -2678698 or 5644503. OLE color: 5644503.

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

Color convert

RGB2153286-
CMYK00.850.60.16
HSL342.3º74.09%48.43%-
HSV(B)342.3º85.12%84.31%-
XYZ30.2216.1510.33-
YUV92.87124.13215.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 64.56%
GREEN value IS 32 (12.89% from 255) = 9.61%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=64.56%
G=9.61%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215328600.850.60.16342.374.0948.43
HexD720560553C101564a30
Octal327401260125742052611260
Binary11010111100000101011001010101111100100001010101101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72056; }

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

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

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

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

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

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

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

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