#D5334E

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

Shades of Amaranth #D5334E

Tints of Amaranth #D5334E

Color information

#D5334E (or 0xD5334E) is unknown color: approx Amaranth. HEX triplet: D5, 33 and 4E. RGB value is (213,51,78). Sum of RGB (Red+Green+Blue) = 213+51+78=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5334E is #2ACCB1. Grayscale: #666666. Windows color (decimal): -2804914 or 5125077. OLE color: 5125077.

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

Color convert

RGB2135178-
CMYK00.760.630.16
HSL350º65.85%51.76%-
HSV(B)350º76.06%83.53%-
XYZ3017.068.92-
YUV102.52114.17206.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 62.28%
GREEN value IS 51 (20.31% from 255) = 14.91%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=62.28%
G=14.91%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213517800.760.630.1635065.8551.76
HexD5334E04C3F1015e4234
Octal325631160114772053610264
Binary11010101110011100111001001100111111100001010111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5334E; }

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

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

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

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

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

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

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

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