#df1f55

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

Shades of Amaranth #DF1F55

Tints of Amaranth #DF1F55

Color information

#DF1F55 (or 0xDF1F55) is unknown color: approx Amaranth. HEX triplet: DF, 1F and 55. RGB value is (223,31,85). Sum of RGB (Red+Green+Blue) = 223+31+85=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1F55 is #20E0AA. Grayscale: #5E5E5E. Windows color (decimal): -2154667 or 5578719. OLE color: 5578719.

HSL color Cylindrical-coordinate representation of color #DF1F55: hue angle of 343.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1F55 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB2233185-
CMYK00.860.620.13
HSL343.12º75.59%49.8%-
HSV(B)343.12º86.1%87.45%-
XYZ32.5617.3210.22-
YUV94.56122.61219.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.78%
GREEN value IS 31 (12.5% from 255) = 9.14%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=65.78%
G=9.14%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223318500.860.620.13343.1275.5949.8
HexDF1F550563ED1574c32
Octal337371250126761552711462
Binary110111111111110101010101011011111011011010101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1f55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1f55; }

 p { color: rgb(223,31,85); }

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

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

 a { background-color: rgb(223,31,85); }

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

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

 span { border-color: rgb(223,31,85); }

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