#D9314D

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

Shades of Amaranth #D9314D

Tints of Amaranth #D9314D

Color information

#D9314D (or 0xD9314D) is unknown color: approx Amaranth. HEX triplet: D9, 31 and 4D. RGB value is (217,49,77). Sum of RGB (Red+Green+Blue) = 217+49+77=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9314D is #26CEB2. Grayscale: #666666. Windows color (decimal): -2543283 or 5059033. OLE color: 5059033.

HSL color Cylindrical-coordinate representation of color #D9314D: hue angle of 350º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9314D is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB2174977-
CMYK00.770.650.15
HSL350º68.85%52.16%-
HSV(B)350º77.42%85.1%-
XYZ31.0517.488.76-
YUV102.42113.66209.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.27%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=63.27%
G=14.29%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217497700.770.650.1535068.8552.16
HexD9314D04D41F15e4534
Octal3316111501151011753610564
Binary11011001110001100110101001101100000111111010111101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9314D; }

 p { color: rgb(217,49,77); }

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

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

 a { background-color: rgb(217,49,77); }

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

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

 span { border-color: rgb(217,49,77); }

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