Html Css Color HEX #DB2655 Amaranth

📋 copy color: '#DB2655'

red 219 ◦ green 38 ◦ blue 85

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

Shades of Amaranth #DB2655

Tints of Amaranth #DB2655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

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

R = 64.04%
G = 11.11%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB2655 (or 0xDB2655) is known color: Amaranth. HEX triplet: DB, 26 and 55. RGB value is (219,38,85). Sum of RGB (Red+Green+Blue) = 219+38+85=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2655 is #24D9AA. Grayscale: #616161. Windows color (decimal): -2415019 or 5580507. OLE color: 5580507.

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

Color convert

RGB 219 38 85 -
CMYK 0 0.83 0.61 0.14
HSL 344.42º 0.72% 0.5% -
HSV(B) 344.42º 0.83% 0.86% -
XYZ 31.55 17.1 10.23 -
YUV 97.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 219 38 85 0 0.83 0.61 0.14 344.42 0.72 0.5
Hex DB 26 55 0 53 3D E 158 48 32
Octal 333 46 125 0 123 75 16 530 110 62
Binary 11011011 100110 1010101 0 1010011 111101 1110 101011000 1001000 110010

Color Harmonies of #DB2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2655

Black with #DB2655

Text Example


Text Example

White with #DB2655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2655; }

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

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

background-color css

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

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

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

border-color css

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

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

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