#D6334E

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

Shades of Amaranth #D6334E

Tints of Amaranth #D6334E

Color information

#D6334E (or 0xD6334E) is unknown color: approx Amaranth. HEX triplet: D6, 33 and 4E. RGB value is (214,51,78). Sum of RGB (Red+Green+Blue) = 214+51+78=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6334E is #29CCB1. Grayscale: #666666. Windows color (decimal): -2739378 or 5125078. OLE color: 5125078.

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

Color convert

RGB2145178-
CMYK00.760.640.16
HSL350.06º66.53%51.96%-
HSV(B)350.06º76.17%83.92%-
XYZ30.2917.218.93-
YUV102.82114207.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.39%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=62.39%
G=14.87%
B=22.74%

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
Decimal214517800.760.640.16350.0666.5351.96
HexD6334E04C401015e4334
Octal3266311601141002053610364
Binary110101101100111001110010011001000000100001010111101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6334E; }

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

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

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

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

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

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

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

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