#DB3D49

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

Shades of Amaranth #DB3D49

Tints of Amaranth #DB3D49

Color information

#DB3D49 (or 0xDB3D49) is unknown color: approx Amaranth. HEX triplet: DB, 3D and 49. RGB value is (219,61,73). Sum of RGB (Red+Green+Blue) = 219+61+73=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D49 is #24C2B6. Grayscale: #6D6D6D. Windows color (decimal): -2409143 or 4799963. OLE color: 4799963.

HSL color Cylindrical-coordinate representation of color #DB3D49: hue angle of 355.44º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3D49 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB2196173-
CMYK00.720.670.14
HSL355.44º68.7%54.9%-
HSV(B)355.44º72.15%85.88%-
XYZ32.0818.888.26-
YUV109.61107.35206.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.04%
GREEN value IS 61 (24.22% from 255) = 17.28%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=62.04%
G=17.28%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219617300.720.670.14355.4468.754.9
HexDB3D4904843E1634537
Octal3337511101101031654310567
Binary11011011111101100100101001000100001111101011000111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3D49; }

 p { color: rgb(219,61,73); }

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

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

 a { background-color: rgb(219,61,73); }

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

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

 span { border-color: rgb(219,61,73); }

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