#DB3A50

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

Shades of Amaranth #DB3A50

Tints of Amaranth #DB3A50

Color information

#DB3A50 (or 0xDB3A50) is unknown color: approx Amaranth. HEX triplet: DB, 3A and 50. RGB value is (219,58,80). Sum of RGB (Red+Green+Blue) = 219+58+80=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A50 is #24C5AF. Grayscale: #6C6C6C. Windows color (decimal): -2409904 or 5257947. OLE color: 5257947.

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

Color convert

RGB2195880-
CMYK00.740.630.14
HSL351.8º69.1%54.31%-
HSV(B)351.8º73.52%85.88%-
XYZ32.1718.679.5-
YUV108.65111.84206.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 61.34%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=61.34%
G=16.25%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219588000.740.630.14351.869.154.31
HexDB3A5004A3FE1604536
Octal333721200112771654010566
Binary1101101111101010100000100101011111111101011000001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3A50; }

 p { color: rgb(219,58,80); }

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

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

 a { background-color: rgb(219,58,80); }

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

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

 span { border-color: rgb(219,58,80); }

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