Html Css Color HEX #DB324F Amaranth

📋 copy color: '#DB324F'

red 219 ◦ green 50 ◦ blue 79

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

Shades of Amaranth #DB324F

Tints of Amaranth #DB324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 62.93%
G = 14.37%
B = 22.7%

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

#DB324F (or 0xDB324F) is known color: Amaranth. HEX triplet: DB, 32 and 4F. RGB value is (219,50,79). Sum of RGB (Red+Green+Blue) = 219+50+79=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB324F is #24CDB0. Grayscale: #676767. Windows color (decimal): -2411953 or 5190363. OLE color: 5190363.

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

Color convert

RGB 219 50 79 -
CMYK 0 0.77 0.64 0.14
HSL 349.7º 0.7% 0.53% -
HSV(B) 349.7º 0.77% 0.86% -
XYZ 31.77 17.91 9.18 -
YUV 103.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 219 50 79 0 0.77 0.64 0.14 349.7 0.7 0.53
Hex DB 32 4F 0 4D 40 E 15E 46 35
Octal 333 62 117 0 115 100 16 536 106 65
Binary 11011011 110010 1001111 0 1001101 1000000 1110 101011110 1000110 110101

Color Harmonies of #DB324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB324F

Black with #DB324F

Text Example


Text Example

White with #DB324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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