#DB2951

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

Shades of Amaranth #DB2951

Tints of Amaranth #DB2951

Color information

#DB2951 (or 0xDB2951) is unknown color: approx Amaranth. HEX triplet: DB, 29 and 51. RGB value is (219,41,81). Sum of RGB (Red+Green+Blue) = 219+41+81=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2951 is #24D6AE. Grayscale: #626262. Windows color (decimal): -2414255 or 5319131. OLE color: 5319131.

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

Color convert

RGB2194181-
CMYK00.810.630.14
HSL346.52º71.2%50.98%-
HSV(B)346.52º81.28%85.88%-
XYZ31.4917.249.45-
YUV98.78117.97213.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 64.22%
GREEN value IS 41 (16.41% from 255) = 12.02%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=64.22%
G=12.02%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219418100.810.630.14346.5271.250.98
HexDB29510513FE15b4733
Octal333511210121771653310763
Binary1101101110100110100010101000111111111101010110111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2951; }

 p { color: rgb(219,41,81); }

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

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

 a { background-color: rgb(219,41,81); }

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

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

 span { border-color: rgb(219,41,81); }

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