#D6334C

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

Shades of Amaranth #D6334C

Tints of Amaranth #D6334C

Color information

#D6334C (or 0xD6334C) is unknown color: approx Amaranth. HEX triplet: D6, 33 and 4C. RGB value is (214,51,76). Sum of RGB (Red+Green+Blue) = 214+51+76=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6334C is #29CCB3. Grayscale: #666666. Windows color (decimal): -2739380 or 4994006. OLE color: 4994006.

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

Color convert

RGB2145176-
CMYK00.760.640.16
HSL350.8º66.53%51.96%-
HSV(B)350.8º76.17%83.92%-
XYZ30.2217.198.56-
YUV102.59113207.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.76%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=62.76%
G=14.96%
B=22.29%

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
Decimal214517600.760.640.16350.866.5351.96
HexD6334C04C401015f4334
Octal3266311401141002053710364
Binary110101101100111001100010011001000000100001010111111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6334C; }

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

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

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

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

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

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

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

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