Html Css Color HEX #DB334E Amaranth

📋 copy color: '#DB334E'

red 219 ◦ green 51 ◦ blue 78

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

Shades of Amaranth #DB334E

Tints of Amaranth #DB334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

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

R = 62.93%
G = 14.66%
B = 22.41%

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

#DB334E (or 0xDB334E) is known color: Amaranth. HEX triplet: DB, 33 and 4E. RGB value is (219,51,78). Sum of RGB (Red+Green+Blue) = 219+51+78=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB334E is #24CCB1. Grayscale: #686868. Windows color (decimal): -2411698 or 5125083. OLE color: 5125083.

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

Color convert

RGB 219 51 78 -
CMYK 0 0.77 0.64 0.14
HSL 350.36º 0.7% 0.53% -
HSV(B) 350.36º 0.77% 0.86% -
XYZ 31.77 17.98 9 -
YUV 104.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 219 51 78 0 0.77 0.64 0.14 350.36 0.7 0.53
Hex DB 33 4E 0 4D 40 E 15E 46 35
Octal 333 63 116 0 115 100 16 536 106 65
Binary 11011011 110011 1001110 0 1001101 1000000 1110 101011110 1000110 110101

Color Harmonies of #DB334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB334E

Black with #DB334E

Text Example


Text Example

White with #DB334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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