Html Css Color HEX #DB2154 Amaranth

📋 copy color: '#DB2154'

red 219 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #DB2154

Tints of Amaranth #DB2154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.82%

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

R = 65.18%
G = 9.82%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB2154 (or 0xDB2154) is known color: Amaranth. HEX triplet: DB, 21 and 54. RGB value is (219,33,84). Sum of RGB (Red+Green+Blue) = 219+33+84=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2154 is #24DEAB. Grayscale: #5E5E5E. Windows color (decimal): -2416300 or 5513691. OLE color: 5513691.

HSL color Cylindrical-coordinate representation of color #DB2154: hue angle of 343.55º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2154 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 33 84 -
CMYK 0 0.85 0.62 0.14
HSL 343.55º 0.74% 0.49% -
HSV(B) 343.55º 0.85% 0.86% -
XYZ 31.36 16.79 9.98 -
YUV 94.43 122.12 216.85 -
System Red Green Blue C M Y K H S L
Decimal 219 33 84 0 0.85 0.62 0.14 343.55 0.74 0.49
Hex DB 21 54 0 55 3E E 158 4A 31
Octal 333 41 124 0 125 76 16 530 112 61
Binary 11011011 100001 1010100 0 1010101 111110 1110 101011000 1001010 110001

Color Harmonies of #DB2154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2154

Black with #DB2154

Text Example


Text Example

White with #DB2154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2154; }

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

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

background-color css

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

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

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

border-color css

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

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

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