#D42D53

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

Shades of Amaranth #D42D53

Tints of Amaranth #D42D53

Color information

#D42D53 (or 0xD42D53) is unknown color: approx Amaranth. HEX triplet: D4, 2D and 53. RGB value is (212,45,83). Sum of RGB (Red+Green+Blue) = 212+45+83=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D53 is #2BD2AC. Grayscale: #636363. Windows color (decimal): -2871981 or 5451220. OLE color: 5451220.

HSL color Cylindrical-coordinate representation of color #D42D53: hue angle of 346.35º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42D53 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB2124583-
CMYK00.790.610.17
HSL346.35º66.01%50.39%-
HSV(B)346.35º78.77%83.14%-
XYZ29.6516.59.81-
YUV99.26118.83208.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.35%
GREEN value IS 45 (17.97% from 255) = 13.24%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=62.35%
G=13.24%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212458300.790.610.17346.3566.0150.39
HexD42D5304F3D1115a4232
Octal324551230117752153210262
Binary11010100101101101001101001111111101100011010110101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42D53; }

 p { color: rgb(212,45,83); }

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

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

 a { background-color: rgb(212,45,83); }

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

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

 span { border-color: rgb(212,45,83); }

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