Html Css Color HEX #DB314F Amaranth

📋 copy color: '#DB314F'

red 219 ◦ green 49 ◦ blue 79

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

Shades of Amaranth #DB314F

Tints of Amaranth #DB314F

RGB

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

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

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

R = 63.11%
G = 14.12%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB314F (or 0xDB314F) is known color: Amaranth. HEX triplet: DB, 31 and 4F. RGB value is (219,49,79). Sum of RGB (Red+Green+Blue) = 219+49+79=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB314F is #24CEB0. Grayscale: #676767. Windows color (decimal): -2412209 or 5190107. OLE color: 5190107.

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

Color convert

RGB 219 49 79 -
CMYK 0 0.78 0.64 0.14
HSL 349.41º 0.7% 0.53% -
HSV(B) 349.41º 0.78% 0.86% -
XYZ 31.72 17.82 9.16 -
YUV 103.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 219 49 79 0 0.78 0.64 0.14 349.41 0.7 0.53
Hex DB 31 4F 0 4E 40 E 15D 46 35
Octal 333 61 117 0 116 100 16 535 106 65
Binary 11011011 110001 1001111 0 1001110 1000000 1110 101011101 1000110 110101

Color Harmonies of #DB314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB314F

Black with #DB314F

Text Example


Text Example

White with #DB314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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