Html Css Color HEX #DB334F Amaranth

📋 copy color: '#DB334F'

red 219 ◦ green 51 ◦ blue 79

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

Shades of Amaranth #DB334F

Tints of Amaranth #DB334F

RGB

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

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

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

R = 62.75%
G = 14.61%
B = 22.64%

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

#DB334F (or 0xDB334F) is known color: Amaranth. HEX triplet: DB, 33 and 4F. RGB value is (219,51,79). Sum of RGB (Red+Green+Blue) = 219+51+79=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB334F is #24CCB0. Grayscale: #686868. Windows color (decimal): -2411697 or 5190619. OLE color: 5190619.

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

Color convert

RGB 219 51 79 -
CMYK 0 0.77 0.64 0.14
HSL 350º 0.7% 0.53% -
HSV(B) 350º 0.77% 0.86% -
XYZ 31.81 17.99 9.19 -
YUV 104.42 113.66 209.72 -
System Red Green Blue C M Y K H S L
Decimal 219 51 79 0 0.77 0.64 0.14 350 0.7 0.53
Hex DB 33 4F 0 4D 40 E 15E 46 35
Octal 333 63 117 0 115 100 16 536 106 65
Binary 11011011 110011 1001111 0 1001101 1000000 1110 101011110 1000110 110101

Color Harmonies of #DB334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB334F

Black with #DB334F

Text Example


Text Example

White with #DB334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB334F; }

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

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

background-color css

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

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

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

border-color css

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

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

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