#DF334C

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

Shades of Amaranth #DF334C

Tints of Amaranth #DF334C

Color information

#DF334C (or 0xDF334C) is unknown color: approx Amaranth. HEX triplet: DF, 33 and 4C. RGB value is (223,51,76). Sum of RGB (Red+Green+Blue) = 223+51+76=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF334C is #20CCB3. Grayscale: #696969. Windows color (decimal): -2149556 or 4994015. OLE color: 4994015.

HSL color Cylindrical-coordinate representation of color #DF334C: hue angle of 351.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF334C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB2235176-
CMYK00.770.660.13
HSL351.28º72.88%53.73%-
HSV(B)351.28º77.13%87.45%-
XYZ32.9218.588.69-
YUV105.28111.48211.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.71%
GREEN value IS 51 (20.31% from 255) = 14.57%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=63.71%
G=14.57%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223517600.770.660.13351.2872.8853.73
HexDF334C04D42D15f4936
Octal3376311401151021553711166
Binary11011111110011100110001001101100001011011010111111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF334C; }

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

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

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

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

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

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

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

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