Html Css Color HEX #DB2055 Amaranth

📋 copy color: '#DB2055'

red 219 ◦ green 32 ◦ blue 85

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

Shades of Amaranth #DB2055

Tints of Amaranth #DB2055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

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

R = 65.18%
G = 9.52%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB2055 (or 0xDB2055) is known color: Amaranth. HEX triplet: DB, 20 and 55. RGB value is (219,32,85). Sum of RGB (Red+Green+Blue) = 219+32+85=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2055 is #24DFAA. Grayscale: #5D5D5D. Windows color (decimal): -2416555 or 5578971. OLE color: 5578971.

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

Color convert

RGB 219 32 85 -
CMYK 0 0.85 0.61 0.14
HSL 342.99º 0.75% 0.49% -
HSV(B) 342.99º 0.85% 0.86% -
XYZ 31.37 16.75 10.17 -
YUV 93.96 122.95 217.19 -
System Red Green Blue C M Y K H S L
Decimal 219 32 85 0 0.85 0.61 0.14 342.99 0.75 0.49
Hex DB 20 55 0 55 3D E 157 4B 31
Octal 333 40 125 0 125 75 16 527 113 61
Binary 11011011 100000 1010101 0 1010101 111101 1110 101010111 1001011 110001

Color Harmonies of #DB2055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2055

Black with #DB2055

Text Example


Text Example

White with #DB2055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2055; }

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

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

background-color css

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

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

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

border-color css

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

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

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