#D5294D

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

Shades of Amaranth #D5294D

Tints of Amaranth #D5294D

Color information

#D5294D (or 0xD5294D) is unknown color: approx Amaranth. HEX triplet: D5, 29 and 4D. RGB value is (213,41,77). Sum of RGB (Red+Green+Blue) = 213+41+77=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D5294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5294D is #2AD6B2. Grayscale: #606060. Windows color (decimal): -2807475 or 5056981. OLE color: 5056981.

HSL color Cylindrical-coordinate representation of color #D5294D: 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.81%. Process color model (Four color, CMYK) of #D5294D is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2134177-
CMYK00.810.640.16
HSL347.44º67.72%49.8%-
HSV(B)347.44º80.75%83.53%-
XYZ29.5716.278.6-
YUV96.53116.98211.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.35%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=64.35%
G=12.39%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213417700.810.640.16347.4467.7249.8
HexD5294D051401015b4432
Octal3255111501211002053310462
Binary110101011010011001101010100011000000100001010110111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5294D; }

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

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

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

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

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

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

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

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