Html Css Color HEX #DB2B4A Amaranth

📋 copy color: '#DB2B4A'

red 219 ◦ green 43 ◦ blue 74

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

Shades of Amaranth #DB2B4A

Tints of Amaranth #DB2B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 65.18%
G = 12.8%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB2B4A (or 0xDB2B4A) is known color: Amaranth. HEX triplet: DB, 2B and 4A. RGB value is (219,43,74). Sum of RGB (Red+Green+Blue) = 219+43+74=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B4A is #24D4B5. Grayscale: #636363. Windows color (decimal): -2413750 or 4860891. OLE color: 4860891.

HSL color Cylindrical-coordinate representation of color #DB2B4A: hue angle of 349.43º 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 #DB2B4A is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 43 74 -
CMYK 0 0.80 0.66 0.14
HSL 349.43º 0.71% 0.51% -
HSV(B) 349.43º 0.8% 0.86% -
XYZ 31.31 17.28 8.16 -
YUV 99.16 113.81 213.48 -
System Red Green Blue C M Y K H S L
Decimal 219 43 74 0 0.80 0.66 0.14 349.43 0.71 0.51
Hex DB 2B 4A 0 50 42 E 15D 47 33
Octal 333 53 112 0 120 102 16 535 107 63
Binary 11011011 101011 1001010 0 1010000 1000010 1110 101011101 1000111 110011

Color Harmonies of #DB2B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B4A

Black with #DB2B4A

Text Example


Text Example

White with #DB2B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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