#DA1F55

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

Shades of Amaranth #DA1F55

Tints of Amaranth #DA1F55

Color information

#DA1F55 (or 0xDA1F55) is unknown color: approx Amaranth. HEX triplet: DA, 1F and 55. RGB value is (218,31,85). Sum of RGB (Red+Green+Blue) = 218+31+85=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1F55 is #25E0AA. Grayscale: #5D5D5D. Windows color (decimal): -2482347 or 5578714. OLE color: 5578714.

HSL color Cylindrical-coordinate representation of color #DA1F55: hue angle of 342.67º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1F55 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB2183185-
CMYK00.860.610.15
HSL342.67º75.1%48.82%-
HSV(B)342.67º85.78%85.49%-
XYZ31.0416.5410.15-
YUV93.07123.45217.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 65.27%
GREEN value IS 31 (12.5% from 255) = 9.28%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=65.27%
G=9.28%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218318500.860.610.15342.6775.148.82
HexDA1F550563DF1574b31
Octal332371250126751752711361
Binary110110101111110101010101011011110111111010101111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1F55; }

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

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

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

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

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

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

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

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