#D73055

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

Shades of Amaranth #D73055

Tints of Amaranth #D73055

Color information

#D73055 (or 0xD73055) is unknown color: approx Amaranth. HEX triplet: D7, 30 and 55. RGB value is (215,48,85). Sum of RGB (Red+Green+Blue) = 215+48+85=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D73055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73055 is #28CFAA. Grayscale: #666666. Windows color (decimal): -2674603 or 5583063. OLE color: 5583063.

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

Color convert

RGB2154885-
CMYK00.780.600.16
HSL346.71º67.61%51.57%-
HSV(B)346.71º77.67%84.31%-
XYZ30.7217.2210.3-
YUV102.15118.33208.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.78%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=61.78%
G=13.79%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215488500.780.600.16346.7167.6151.57
HexD7305504E3C1015b4434
Octal327601250116742053310464
Binary11010111110000101010101001110111100100001010110111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73055; }

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

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

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

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

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

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

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

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