#DA3350

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

Shades of Amaranth #DA3350

Tints of Amaranth #DA3350

Color information

#DA3350 (or 0xDA3350) is unknown color: approx Amaranth. HEX triplet: DA, 33 and 50. RGB value is (218,51,80). Sum of RGB (Red+Green+Blue) = 218+51+80=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3350 is #25CCAF. Grayscale: #686868. Windows color (decimal): -2477232 or 5256154. OLE color: 5256154.

HSL color Cylindrical-coordinate representation of color #DA3350: hue angle of 349.58º 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 #DA3350 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB2185180-
CMYK00.770.630.15
HSL349.58º69.29%52.75%-
HSV(B)349.58º76.61%85.49%-
XYZ31.5517.859.37-
YUV104.24114.33209.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 62.46%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=62.46%
G=14.61%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218518000.770.630.15349.5869.2952.75
HexDA335004D3FF15e4535
Octal332631200115771753610565
Binary1101101011001110100000100110111111111111010111101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3350; }

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

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

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

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

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

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

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

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