#D5294F

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

Shades of Amaranth #D5294F

Tints of Amaranth #D5294F

Color information

#D5294F (or 0xD5294F) is unknown color: approx Amaranth. HEX triplet: D5, 29 and 4F. RGB value is (213,41,79). Sum of RGB (Red+Green+Blue) = 213+41+79=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D5294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5294F is #2AD6B0. Grayscale: #606060. Windows color (decimal): -2807473 or 5188053. OLE color: 5188053.

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

Color convert

RGB2134179-
CMYK00.810.630.16
HSL346.74º67.72%49.8%-
HSV(B)346.74º80.75%83.53%-
XYZ29.6416.38.98-
YUV96.76117.98210.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.96%
GREEN value IS 41 (16.41% from 255) = 12.31%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=63.96%
G=12.31%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213417900.810.630.16346.7467.7249.8
HexD5294F0513F1015b4432
Octal325511170121772053310462
Binary11010101101001100111101010001111111100001010110111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5294F; }

 p { color: rgb(213,41,79); }

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

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

 a { background-color: rgb(213,41,79); }

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

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

 span { border-color: rgb(213,41,79); }

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