Html Css Color HEX #DB324E Amaranth

📋 copy color: '#DB324E'

red 219 ◦ green 50 ◦ blue 78

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

Shades of Amaranth #DB324E

Tints of Amaranth #DB324E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 63.11%
G = 14.41%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB324E (or 0xDB324E) is known color: Amaranth. HEX triplet: DB, 32 and 4E. RGB value is (219,50,78). Sum of RGB (Red+Green+Blue) = 219+50+78=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB324E is #24CDB1. Grayscale: #676767. Windows color (decimal): -2411954 or 5124827. OLE color: 5124827.

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

Color convert

RGB 219 50 78 -
CMYK 0 0.77 0.64 0.14
HSL 350.06º 0.7% 0.53% -
HSV(B) 350.06º 0.77% 0.86% -
XYZ 31.73 17.89 8.99 -
YUV 103.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 219 50 78 0 0.77 0.64 0.14 350.06 0.7 0.53
Hex DB 32 4E 0 4D 40 E 15E 46 35
Octal 333 62 116 0 115 100 16 536 106 65
Binary 11011011 110010 1001110 0 1001101 1000000 1110 101011110 1000110 110101

Color Harmonies of #DB324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB324E

Black with #DB324E

Text Example


Text Example

White with #DB324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB324E; }

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

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

background-color css

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

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

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

border-color css

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

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

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