#D62A4E

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

Shades of Amaranth #D62A4E

Tints of Amaranth #D62A4E

Color information

#D62A4E (or 0xD62A4E) is unknown color: approx Amaranth. HEX triplet: D6, 2A and 4E. RGB value is (214,42,78). Sum of RGB (Red+Green+Blue) = 214+42+78=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62A4E is #29D5B1. Grayscale: #616161. Windows color (decimal): -2741682 or 5122774. OLE color: 5122774.

HSL color Cylindrical-coordinate representation of color #D62A4E: hue angle of 347.44º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A4E is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2144278-
CMYK00.800.640.16
HSL347.44º67.72%50.2%-
HSV(B)347.44º80.37%83.92%-
XYZ29.9316.58.82-
YUV97.53116.98211.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.07%
GREEN value IS 42 (16.80% from 255) = 12.57%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=64.07%
G=12.57%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214427800.800.640.16347.4467.7250.2
HexD62A4E050401015b4432
Octal3265211601201002053310462
Binary110101101010101001110010100001000000100001010110111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62A4E; }

 p { color: rgb(214,42,78); }

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

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

 a { background-color: rgb(214,42,78); }

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

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

 span { border-color: rgb(214,42,78); }

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