Html Css Color HEX #DB314D Amaranth

📋 copy color: '#DB314D'

red 219 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #DB314D

Tints of Amaranth #DB314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.2%

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

R = 63.48%
G = 14.2%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB314D (or 0xDB314D) is known color: Amaranth. HEX triplet: DB, 31 and 4D. RGB value is (219,49,77). Sum of RGB (Red+Green+Blue) = 219+49+77=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB314D is #24CEB2. Grayscale: #676767. Windows color (decimal): -2412211 or 5059035. OLE color: 5059035.

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

Color convert

RGB 219 49 77 -
CMYK 0 0.78 0.65 0.14
HSL 350.12º 0.7% 0.53% -
HSV(B) 350.12º 0.78% 0.86% -
XYZ 31.65 17.79 8.79 -
YUV 103.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 219 49 77 0 0.78 0.65 0.14 350.12 0.7 0.53
Hex DB 31 4D 0 4E 41 E 15E 46 35
Octal 333 61 115 0 116 101 16 536 106 65
Binary 11011011 110001 1001101 0 1001110 1000001 1110 101011110 1000110 110101

Color Harmonies of #DB314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB314D

Black with #DB314D

Text Example


Text Example

White with #DB314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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