Html Css Color HEX #DB3A55 Amaranth

📋 copy color: '#DB3A55'

red 219 ◦ green 58 ◦ blue 85

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

Shades of Amaranth #DB3A55

Tints of Amaranth #DB3A55

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.02%

 BLUE value IS 85 (33.59% from 255) = 23.48%

R = 60.5%
G = 16.02%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB3A55 (or 0xDB3A55) is known color: Amaranth. HEX triplet: DB, 3A and 55. RGB value is (219,58,85). Sum of RGB (Red+Green+Blue) = 219+58+85=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A55 is #24C5AA. Grayscale: #6D6D6D. Windows color (decimal): -2409899 or 5585627. OLE color: 5585627.

HSL color Cylindrical-coordinate representation of color #DB3A55: hue angle of 349.94º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3A55 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 58 85 -
CMYK 0 0.74 0.61 0.14
HSL 349.94º 0.69% 0.54% -
HSV(B) 349.94º 0.74% 0.86% -
XYZ 32.37 18.74 10.51 -
YUV 109.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 219 58 85 0 0.74 0.61 0.14 349.94 0.69 0.54
Hex DB 3A 55 0 4A 3D E 15E 45 36
Octal 333 72 125 0 112 75 16 536 105 66
Binary 11011011 111010 1010101 0 1001010 111101 1110 101011110 1000101 110110

Color Harmonies of #DB3A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A55

Black with #DB3A55

Text Example


Text Example

White with #DB3A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A55; }

 p { color: rgb(219,58,85); }

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

background-color css

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

 a { background-color: rgb(219,58,85); }

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

border-color css

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

 span { border-color: rgb(219,58,85); }

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