#D4334F

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

Shades of Amaranth #D4334F

Tints of Amaranth #D4334F

Color information

#D4334F (or 0xD4334F) is unknown color: approx Amaranth. HEX triplet: D4, 33 and 4F. RGB value is (212,51,79). Sum of RGB (Red+Green+Blue) = 212+51+79=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4334F is #2BCCB0. Grayscale: #666666. Windows color (decimal): -2870449 or 5190612. OLE color: 5190612.

HSL color Cylindrical-coordinate representation of color #D4334F: hue angle of 349.57º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4334F is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB2125179-
CMYK00.760.630.17
HSL349.57º65.18%51.57%-
HSV(B)349.57º75.94%83.14%-
XYZ29.7516.939.1-
YUV102.33114.84206.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.99%
GREEN value IS 51 (20.31% from 255) = 14.91%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=61.99%
G=14.91%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212517900.760.630.17349.5765.1851.57
HexD4334F04C3F1115e4134
Octal324631170114772153610164
Binary11010100110011100111101001100111111100011010111101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4334F; }

 p { color: rgb(212,51,79); }

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

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

 a { background-color: rgb(212,51,79); }

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

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

 span { border-color: rgb(212,51,79); }

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