#D82355

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

Shades of Amaranth #D82355

Tints of Amaranth #D82355

Color information

#D82355 (or 0xD82355) is unknown color: approx Amaranth. HEX triplet: D8, 23 and 55. RGB value is (216,35,85). Sum of RGB (Red+Green+Blue) = 216+35+85=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D82355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82355 is #27DCAA. Grayscale: #5E5E5E. Windows color (decimal): -2612395 or 5579736. OLE color: 5579736.

HSL color Cylindrical-coordinate representation of color #D82355: hue angle of 343.43º 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 #D82355 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB2163585-
CMYK00.840.610.15
HSL343.43º72.11%49.22%-
HSV(B)343.43º83.8%84.71%-
XYZ30.5616.4610.16-
YUV94.82122.47214.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.29%
GREEN value IS 35 (14.06% from 255) = 10.42%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=64.29%
G=10.42%
B=25.30%

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
Decimal216358500.840.610.15343.4372.1149.22
HexD823550543DF1574831
Octal330431250124751752711061
Binary1101100010001110101010101010011110111111010101111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82355; }

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

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

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

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

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

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

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

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