#D82050

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

Shades of Amaranth #D82050

Tints of Amaranth #D82050

Color information

#D82050 (or 0xD82050) is unknown color: approx Amaranth. HEX triplet: D8, 20 and 50. RGB value is (216,32,80). Sum of RGB (Red+Green+Blue) = 216+32+80=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D82050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82050 is #27DFAF. Grayscale: #5C5C5C. Windows color (decimal): -2613168 or 5251288. OLE color: 5251288.

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

Color convert

RGB2163280-
CMYK00.850.630.15
HSL344.35º74.19%48.63%-
HSV(B)344.35º85.19%84.71%-
XYZ30.2816.219.12-
YUV92.49120.96216.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 65.85%
GREEN value IS 32 (12.89% from 255) = 9.76%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=65.85%
G=9.76%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216328000.850.630.15344.3574.1948.63
HexD820500553FF1584a31
Octal330401200125771753011261
Binary1101100010000010100000101010111111111111010110001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82050; }

 p { color: rgb(216,32,80); }

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

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

 a { background-color: rgb(216,32,80); }

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

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

 span { border-color: rgb(216,32,80); }

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