Html Css Color HEX #DB354E Amaranth

📋 copy color: '#DB354E'

red 219 ◦ green 53 ◦ blue 78

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

Shades of Amaranth #DB354E

Tints of Amaranth #DB354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

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

R = 62.57%
G = 15.14%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB354E (or 0xDB354E) is known color: Amaranth. HEX triplet: DB, 35 and 4E. RGB value is (219,53,78). Sum of RGB (Red+Green+Blue) = 219+53+78=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB354E is #24CAB1. Grayscale: #696969. Windows color (decimal): -2411186 or 5125595. OLE color: 5125595.

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

Color convert

RGB 219 53 78 -
CMYK 0 0.76 0.64 0.14
HSL 350.96º 0.7% 0.53% -
HSV(B) 350.96º 0.76% 0.86% -
XYZ 31.86 18.16 9.03 -
YUV 105.48 112.5 208.97 -
System Red Green Blue C M Y K H S L
Decimal 219 53 78 0 0.76 0.64 0.14 350.96 0.7 0.53
Hex DB 35 4E 0 4C 40 E 15F 46 35
Octal 333 65 116 0 114 100 16 537 106 65
Binary 11011011 110101 1001110 0 1001100 1000000 1110 101011111 1000110 110101

Color Harmonies of #DB354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB354E

Black with #DB354E

Text Example


Text Example

White with #DB354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB354E; }

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

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

background-color css

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

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

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

border-color css

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

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

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