#DB2358

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

Shades of Amaranth #DB2358

Tints of Amaranth #DB2358

Color information

#DB2358 (or 0xDB2358) is unknown color: approx Amaranth. HEX triplet: DB, 23 and 58. RGB value is (219,35,88). Sum of RGB (Red+Green+Blue) = 219+35+88=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2358 is #24DCA7. Grayscale: #606060. Windows color (decimal): -2415784 or 5776347. OLE color: 5776347.

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

Color convert

RGB2193588-
CMYK00.840.600.14
HSL342.72º72.44%49.8%-
HSV(B)342.72º84.02%85.88%-
XYZ31.5816.9710.84-
YUV96.06123.46215.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 64.04%
GREEN value IS 35 (14.06% from 255) = 10.23%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=64.04%
G=10.23%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219358800.840.600.14342.7272.4449.8
HexDB23580543CE1574832
Octal333431300124741652711062
Binary1101101110001110110000101010011110011101010101111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2358; }

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

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

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

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

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

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

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

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