#D72F50

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

Shades of Amaranth #D72F50

Tints of Amaranth #D72F50

Color information

#D72F50 (or 0xD72F50) is unknown color: approx Amaranth. HEX triplet: D7, 2F and 50. RGB value is (215,47,80). Sum of RGB (Red+Green+Blue) = 215+47+80=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72F50 is #28D0AF. Grayscale: #656565. Windows color (decimal): -2674864 or 5255127. OLE color: 5255127.

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

Color convert

RGB2154780-
CMYK00.780.630.16
HSL348.21º67.74%51.37%-
HSV(B)348.21º78.14%84.31%-
XYZ30.4917.069.28-
YUV100.99116.16209.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 62.87%
GREEN value IS 47 (18.75% from 255) = 13.74%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=62.87%
G=13.74%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215478000.780.630.16348.2167.7451.37
HexD72F5004E3F1015c4433
Octal327571200116772053410463
Binary11010111101111101000001001110111111100001010111001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72F50; }

 p { color: rgb(215,47,80); }

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

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

 a { background-color: rgb(215,47,80); }

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

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

 span { border-color: rgb(215,47,80); }

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