Html Css Color HEX #DB2857 Amaranth

📋 copy color: '#DB2857'

red 219 ◦ green 40 ◦ blue 87

#DB2857
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DB2857

Tints of Amaranth #DB2857

RGB

 RED value IS 219 (85.94% from 255) = 63.29%

 GREEN value IS 40 (16.02% from 255) = 11.56%

 BLUE value IS 87 (34.38% from 255) = 25.14%

R = 63.29%
G = 11.56%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB2857 (or 0xDB2857) is known color: Amaranth. HEX triplet: DB, 28 and 57. RGB value is (219,40,87). Sum of RGB (Red+Green+Blue) = 219+40+87=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2857 is #24D7A8. Grayscale: #626262. Windows color (decimal): -2414505 or 5712091. OLE color: 5712091.

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

Color convert

RGB 219 40 87 -
CMYK 0 0.82 0.60 0.14
HSL 344.25º 0.71% 0.51% -
HSV(B) 344.25º 0.82% 0.86% -
XYZ 31.69 17.27 10.68 -
YUV 98.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 219 40 87 0 0.82 0.60 0.14 344.25 0.71 0.51
Hex DB 28 57 0 52 3C E 158 47 33
Octal 333 50 127 0 122 74 16 530 107 63
Binary 11011011 101000 1010111 0 1010010 111100 1110 101011000 1000111 110011

Color Harmonies of #DB2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2857

Black with #DB2857

Text Example


Text Example

White with #DB2857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2857; }

 p { color: rgb(219,40,87); }

 H1.HeaderClassName
 {
   color: #DB2857;
 }
 .AnyTagClassName
 {
   color: #DB2857;
 }
</style>

background-color css

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

 a { background-color: rgb(219,40,87); }

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

border-color css

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

 span { border-color: rgb(219,40,87); }

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