#D82E54

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

Shades of Amaranth #D82E54

Tints of Amaranth #D82E54

Color information

#D82E54 (or 0xD82E54) is unknown color: approx Amaranth. HEX triplet: D8, 2E and 54. RGB value is (216,46,84). Sum of RGB (Red+Green+Blue) = 216+46+84=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E54 is #27D1AB. Grayscale: #656565. Windows color (decimal): -2609580 or 5517016. OLE color: 5517016.

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

Color convert

RGB2164684-
CMYK00.790.610.15
HSL346.59º68.55%51.37%-
HSV(B)346.59º78.7%84.71%-
XYZ30.917.1910.08-
YUV101.16118.32209.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.43%
GREEN value IS 46 (18.36% from 255) = 13.29%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=62.43%
G=13.29%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216468400.790.610.15346.5968.5551.37
HexD82E5404F3DF15b4533
Octal330561240117751753310563
Binary1101100010111010101000100111111110111111010110111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82E54; }

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

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

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

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

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

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

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

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