#D62D54

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

Shades of Amaranth #D62D54

Tints of Amaranth #D62D54

Color information

#D62D54 (or 0xD62D54) is unknown color: approx Amaranth. HEX triplet: D6, 2D and 54. RGB value is (214,45,84). Sum of RGB (Red+Green+Blue) = 214+45+84=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62D54 is #29D2AB. Grayscale: #636363. Windows color (decimal): -2740908 or 5516758. OLE color: 5516758.

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

Color convert

RGB2144584-
CMYK00.790.610.16
HSL346.15º67.33%50.78%-
HSV(B)346.15º78.97%83.92%-
XYZ30.2716.8110.04-
YUV99.98118.99209.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.39%
GREEN value IS 45 (17.97% from 255) = 13.12%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=62.39%
G=13.12%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214458400.790.610.16346.1567.3350.78
HexD62D5404F3D1015a4333
Octal326551240117752053210363
Binary11010110101101101010001001111111101100001010110101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62D54; }

 p { color: rgb(214,45,84); }

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

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

 a { background-color: rgb(214,45,84); }

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

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

 span { border-color: rgb(214,45,84); }

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