#DA3648

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

Shades of Amaranth #DA3648

Tints of Amaranth #DA3648

Color information

#DA3648 (or 0xDA3648) is unknown color: approx Amaranth. HEX triplet: DA, 36 and 48. RGB value is (218,54,72). Sum of RGB (Red+Green+Blue) = 218+54+72=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3648 is #25C9B7. Grayscale: #696969. Windows color (decimal): -2476472 or 4732634. OLE color: 4732634.

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

Color convert

RGB2185472-
CMYK00.750.670.15
HSL353.41º68.91%53.33%-
HSV(B)353.41º75.23%85.49%-
XYZ31.418.017.95-
YUV105.09109.33208.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.37%
GREEN value IS 54 (21.48% from 255) = 15.70%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=63.37%
G=15.70%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218547200.750.670.15353.4168.9153.33
HexDA364804B43F1614535
Octal3326611001131031754110565
Binary11011010110110100100001001011100001111111011000011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3648; }

 p { color: rgb(218,54,72); }

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

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

 a { background-color: rgb(218,54,72); }

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

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

 span { border-color: rgb(218,54,72); }

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