#D53354

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

Shades of Amaranth #D53354

Tints of Amaranth #D53354

Color information

#D53354 (or 0xD53354) is unknown color: approx Amaranth. HEX triplet: D5, 33 and 54. RGB value is (213,51,84). Sum of RGB (Red+Green+Blue) = 213+51+84=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D53354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53354 is #2ACCAB. Grayscale: #676767. Windows color (decimal): -2804908 or 5518293. OLE color: 5518293.

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

Color convert

RGB2135184-
CMYK00.760.610.16
HSL347.78º65.85%51.76%-
HSV(B)347.78º76.06%83.53%-
XYZ30.2217.1510.11-
YUV103.2117.17206.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.21%
GREEN value IS 51 (20.31% from 255) = 14.66%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=61.21%
G=14.66%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213518400.760.610.16347.7865.8551.76
HexD5335404C3D1015c4234
Octal325631240114752053410264
Binary11010101110011101010001001100111101100001010111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53354; }

 p { color: rgb(213,51,84); }

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

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

 a { background-color: rgb(213,51,84); }

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

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

 span { border-color: rgb(213,51,84); }

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