Html Css Color HEX #DB314E Amaranth

📋 copy color: '#DB314E'

red 219 ◦ green 49 ◦ blue 78

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

Shades of Amaranth #DB314E

Tints of Amaranth #DB314E

RGB

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

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

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

R = 63.29%
G = 14.16%
B = 22.54%

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

#DB314E (or 0xDB314E) is known color: Amaranth. HEX triplet: DB, 31 and 4E. RGB value is (219,49,78). Sum of RGB (Red+Green+Blue) = 219+49+78=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB314E is #24CEB1. Grayscale: #676767. Windows color (decimal): -2412210 or 5124571. OLE color: 5124571.

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

Color convert

RGB 219 49 78 -
CMYK 0 0.78 0.64 0.14
HSL 349.76º 0.7% 0.53% -
HSV(B) 349.76º 0.78% 0.86% -
XYZ 31.69 17.81 8.97 -
YUV 103.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 219 49 78 0 0.78 0.64 0.14 349.76 0.7 0.53
Hex DB 31 4E 0 4E 40 E 15E 46 35
Octal 333 61 116 0 116 100 16 536 106 65
Binary 11011011 110001 1001110 0 1001110 1000000 1110 101011110 1000110 110101

Color Harmonies of #DB314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB314E

Black with #DB314E

Text Example


Text Example

White with #DB314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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