#D73052

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

Shades of Amaranth #D73052

Tints of Amaranth #D73052

Color information

#D73052 (or 0xD73052) is unknown color: approx Amaranth. HEX triplet: D7, 30 and 52. RGB value is (215,48,82). Sum of RGB (Red+Green+Blue) = 215+48+82=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D73052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73052 is #28CFAD. Grayscale: #656565. Windows color (decimal): -2674606 or 5386455. OLE color: 5386455.

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

Color convert

RGB2154882-
CMYK00.780.620.16
HSL347.78º67.61%51.57%-
HSV(B)347.78º77.67%84.31%-
XYZ30.617.179.68-
YUV101.81116.83208.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 62.32%
GREEN value IS 48 (19.14% from 255) = 13.91%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=62.32%
G=13.91%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215488200.780.620.16347.7867.6151.57
HexD7305204E3E1015c4434
Octal327601220116762053410464
Binary11010111110000101001001001110111110100001010111001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73052; }

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

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

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

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

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

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

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

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