#D82851

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

Shades of Amaranth #D82851

Tints of Amaranth #D82851

Color information

#D82851 (or 0xD82851) is unknown color: approx Amaranth. HEX triplet: D8, 28 and 51. RGB value is (216,40,81). Sum of RGB (Red+Green+Blue) = 216+40+81=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D82851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82851 is #27D7AE. Grayscale: #616161. Windows color (decimal): -2611119 or 5318872. OLE color: 5318872.

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

Color convert

RGB2164081-
CMYK00.810.620.15
HSL346.02º69.29%50.2%-
HSV(B)346.02º81.48%84.71%-
XYZ30.5616.719.4-
YUV97.3118.81212.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.09%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=64.09%
G=11.87%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216408100.810.620.15346.0269.2950.2
HexD828510513EF15a4532
Octal330501210121761753210562
Binary1101100010100010100010101000111111011111010110101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82851; }

 p { color: rgb(216,40,81); }

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

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

 a { background-color: rgb(216,40,81); }

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

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

 span { border-color: rgb(216,40,81); }

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