#D62455

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

Shades of Amaranth #D62455

Tints of Amaranth #D62455

Color information

#D62455 (or 0xD62455) is unknown color: approx Amaranth. HEX triplet: D6, 24 and 55. RGB value is (214,36,85). Sum of RGB (Red+Green+Blue) = 214+36+85=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D62455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62455 is #29DBAA. Grayscale: #5E5E5E. Windows color (decimal): -2743211 or 5579990. OLE color: 5579990.

HSL color Cylindrical-coordinate representation of color #D62455: hue angle of 343.48º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62455 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB2143685-
CMYK00.830.600.16
HSL343.48º71.2%49.02%-
HSV(B)343.48º83.18%83.92%-
XYZ3016.2110.14-
YUV94.81122.47213.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.88%
GREEN value IS 36 (14.45% from 255) = 10.75%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=63.88%
G=10.75%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214368500.830.600.16343.4871.249.02
HexD624550533C101574731
Octal326441250123742052710761
Binary11010110100100101010101010011111100100001010101111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62455; }

 p { color: rgb(214,36,85); }

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

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

 a { background-color: rgb(214,36,85); }

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

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

 span { border-color: rgb(214,36,85); }

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