Html Css Color HEX #DB2450 Amaranth

📋 copy color: '#DB2450'

red 219 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #DB2450

Tints of Amaranth #DB2450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.75%

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

R = 65.37%
G = 10.75%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB2450 (or 0xDB2450) is known color: Amaranth. HEX triplet: DB, 24 and 50. RGB value is (219,36,80). Sum of RGB (Red+Green+Blue) = 219+36+80=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2450 is #24DBAF. Grayscale: #5F5F5F. Windows color (decimal): -2415536 or 5252315. OLE color: 5252315.

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

Color convert

RGB 219 36 80 -
CMYK 0 0.84 0.63 0.14
HSL 345.57º 0.72% 0.5% -
HSV(B) 345.57º 0.84% 0.86% -
XYZ 31.29 16.9 9.2 -
YUV 95.73 119.13 215.92 -
System Red Green Blue C M Y K H S L
Decimal 219 36 80 0 0.84 0.63 0.14 345.57 0.72 0.5
Hex DB 24 50 0 54 3F E 15A 48 32
Octal 333 44 120 0 124 77 16 532 110 62
Binary 11011011 100100 1010000 0 1010100 111111 1110 101011010 1001000 110010

Color Harmonies of #DB2450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2450

Black with #DB2450

Text Example


Text Example

White with #DB2450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2450; }

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

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

background-color css

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

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

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

border-color css

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

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

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