Html Css Color HEX #DB2B50 Amaranth

📋 copy color: '#DB2B50'

red 219 ◦ green 43 ◦ blue 80

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

Shades of Amaranth #DB2B50

Tints of Amaranth #DB2B50

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.57%

 BLUE value IS 80 (31.64% from 255) = 23.39%

R = 64.04%
G = 12.57%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB2B50 (or 0xDB2B50) is known color: Amaranth. HEX triplet: DB, 2B and 50. RGB value is (219,43,80). Sum of RGB (Red+Green+Blue) = 219+43+80=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2B50 is #24D4AF. Grayscale: #636363. Windows color (decimal): -2413744 or 5254107. OLE color: 5254107.

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

Color convert

RGB 219 43 80 -
CMYK 0 0.80 0.63 0.14
HSL 347.39º 0.71% 0.51% -
HSV(B) 347.39º 0.8% 0.86% -
XYZ 31.53 17.37 9.28 -
YUV 99.84 116.81 212.99 -
System Red Green Blue C M Y K H S L
Decimal 219 43 80 0 0.80 0.63 0.14 347.39 0.71 0.51
Hex DB 2B 50 0 50 3F E 15B 47 33
Octal 333 53 120 0 120 77 16 533 107 63
Binary 11011011 101011 1010000 0 1010000 111111 1110 101011011 1000111 110011

Color Harmonies of #DB2B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B50

Black with #DB2B50

Text Example


Text Example

White with #DB2B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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