#D82354

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

Shades of Amaranth #D82354

Tints of Amaranth #D82354

Color information

#D82354 (or 0xD82354) is unknown color: approx Amaranth. HEX triplet: D8, 23 and 54. RGB value is (216,35,84). Sum of RGB (Red+Green+Blue) = 216+35+84=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D82354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82354 is #27DCAB. Grayscale: #5E5E5E. Windows color (decimal): -2612396 or 5514200. OLE color: 5514200.

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

Color convert

RGB2163584-
CMYK00.840.610.15
HSL343.76º72.11%49.22%-
HSV(B)343.76º83.8%84.71%-
XYZ30.5216.449.95-
YUV94.71121.97214.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.48%
GREEN value IS 35 (14.06% from 255) = 10.45%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=64.48%
G=10.45%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216358400.840.610.15343.7672.1149.22
HexD823540543DF1584831
Octal330431240124751753011061
Binary1101100010001110101000101010011110111111010110001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82354; }

 p { color: rgb(216,35,84); }

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

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

 a { background-color: rgb(216,35,84); }

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

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

 span { border-color: rgb(216,35,84); }

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