Html Css Color HEX #DB2650 Amaranth

📋 copy color: '#DB2650'

red 219 ◦ green 38 ◦ blue 80

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

Shades of Amaranth #DB2650

Tints of Amaranth #DB2650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.28%

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

R = 64.99%
G = 11.28%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB2650 (or 0xDB2650) is known color: Amaranth. HEX triplet: DB, 26 and 50. RGB value is (219,38,80). Sum of RGB (Red+Green+Blue) = 219+38+80=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2650 is #24D9AF. Grayscale: #606060. Windows color (decimal): -2415024 or 5252827. OLE color: 5252827.

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

Color convert

RGB 219 38 80 -
CMYK 0 0.83 0.63 0.14
HSL 346.08º 0.72% 0.5% -
HSV(B) 346.08º 0.83% 0.86% -
XYZ 31.35 17.03 9.22 -
YUV 96.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 219 38 80 0 0.83 0.63 0.14 346.08 0.72 0.5
Hex DB 26 50 0 53 3F E 15A 48 32
Octal 333 46 120 0 123 77 16 532 110 62
Binary 11011011 100110 1010000 0 1010011 111111 1110 101011010 1001000 110010

Color Harmonies of #DB2650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2650

Black with #DB2650

Text Example


Text Example

White with #DB2650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2650; }

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

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

background-color css

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

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

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

border-color css

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

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

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