Html Css Color HEX #DB1E4D Amaranth

📋 copy color: '#DB1E4D'

red 219 ◦ green 30 ◦ blue 77

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

Shades of Amaranth #DB1E4D

Tints of Amaranth #DB1E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.2%

 BLUE value IS 77 (30.47% from 255) = 23.62%

R = 67.18%
G = 9.2%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB1E4D (or 0xDB1E4D) is known color: Amaranth. HEX triplet: DB, 1E and 4D. RGB value is (219,30,77). Sum of RGB (Red+Green+Blue) = 219+30+77=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1E4D is #24E1B2. Grayscale: #5B5B5B. Windows color (decimal): -2417075 or 5054171. OLE color: 5054171.

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

Color convert

RGB 219 30 77 -
CMYK 0 0.86 0.65 0.14
HSL 345.08º 0.76% 0.49% -
HSV(B) 345.08º 0.86% 0.86% -
XYZ 31.02 16.52 8.58 -
YUV 91.87 119.62 218.68 -
System Red Green Blue C M Y K H S L
Decimal 219 30 77 0 0.86 0.65 0.14 345.08 0.76 0.49
Hex DB 1E 4D 0 56 41 E 159 4C 31
Octal 333 36 115 0 126 101 16 531 114 61
Binary 11011011 11110 1001101 0 1010110 1000001 1110 101011001 1001100 110001

Color Harmonies of #DB1E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1E4D

Black with #DB1E4D

Text Example


Text Example

White with #DB1E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1E4D; }

 p { color: rgb(219,30,77); }

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

background-color css

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

 a { background-color: rgb(219,30,77); }

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

border-color css

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

 span { border-color: rgb(219,30,77); }

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