Html Css Color HEX #DB2454 Amaranth

📋 copy color: '#DB2454'

red 219 ◦ green 36 ◦ blue 84

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

Shades of Amaranth #DB2454

Tints of Amaranth #DB2454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.78%

R = 64.6%
G = 10.62%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB2454 (or 0xDB2454) is known color: Amaranth. HEX triplet: DB, 24 and 54. RGB value is (219,36,84). Sum of RGB (Red+Green+Blue) = 219+36+84=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2454 is #24DBAB. Grayscale: #606060. Windows color (decimal): -2415532 or 5514459. OLE color: 5514459.

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

Color convert

RGB 219 36 84 -
CMYK 0 0.84 0.62 0.14
HSL 344.26º 0.72% 0.5% -
HSV(B) 344.26º 0.84% 0.86% -
XYZ 31.44 16.96 10 -
YUV 96.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 219 36 84 0 0.84 0.62 0.14 344.26 0.72 0.5
Hex DB 24 54 0 54 3E E 158 48 32
Octal 333 44 124 0 124 76 16 530 110 62
Binary 11011011 100100 1010100 0 1010100 111110 1110 101011000 1001000 110010

Color Harmonies of #DB2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2454

Black with #DB2454

Text Example


Text Example

White with #DB2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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