#DA3356

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

Shades of Amaranth #DA3356

Tints of Amaranth #DA3356

Color information

#DA3356 (or 0xDA3356) is unknown color: approx Amaranth. HEX triplet: DA, 33 and 56. RGB value is (218,51,86). Sum of RGB (Red+Green+Blue) = 218+51+86=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3356 is #25CCA9. Grayscale: #686868. Windows color (decimal): -2477226 or 5649370. OLE color: 5649370.

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

Color convert

RGB2185186-
CMYK00.770.610.15
HSL347.43º69.29%52.75%-
HSV(B)347.43º76.61%85.49%-
XYZ31.7817.9410.59-
YUV104.92117.33208.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.41%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=61.41%
G=14.37%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218518600.770.610.15347.4369.2952.75
HexDA335604D3DF15b4535
Octal332631260115751753310565
Binary1101101011001110101100100110111110111111010110111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3356; }

 p { color: rgb(218,51,86); }

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

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

 a { background-color: rgb(218,51,86); }

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

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

 span { border-color: rgb(218,51,86); }

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