#DB2158

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

Shades of Amaranth #DB2158

Tints of Amaranth #DB2158

Color information

#DB2158 (or 0xDB2158) is unknown color: approx Amaranth. HEX triplet: DB, 21 and 58. RGB value is (219,33,88). Sum of RGB (Red+Green+Blue) = 219+33+88=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2158 is #24DEA7. Grayscale: #5E5E5E. Windows color (decimal): -2416296 or 5775835. OLE color: 5775835.

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

Color convert

RGB2193388-
CMYK00.850.600.14
HSL342.26º73.81%49.41%-
HSV(B)342.26º84.93%85.88%-
XYZ31.5216.8510.82-
YUV94.88124.12216.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 64.41%
GREEN value IS 33 (13.28% from 255) = 9.71%
BLUE value IS 88 (34.77% from 255) = 25.88%
R=64.41%
G=9.71%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219338800.850.600.14342.2673.8149.41
HexDB21580553CE1564a31
Octal333411300125741652611261
Binary1101101110000110110000101010111110011101010101101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2158; }

 p { color: rgb(219,33,88); }

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

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

 a { background-color: rgb(219,33,88); }

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

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

 span { border-color: rgb(219,33,88); }

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