#D5334D

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

Shades of Amaranth #D5334D

Tints of Amaranth #D5334D

Color information

#D5334D (or 0xD5334D) is unknown color: approx Amaranth. HEX triplet: D5, 33 and 4D. RGB value is (213,51,77). Sum of RGB (Red+Green+Blue) = 213+51+77=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5334D is #2ACCB2. Grayscale: #666666. Windows color (decimal): -2804915 or 5059541. OLE color: 5059541.

HSL color Cylindrical-coordinate representation of color #D5334D: hue angle of 350.37º 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 #D5334D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2135177-
CMYK00.760.640.16
HSL350.37º65.85%51.76%-
HSV(B)350.37º76.06%83.53%-
XYZ29.9617.058.73-
YUV102.4113.67206.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 62.46%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=62.46%
G=14.96%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213517700.760.640.16350.3765.8551.76
HexD5334D04C401015e4234
Octal3256311501141002053610264
Binary110101011100111001101010011001000000100001010111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5334D; }

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

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

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

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

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

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

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

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