#D42D54

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

Shades of Amaranth #D42D54

Tints of Amaranth #D42D54

Color information

#D42D54 (or 0xD42D54) is unknown color: approx Amaranth. HEX triplet: D4, 2D and 54. RGB value is (212,45,84). Sum of RGB (Red+Green+Blue) = 212+45+84=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D54 is #2BD2AB. Grayscale: #636363. Windows color (decimal): -2871980 or 5516756. OLE color: 5516756.

HSL color Cylindrical-coordinate representation of color #D42D54: hue angle of 345.99º 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 #D42D54 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB2124584-
CMYK00.790.600.17
HSL345.99º66.01%50.39%-
HSV(B)345.99º78.77%83.14%-
XYZ29.6916.5110.01-
YUV99.38119.33208.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.17%
GREEN value IS 45 (17.97% from 255) = 13.20%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=62.17%
G=13.20%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212458400.790.600.17345.9966.0150.39
HexD42D5404F3C1115a4232
Octal324551240117742153210262
Binary11010100101101101010001001111111100100011010110101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42D54; }

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

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

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

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

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

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

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

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