Html Css Color HEX #DB324D Amaranth

📋 copy color: '#DB324D'

red 219 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #DB324D

Tints of Amaranth #DB324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

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

R = 63.29%
G = 14.45%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB324D (or 0xDB324D) is known color: Amaranth. HEX triplet: DB, 32 and 4D. RGB value is (219,50,77). Sum of RGB (Red+Green+Blue) = 219+50+77=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB324D is #24CDB2. Grayscale: #676767. Windows color (decimal): -2411955 or 5059291. OLE color: 5059291.

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

Color convert

RGB 219 50 77 -
CMYK 0 0.77 0.65 0.14
HSL 350.41º 0.7% 0.53% -
HSV(B) 350.41º 0.77% 0.86% -
XYZ 31.69 17.88 8.8 -
YUV 103.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 219 50 77 0 0.77 0.65 0.14 350.41 0.7 0.53
Hex DB 32 4D 0 4D 41 E 15E 46 35
Octal 333 62 115 0 115 101 16 536 106 65
Binary 11011011 110010 1001101 0 1001101 1000001 1110 101011110 1000110 110101

Color Harmonies of #DB324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB324D

Black with #DB324D

Text Example


Text Example

White with #DB324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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